bang |
|
Reports the instance number of the patch. The first instance is reported as 1. |
int |
busy-state (0 or 1) [int]
|
A value of 0 or 1 toggles the "busy" state off or on for the patcher instance. When "busy" (i.e., set to 1) the object will not receive messages generated by a note or midinote message to the left inlet of the parent poly~ object. |
mute |
mute-flag (0 or 1) [int]
|
The mute message toggles the DSP for the loaded instance of the patcher on (0) and off (1). This message can be combined with an int message which toggles the "busy" state of the patcher to create voices in a patcher which are only on while they play a "note". |
signal |
|
A signal input can be used to set the "busy" state of the patcher instance. When an incoming signal is non-zero, the busy state for the patcher instance is set to 1. When no signal is present, the busy state is set to 0. |