Home
last modified time | relevance | path

Searched refs:note_on (Results 101 – 125 of 223) sorted by relevance

123456789

/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/seq/
H A Dseq_midi_emul.c123 if (ops->note_on) in snd_midi_process_event()
124 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/seq/
H A Dseq_midi_emul.c123 if (ops->note_on) in snd_midi_process_event()
124 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidisend.c132 void note_on(CSOUND *csound, int chan, int num, int vel) in note_on() function
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Dmidi.py537 def note_on(self, note, velocity, channel=0): member in Output
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/timidity/
H A Dtimidity_playmidi.cpp370 static void note_on(MidiEvent *e) in note_on() function
784 note_on(current_event); in Timidity_PlaySome()
989 if (b) note_on(&event); in Timidity_PlayEvent()
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/
H A Dmidi.rst189 .. method:: note_on
192 | :sg:`note_on(note, velocity=None, channel=0) -> None`
197 .. ## Output.note_on ##
/dports/multimedia/py-mido/mido-1.2.10/docs/
H A Dmidi_files.rst84 track.append(Message('note_on', note=64, velocity=64, time=32))
162 elif msg.type == 'note_on':
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_midifile.c462 if(mp->sock->note_on) in mp_update()
463 mp->sock->note_on(c, note, vel); in mp_update()
/dports/devel/py-game/pygame-2.1.0/examples/
H A Dmidi.py207 midi_out.note_on(mouse_note, velocity)
229 midi_out.note_on(note, velocity)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/drivers/opl3/
H A Dopl3_seq.c132 .note_on = snd_opl3_note_on,
/dports/multimedia/libv4l/linux-5.13-rc2/sound/drivers/opl3/
H A Dopl3_seq.c132 .note_on = snd_opl3_note_on,
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/drivers/opl3/
H A Dopl3_seq.c132 .note_on = snd_opl3_note_on,
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmidisynth.cpp166 void channel::note_on(int note, int velocity) in note_on() function in midisynth::channel
176 class note* p = factory->note_on(program, note, velocity, frequency_multiplier); in note_on()
599 note_on(event & 0x0F, param1 & 0x7F, param2 & 0x7F); in midi_event()
1523 …note* fm_note_factory::note_on(int_least32_t program, int note, int velocity, float frequency_mult… in note_on() function in midisynth::fm_note_factory
/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dplaymidi.cpp513 void Renderer::note_on(int chan, int note, int vel) in note_on() function in Timidity::Renderer
701 note_on(chan, parm1, parm2); in HandleEvent()
/dports/audio/polyphone/polyphone-75a5e88/sources/
H A Dresources.qrc11 <file alias="note_on.png">resources/note_on.png</file>
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/
H A Dplaymidi.cpp536 void Renderer::note_on(int chan, int note, int vel) in note_on() function in Timidity::Renderer
724 note_on(chan, parm1, parm2); in HandleEvent()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dfluidsynth.cpp130 void fluidsynth_audio_module::note_on(int channel, int note, int vel) in note_on() function in fluidsynth_audio_module
H A Dlv2wrap.cpp230 case LV2_MIDI_MSG_NOTE_ON: module->note_on(channel, data[1], data[2]); break; in process_events()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/musserv/
H A Dplaymus.c389 note_on(notenum, channelnum, lastvol[channelnum]); in playmus()
/dports/audio/drumstick/drumstick-2.5.0/tests/fileTest1/
H A Dfiletest1.cpp183 m_engine->writeMidiEvent(0, note_on, 0, NOTES[i], 120); in trackHandler()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dmodules.h235 virtual void note_on(int channel, int note, int vel);
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dgiface.h464 virtual void note_on(int channel, int note, int velocity) = 0;
543 void note_on(int channel, int note, int velocity) {} in note_on() function
/dports/audio/espressivo-lv2/espressivo.lv2-de1d07c/
H A Dmpe_out.c511 const uint8_t note_on [3] = { in _add() local
518 handle->ref = _midi_event(handle, frames, note_on, 3); in _add()
/dports/games/xonotic/Xonotic/misc/tools/
H A Dmidi2cfg-ng.pl861 my $note_on = sub
938 $note_on->($_);
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/synth/emux/
H A Demux_seq.c23 .note_on = snd_emux_note_on,

123456789