bneedhamia / glockenspiel

Arduino Robotic Glockenspiel (xylophone)
Other
6 stars 0 forks source link

Play the final delay in a track #2

Closed bneedhamia closed 9 years ago

bneedhamia commented 9 years ago

Right now, the player exits the track when the last note has been played and and end of track is encountered. If the End of Track event has a delay associated with it, for example when there should be a silent measure at the end of the piece, that silence is not played.

bneedhamia commented 9 years ago

Consider adding a flag that says there's some queued delay; use that rather than queue size to say whether something is queued.