Navigation :
Quick Reference
Protocol
Access Tokens
Music
-
Renders
-
Compositions
-
Timeline
--
Span
---
Action
---
Instrument Group
---
Region
----
Action
----
Instrument Group
----
Region
---
Span
----
Action
----
Instrument Group
----
Region
-----
Action
-----
Instrument Group
-----
Region
---
Examples
---
Span
----
Action
----
Instrument Group
----
Region
-----
Action
-----
Instrument Group
-----
Region
---
Examples
--
Examples
-
Entities
--
Renders
--
Compositions
--
Timeline
---
Span
----
Action
----
Instrument Group
----
Region
-----
Action
-----
Instrument Group
-----
Region
----
Span
-----
Action
-----
Instrument Group
-----
Region
------
Action
------
Instrument Group
------
Region
----
Examples
----
Span
-----
Action
-----
Instrument Group
-----
Region
------
Action
------
Instrument Group
------
Region
----
Examples
---
Examples
--
Entities
Miscellaneous
Developer Tools
Excerpts
Silence Instruments
Silence Instruments
The silence_instruments
action is the opposite of add_instruments
. The
status
of the specified instrument groups is set to inactive
at the provided
time.
Data Item
Type
Required/ Optional
Description
silence_instruments
array or text
required
An array of instrument_group id
s to be silenced, or the string all
to silence all instruments
Example of silencing specific instruments:
{
"time" : 33 ,
"silence_instruments" : [
"rhodes"
]
}
Example of silencing all instruments:
{
"time" : 33 ,
"silence_instruments" : "all"
}