Closed LCLPYT closed 7 months ago
Implement a class that represents a song playback. This class should contain the scheduling of playing notes.
The actual note playing should be handled by the underlying SongPlayer (playNote(...)
playNote(...)
Implement a class that represents a song playback. This class should contain the scheduling of playing notes.
The actual note playing should be handled by the underlying SongPlayer (
playNote(...)