Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_PGMCHANGE (Results 1 – 25 of 108) sorted by last modified time

12345

/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dalsaseq_c.c636 case SND_SEQ_EVENT_PGMCHANGE: in do_sequencer()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/
H A DDSSIPluginInstance.cpp1069 } else if (ev->type == SND_SEQ_EVENT_PGMCHANGE) { in run()
1240 } else if (ev->type == SND_SEQ_EVENT_PGMCHANGE) { in runGrouped()
/dports/audio/portmidi/portmidi-236/src/portmidi/linux/
H A Dpmlinuxalsa.c537 case SND_SEQ_EVENT_PGMCHANGE:
/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/
H A Dseq.rs1179 Pgmchange = SND_SEQ_EVENT_PGMCHANGE,
/dports/www/firefox/firefox-99.0/third_party/rust/alsa-sys/src/
H A Dgenerated.rs6942 pub const SND_SEQ_EVENT_PGMCHANGE: snd_seq_event_type = 11; const
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Nio/
H A DAlsaEngine.cpp179 case SND_SEQ_EVENT_PGMCHANGE: in MidiThread()
/dports/audio/drumstick/drumstick-2.5.0/utils/dumpmid/
H A Ddumpmid.cpp235 case SND_SEQ_EVENT_PGMCHANGE: { in dumpEvent()
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dalsaevent.h378 ProgramChangeEvent() : ChannelEvent() { m_event.type = SND_SEQ_EVENT_PGMCHANGE; } in ProgramChangeEvent()
/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dalsaclient.cpp619 case SND_SEQ_EVENT_PGMCHANGE: in doEvents()
H A Dalsaevent.cpp212 te == SND_SEQ_EVENT_PGMCHANGE || in isChannel()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/alsa-in/
H A Dalsamidiinput.cpp251 case SND_SEQ_EVENT_PGMCHANGE: { in handleSequencerEvent()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/MusicIO/
H A DAlsaEngine.cpp153 snd_seq_client_info_event_filter_add(seq_info, SND_SEQ_EVENT_PGMCHANGE); in openMidi()
718 case SND_SEQ_EVENT_PGMCHANGE: in MidiThread()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/drivers/
H A Dfluid_alsa.c1319 case SND_SEQ_EVENT_PGMCHANGE: 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.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; 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.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; 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.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; 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.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; 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.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c246 case SND_SEQ_EVENT_PGMCHANGE: in MIDI_IN_GetMessage()
248 status = (alsa_message.type == SND_SEQ_EVENT_PGMCHANGE) ? 0xC0 : 0xD0; in MIDI_IN_GetMessage()

12345