Home
last modified time | relevance | path

Searched defs:note_off (Results 1 – 25 of 98) sorted by relevance

1234

/dports/multimedia/py-mido/mido-1.2.10/examples/
H A Dusing_rtmidi_directly.py23 note_off = mido.Message('note_off', channel=9, note=60, velocity=0).bytes() variable
/dports/www/firefox/firefox-99.0/third_party/rust/coremidi/examples/
H A Dvirtual-source.rs11 let note_off = create_note_off(0, 64, 127); in main() localVariable
H A Dsend.rs21 let note_off = create_note_off(0, 64, 127); in main() localVariable
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_midisock.h32 void (*note_off)(unsigned ch, unsigned pitch, unsigned vel); member
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dctl_keyboard.h83 virtual void note_off(int note) {} in note_off() function
101 virtual void note_off(int note) { g_message("note off %d", note); } in note_off() function
H A Denvelope.h115 inline void note_off() in note_off() function
/dports/www/firefox/firefox-99.0/third_party/rust/coremidi/src/
H A Dlib.rs21 let note_off = coremidi::PacketBuffer::new(0, &[0x80, 0x40, 0x7f]); localVariable
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dsynth.cpp123 void basic_synth::note_off(int note, int vel) in note_off() function in basic_synth
H A Dfluidsynth.cpp135 void fluidsynth_audio_module::note_off(int channel, int note, int vel) in note_off() function in fluidsynth_audio_module
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dqsmf.h71 const quint8 note_off = 0x80; /**< MIDI event Note Off */ variable
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dsynth.cpp114 void basic_synth::note_off(int note, int vel) in note_off() function in basic_synth
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Denvelope.h115 inline void note_off() in note_off() function
H A Dwavetable.h153 …virtual void note_off(int /*channel*/, int note, int velocity) { dsp::basic_synth::note_off(note, … in note_off() function
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dmiditest.c73 void note_off(int channel, int pitch) in note_off() function
/dports/audio/musescore/MuseScore-3.6.1/aeolus/
H A Drankwave.h119 void note_off (int n) in note_off() function
/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Dmidifile.h54 #define note_off 0x80 macro
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/libopenmpt/
H A Dlibopenmpt_ext.h326 int ( *note_off ) ( openmpt_module_ext * mod_ext, int32_t channel ); member
/dports/audio/gbsplay/gbsplay-0.0.94/
H A Dplugout_midi.c223 static int note_off(long cycles, int channel) in note_off() function
H A Dplugout_altmidi.c229 static int note_off(long cycles, int channel) in note_off() function
/dports/emulators/mess/mame-mame0226/3rdparty/portmidi/pm_python/pyportmidi/
H A Dmidi.py511 def note_off(self, note, velocity=None, channel = 0): member in Output
/dports/emulators/mame/mame-mame0226/3rdparty/portmidi/pm_python/pyportmidi/
H A Dmidi.py511 def note_off(self, note, velocity=None, channel = 0): member in Output
/dports/games/odamex/odamex-src-0.7.0/libraries/portmidi/pm_python/pyportmidi/
H A Dmidi.py511 def note_off(self, note, velocity=None, channel = 0): member in Output
/dports/audio/portmidi/portmidi-236/bindings/python/pyportmidi/
H A Dmidi.py511 def note_off(self, note, velocity=None, channel = 0): member in Output
/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidisend.c137 void note_off(CSOUND *csound, int chan, int num, int vel) in note_off() function
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/portmidi/
H A D__init__.py223 def note_off(self, note, velocity=0, channel = 0): member in Output

1234