Home
last modified time | relevance | path

Searched refs:MIDI_CTL_MSB_MAIN_VOLUME (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/drumstick/drumstick-2.5.0/utils/guiplayer/
H A Dplayer.cpp101 if (cev->getParam() == MIDI_CTL_MSB_MAIN_VOLUME) { in nextEvent()
159 sendController(chan, MIDI_CTL_MSB_MAIN_VOLUME, value); in setVolumeFactor()
187 sendController(chan, MIDI_CTL_MSB_MAIN_VOLUME, value); in sendVolumeEvents()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c132 synth->cc_volume = (float)(synth->cc[MIDI_CTL_MSB_MAIN_VOLUME] * 128 + in nekobee_synth_update_volume()
149 case MIDI_CTL_MSB_MAIN_VOLUME: in nekobee_synth_control_change()
H A Dnekobee_synth.h109 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c132 synth->cc_volume = (float)(synth->cc[MIDI_CTL_MSB_MAIN_VOLUME] * 128 + in nekobee_synth_update_volume()
149 case MIDI_CTL_MSB_MAIN_VOLUME: in nekobee_synth_control_change()
H A Dnekobee_synth.h109 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/midifile/
H A Devent.py53 MIDI_CTL_MSB_MAIN_VOLUME = 0x07 variable
H A Doutput.py59 send(event.ControllerEvent(c, event.MIDI_CTL_MSB_MAIN_VOLUME, volume))
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Dseqplayer.cpp177 if (par == ControllerEvent::MIDI_CTL_MSB_MAIN_VOLUME) { in playEvent()
429 m_port->sendController(chan, ControllerEvent::MIDI_CTL_MSB_MAIN_VOLUME, value); in setVolumeFactor()
451 m_port->sendController(chan, ControllerEvent::MIDI_CTL_MSB_MAIN_VOLUME, 100); in resetControllers()
498 m_port->sendController(chan, ControllerEvent::MIDI_CTL_MSB_MAIN_VOLUME, value); in sendVolumeEvents()
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/evoral/
H A Dmidi_events.h38 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main Volume */ macro
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Devents.h63 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/audio/libdssialsacompat/libdssialsacompat-1.0.8a/alsa/
H A Dasoundef.h91 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/api/alsa/
H A Dasoundef.h91 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter_synth.c450 instance->cc_volume = instance->cc[MIDI_CTL_MSB_MAIN_VOLUME] * 128 + in hexter_instance_update_volume()
730 case MIDI_CTL_MSB_MAIN_VOLUME: in hexter_instance_control_change()
816 instance->cc[MIDI_CTL_MSB_MAIN_VOLUME] = 127; /* full volume */ in hexter_instance_init_controls()
H A Dhexter_synth.h199 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/protocol/
H A Dmidi.h111 MIDI_CTL_MSB_MAIN_VOLUME = 0x07, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dasoundef.h243 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dasoundef.h243 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 macro
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dasoundef.h268 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dasoundef.h243 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c320 case MIDI_CTL_MSB_MAIN_VOLUME: in snd_emux_control()
752 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME]; in calc_volume()
762 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127; in calc_volume()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c320 case MIDI_CTL_MSB_MAIN_VOLUME: in snd_emux_control()
752 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME]; in calc_volume()
762 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127; in calc_volume()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c320 case MIDI_CTL_MSB_MAIN_VOLUME: in snd_emux_control()
752 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME]; in calc_volume()
762 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127; in calc_volume()
/dports/audio/whysynth/whysynth-20120903/src/
H A Ddssp_event.c348 synth->cc_volume = (float)(synth->cc[MIDI_CTL_MSB_MAIN_VOLUME] * 128 + in y_synth_update_volume()
370 case MIDI_CTL_MSB_MAIN_VOLUME: in y_synth_control_change()
H A Ddssp_event.h282 #define MIDI_CTL_MSB_MAIN_VOLUME 0x07 /**< Main volume */ macro
/dports/audio/drumstick/drumstick-2.5.0/utils/metronome/
H A Dmetronome.cpp182 sendControlChange(MIDI_CTL_MSB_MAIN_VOLUME, m_volume); in metronome_set_controls()

12