isPlaying
A Boolean value that indicates whether the sequencer’s player is in a playing state.
Declaration
var isPlaying: Bool { get }Discussion
This value returns true if the sequencer’s player is in a started state. The framework considers it to be playing until it explicitly stops, including when playing past the end of the events in a sequence.