24 #ifndef AGI_SOUND_MIDI_H 25 #define AGI_SOUND_MIDI_H 27 #include "agi/sound.h" 29 #include "audio/midiplayer.h" 37 void play(
int resnum)
override;
40 void stop()
override { Audio::MidiPlayer::stop(); }
43 void send(uint32 b)
override;
Definition: midiplayer.h:63
Definition: sound_midi.h:33
void sendToChannel(byte channel, uint32 b) override
void endOfTrack() override
void send(uint32 b) override