Home
last modified time | relevance | path

Searched refs:MIDI_CTL_MSB_PAN (Results 1 – 23 of 23) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/evoral/
H A Dmidi_events.h40 #define MIDI_CTL_MSB_PAN 0x0A /**< Panpot */ macro
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Devents.h65 #define MIDI_CTL_MSB_PAN 0x0A /**< Panpot */ macro
/dports/audio/libdssialsacompat/libdssialsacompat-1.0.8a/alsa/
H A Dasoundef.h93 #define MIDI_CTL_MSB_PAN 0x0a /**< Panpot */ macro
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/api/alsa/
H A Dasoundef.h93 #define MIDI_CTL_MSB_PAN 0x0a /**< Panpot */ macro
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter_synth.h200 #define MIDI_CTL_MSB_PAN 0x0a /**< Panpot */ macro
H A Dhexter_synth.c693 case MIDI_CTL_MSB_PAN: /* panning */ in hexter_instance_control_change()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/protocol/
H A Dmidi.h113 MIDI_CTL_MSB_PAN = 0x0a, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/drivers/opl4/
H A Dopl4_synth.c393 pan += (voice->chan->control[MIDI_CTL_MSB_PAN] - 0x40) >> 3; in snd_opl4_update_pan()
597 case MIDI_CTL_MSB_PAN: in snd_opl4_control()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/drivers/opl4/
H A Dopl4_synth.c393 pan += (voice->chan->control[MIDI_CTL_MSB_PAN] - 0x40) >> 3; in snd_opl4_update_pan()
597 case MIDI_CTL_MSB_PAN: in snd_opl4_control()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/drivers/opl4/
H A Dopl4_synth.c393 pan += (voice->chan->control[MIDI_CTL_MSB_PAN] - 0x40) >> 3; in snd_opl4_update_pan()
597 case MIDI_CTL_MSB_PAN: in snd_opl4_control()
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dasoundef.h245 #define MIDI_CTL_MSB_PAN 0x0a macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dasoundef.h245 #define MIDI_CTL_MSB_PAN 0x0a macro
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dasoundef.h270 #define MIDI_CTL_MSB_PAN 0x0a /**< Panpot */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dasoundef.h245 #define MIDI_CTL_MSB_PAN 0x0a macro
/dports/audio/drumstick/drumstick-2.5.0/utils/metronome/
H A Dmetronome.cpp183 sendControlChange(MIDI_CTL_MSB_PAN, m_pan); in metronome_set_controls()
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Devents.h181 static const int MIDI_CTL_MSB_PAN = 0x0a; /**< Panpot */ variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c325 case MIDI_CTL_MSB_PAN: in snd_emux_control()
648 pan = chan->control[MIDI_CTL_MSB_PAN] - 64; in calc_pan()
H A Demux_oss.c443 chan->control[MIDI_CTL_MSB_PAN] = (int)p1 << 3; in gusspec_control()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c325 case MIDI_CTL_MSB_PAN: in snd_emux_control()
648 pan = chan->control[MIDI_CTL_MSB_PAN] - 64; in calc_pan()
H A Demux_oss.c443 chan->control[MIDI_CTL_MSB_PAN] = (int)p1 << 3; in gusspec_control()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c325 case MIDI_CTL_MSB_PAN: in snd_emux_control()
648 pan = chan->control[MIDI_CTL_MSB_PAN] - 64; in calc_pan()
H A Demux_oss.c443 chan->control[MIDI_CTL_MSB_PAN] = (int)p1 << 3; in gusspec_control()
/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_analyse_plugin.c64 case MIDI_CTL_MSB_PAN: s = "pan"; break; in print_cc()