You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game music is stored in a .MID file. We should learn to read it and play. MIDI is known to be open to interpretation, so we should seek for some good MIDI player/library for .NET, I guess?
Document any relevant results in the docs/resources.md.
The game music is stored in a
.MIDfile. We should learn to read it and play. MIDI is known to be open to interpretation, so we should seek for some good MIDI player/library for .NET, I guess?Document any relevant results in the
docs/resources.md.