Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_NOTEON (Results 1 – 25 of 168) sorted by last modified time

1234567

/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dfluidsynth-dssi.c764 case SND_SEQ_EVENT_NOTEON:
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/
H A DMidi.C380 if ((ev->type == SND_SEQ_EVENT_NOTEON) && (ev->data.note.velocity == 0)) { in AlsaCollectEvents()
394 case SND_SEQ_EVENT_NOTEON: in AlsaCollectEvents()
432 ev.type = SND_SEQ_EVENT_NOTEON; in AlsaSendEvent()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dalsaseq_c.c609 case SND_SEQ_EVENT_NOTEON: in do_sequencer()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/
H A DDSSIPluginInstance.cpp1058 if (ev->type == SND_SEQ_EVENT_NOTEON) { in run()
/dports/audio/portmidi/portmidi-236/src/portmidi/linux/
H A Dpmlinuxalsa.c513 case SND_SEQ_EVENT_NOTEON:
/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/
H A Dseq.rs1177 Noteon = SND_SEQ_EVENT_NOTEON,
/dports/www/firefox/firefox-99.0/third_party/rust/alsa-sys/src/
H A Dgenerated.rs6934 pub const SND_SEQ_EVENT_NOTEON: snd_seq_event_type = 6; const
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Nio/
H A DAlsaEngine.cpp139 case SND_SEQ_EVENT_NOTEON: in MidiThread()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Output/
H A DDSSIaudiooutput.cpp466 if(events[event_index].type == SND_SEQ_EVENT_NOTEON) in runSynth()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/ExternalPrograms/Spliter/
H A DSpliter.C51 if((midievent->type == SND_SEQ_EVENT_NOTEON) in midievents()
/dports/graphics/gimp-app/gimp-2.10.30/modules/
H A Dcontroller-midi.c838 if (event->type == SND_SEQ_EVENT_NOTEON && in midi_alsa_dispatch()
844 case SND_SEQ_EVENT_NOTEON: in midi_alsa_dispatch()
/dports/audio/drumstick/drumstick-2.5.0/utils/guiplayer/
H A Dplayer.cpp91 case SND_SEQ_EVENT_NOTEON: in nextEvent()
/dports/audio/drumstick/drumstick-2.5.0/utils/dumpmid/
H A Ddumpmid.cpp192 case SND_SEQ_EVENT_NOTEON: { in dumpEvent()
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dalsaevent.h262 NoteOnEvent() : KeyEvent() { m_event.type = SND_SEQ_EVENT_NOTEON; } in NoteOnEvent()
/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dalsaclient.cpp600 case SND_SEQ_EVENT_NOTEON: in doEvents()
H A Dalsaevent.cpp207 te == SND_SEQ_EVENT_NOTEON || in isChannel()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/alsa-in/
H A Dalsamidiinput.cpp226 case SND_SEQ_EVENT_NOTEON: { in handleSequencerEvent()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/MusicIO/
H A DAlsaEngine.cpp148 snd_seq_client_info_event_filter_add(seq_info, SND_SEQ_EVENT_NOTEON); in openMidi()
693 case SND_SEQ_EVENT_NOTEON: in MidiThread()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/drivers/
H A Dfluid_alsa.c1283 case SND_SEQ_EVENT_NOTEON: in fluid_alsa_seq_run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c228 case SND_SEQ_EVENT_NOTEON: in MIDI_IN_GetMessage()
232 (alsa_message.type == SND_SEQ_EVENT_NOTEON) ? 0x90 : 0x80; in MIDI_IN_GetMessage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c228 case SND_SEQ_EVENT_NOTEON: in MIDI_IN_GetMessage()
232 (alsa_message.type == SND_SEQ_EVENT_NOTEON) ? 0x90 : 0x80; in MIDI_IN_GetMessage()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c228 case SND_SEQ_EVENT_NOTEON: in MIDI_IN_GetMessage()
232 (alsa_message.type == SND_SEQ_EVENT_NOTEON) ? 0x90 : 0x80; in MIDI_IN_GetMessage()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c228 case SND_SEQ_EVENT_NOTEON: in MIDI_IN_GetMessage()
232 (alsa_message.type == SND_SEQ_EVENT_NOTEON) ? 0x90 : 0x80; in MIDI_IN_GetMessage()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c228 case SND_SEQ_EVENT_NOTEON: in MIDI_IN_GetMessage()
232 (alsa_message.type == SND_SEQ_EVENT_NOTEON) ? 0x90 : 0x80; in MIDI_IN_GetMessage()
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c228 case SND_SEQ_EVENT_NOTEON: in MIDI_IN_GetMessage()
232 (alsa_message.type == SND_SEQ_EVENT_NOTEON) ? 0x90 : 0x80; in MIDI_IN_GetMessage()

1234567