midi_file_sequencer library
Classes
- MidiFileSequencer
- An instance of the MIDI file sequencer.
Typedefs
- MessageHook = void Function(Synthesizer synthesizer, int channel, int command, int data1, int data2)
- Represents the method that is called each time a MIDI message is processed during playback.