LCLPYT / notica

A fabric mod for playing .nbs files
https://modrinth.com/mod/notica
MIT License
3 stars 0 forks source link

SongPlayback interface + implementation #6

Closed LCLPYT closed 7 months ago

LCLPYT commented 8 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(...)