Home
last modified time | relevance | path

Searched refs:playMelodicNote (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dadlib.cpp332 void playMelodicNote(uint8 voice, uint8 channel, uint8 note, uint8 velocity);
497 playMelodicNote(i, channel, note, velocity); in noteOn()
510 playMelodicNote(i, channel, note, velocity); in noteOn()
520 playMelodicNote(i, channel, note, velocity); in noteOn()
531 playMelodicNote(i, channel, note, velocity); in noteOn()
547 playMelodicNote(voiceId, channel, note, velocity); in noteOn()
752 void AdLibDriver::playMelodicNote(uint8 voice, uint8 channel, uint8 note, uint8 velocity) { in playMelodicNote() function in Parallaction::AdLibDriver
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dadlib.cpp332 void playMelodicNote(uint8 voice, uint8 channel, uint8 note, uint8 velocity);
501 playMelodicNote(i, channel, note, velocity); in noteOn()
514 playMelodicNote(i, channel, note, velocity); in noteOn()
524 playMelodicNote(i, channel, note, velocity); in noteOn()
535 playMelodicNote(i, channel, note, velocity); in noteOn()
551 playMelodicNote(voiceId, channel, note, velocity); in noteOn()
756 void AdLibDriver::playMelodicNote(uint8 voice, uint8 channel, uint8 note, uint8 velocity) { in playMelodicNote() function in Parallaction::AdLibDriver