Home
last modified time | relevance | path

Searched refs:MIDI_CTL_LSB_MAIN_VOLUME (Results 1 – 20 of 20) sorted by relevance

/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c133 synth->cc[MIDI_CTL_LSB_MAIN_VOLUME]) / 16256.0f; in nekobee_synth_update_volume()
150 case MIDI_CTL_LSB_MAIN_VOLUME: in nekobee_synth_control_change()
H A Dnekobee_synth.h113 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c133 synth->cc[MIDI_CTL_LSB_MAIN_VOLUME]) / 16256.0f; in nekobee_synth_update_volume()
150 case MIDI_CTL_LSB_MAIN_VOLUME: in nekobee_synth_control_change()
H A Dnekobee_synth.h113 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/evoral/
H A Dmidi_events.h54 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main Volume */ macro
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Devents.h79 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/audio/libdssialsacompat/libdssialsacompat-1.0.8a/alsa/
H A Dasoundef.h107 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/api/alsa/
H A Dasoundef.h107 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter_synth.h210 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
H A Dhexter_synth.c451 instance->cc[MIDI_CTL_LSB_MAIN_VOLUME]; in hexter_instance_update_volume()
731 case MIDI_CTL_LSB_MAIN_VOLUME: in hexter_instance_control_change()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/protocol/
H A Dmidi.h127 MIDI_CTL_LSB_MAIN_VOLUME = 0x27, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dasoundef.h259 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dasoundef.h259 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 macro
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dasoundef.h284 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dasoundef.h259 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 macro
/dports/audio/whysynth/whysynth-20120903/src/
H A Ddssp_event.c349 synth->cc[MIDI_CTL_LSB_MAIN_VOLUME]) / 16256.0f; in y_synth_update_volume()
371 case MIDI_CTL_LSB_MAIN_VOLUME: in y_synth_control_change()
H A Ddssp_event.h286 #define MIDI_CTL_LSB_MAIN_VOLUME 0x27 /**< Main volume */ macro
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Devents.h195 static const int MIDI_CTL_LSB_MAIN_VOLUME = 0x27; /**< Main volume */ variable
H A Dsequence.cpp1245 wrkCtlChangeEvent(track, 0, channel, ControllerEvent::MIDI_CTL_LSB_MAIN_VOLUME, lsb); in wrkTrackVol()
/dports/audio/drumstick/drumstick-2.5.0/utils/guiplayer/
H A Dguiplayer.cpp890 wrkCtlChangeEvent(track, 0, channel, MIDI_CTL_LSB_MAIN_VOLUME, lsb); in wrkTrackVol()