Home
last modified time | relevance | path

Searched refs:all_sound_off (Results 1 – 10 of 10) sorted by relevance

/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dliquidsfz.cc102 Synth::all_sound_off() in all_sound_off() function in Synth
104 impl->synth.all_sound_off(); in all_sound_off()
H A Dsynth.cc93 Synth::all_sound_off() in all_sound_off() function in LiquidSFZInternal::Synth
102 all_sound_off(); in system_reset()
H A Dliquidsfz.hh312 void all_sound_off();
H A Dsynth.hh397 all_sound_off(); in update_cc()
602 void all_sound_off();
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dmidi.c626 static void all_sound_off(int channel) in all_sound_off() function
636 END_OF_STATIC_FUNCTION(all_sound_off);
746 all_sound_off(channel); in process_controller()
1018 all_sound_off(c); in midi_player()
1291 all_sound_off(c); in play_midi()
1368 all_sound_off(c); in midi_pause()
1604 LOCK_FUNCTION(all_sound_off); in midi_lock_mem()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmidisynth.cpp148 void channel::all_sound_off() in all_sound_off() function in midisynth::channel
174 all_sound_off(); in note_on()
308 all_sound_off(); in control_change()
481 all_sound_off(); in synthesize_mixing()
529 void synthesizer::all_sound_off() in all_sound_off() function in midisynth::synthesizer
532 channels[i]->all_sound_off(); in all_sound_off()
591 all_sound_off(); in midi_event()
624 all_sound_off(); in set_system_mode()
H A Dmidisynth.h100 void all_sound_off();
214 void all_sound_off();
/dports/audio/liquidsfz/liquidsfz-0.2.3/
H A DNEWS42 - Synth::all_sound_off
/dports/audio/liquidsfz/liquidsfz-0.2.3/src/
H A Dliquidsfz.cc308 cmd_q.append ([=] () { synth.all_sound_off(); }); in execute()
/dports/audio/liquidsfz/liquidsfz-0.2.3/lv2/
H A Dlv2plugin.cc269 synth.all_sound_off(); in activate()