getIsPlaying method

bool getIsPlaying()

Returns true if the sequence is playing.

Implementation

bool getIsPlaying() {
  return isPlaying && !getIsOver();
}