status? status &optional algorithm [Function]

Returns true if status is the current status of algorithm. The value of status must be one of the following symbols:

:resting
True if the algorithm will not output an event.
:chording
True if the algorithm is currently executing a chord.
:ending
True if the algorithm is terminating.
:killed
True if the algorithm will terminate without output.
Additional status values appropriate to Music Kit note classes:

:noteOn
True if the algorithm will output a :noteOn.
:noteOff
True if the algorithm will output a :noteOff.
:noteUpdate
True if the algorithm will output a :noteUpdate


Last Modified: 5-Mar-1998