Skip to content

isPlaying()

Report whether the sequence is currently playing.

Parameters

Once an object midisequence has been created, you can use the following function:

midisequence.isPlaying()

Returns

return playing

Value Type Description
playing bool True if the sequence is still playing, False otherwise.