Home
last modified time | relevance | path

Searched refs:MIDI_CTL_MSB_BANK (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/evoral/
H A Dmidi_events.h32 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank Selection */ macro
H A DPatchChange.h48 _bank_change_msb.buffer()[1] = MIDI_CTL_MSB_BANK; in PatchChange()
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Devents.h57 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank selection */ macro
/dports/audio/libdssialsacompat/libdssialsacompat-1.0.8a/alsa/
H A Dasoundef.h85 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank selection */ macro
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/api/alsa/
H A Dasoundef.h85 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank selection */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/seq/
H A Dseq_midi_emul.c336 case MIDI_CTL_MSB_BANK: in do_control()
578 chset->channels[i].control[MIDI_CTL_MSB_BANK] = 127; in sysex()
580 chset->channels[i].control[MIDI_CTL_MSB_BANK] = 0; in sysex()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/seq/
H A Dseq_midi_emul.c336 case MIDI_CTL_MSB_BANK: in do_control()
578 chset->channels[i].control[MIDI_CTL_MSB_BANK] = 127; in sysex()
580 chset->channels[i].control[MIDI_CTL_MSB_BANK] = 0; in sysex()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/seq/
H A Dseq_midi_emul.c336 case MIDI_CTL_MSB_BANK: in do_control()
578 chset->channels[i].control[MIDI_CTL_MSB_BANK] = 127; in sysex()
580 chset->channels[i].control[MIDI_CTL_MSB_BANK] = 0; in sysex()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/protocol/
H A Dmidi.h105 MIDI_CTL_MSB_BANK = 0x00, enumerator
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpatch_change_widget.cc195 …b = _route->automation_control(Evoral::Parameter (MidiCCAutomation, chn, MIDI_CTL_MSB_BANK), true); in select_channel()
388 …route->automation_control(Evoral::Parameter (MidiCCAutomation, _channel, MIDI_CTL_MSB_BANK), true); in select_bank()
604 …b = _route->automation_control(Evoral::Parameter (MidiCCAutomation, chn, MIDI_CTL_MSB_BANK), true); in bank()
H A Dmidi_time_axis.cc993 if (ctl != MIDI_CTL_MSB_BANK && ctl != MIDI_CTL_LSB_BANK) { in build_controller_menu()
1053 if (ctl == MIDI_CTL_MSB_BANK || ctl == MIDI_CTL_LSB_BANK) { in build_controller_menu()
1249 if (ctl != MIDI_CTL_MSB_BANK && ctl != MIDI_CTL_LSB_BANK) { in show_all_automation()
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dasoundef.h237 #define MIDI_CTL_MSB_BANK 0x00 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dasoundef.h237 #define MIDI_CTL_MSB_BANK 0x00 macro
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dasoundef.h262 #define MIDI_CTL_MSB_BANK 0x00 /**< Bank selection */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dasoundef.h237 #define MIDI_CTL_MSB_BANK 0x00 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c866 val = chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
875 return chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
880 return chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c866 val = chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
875 return chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
880 return chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/synth/emux/
H A Demux_synth.c866 val = chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
875 return chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
880 return chan->control[MIDI_CTL_MSB_BANK]; in get_bank()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Devent_type_map.cc76 case MIDI_CTL_MSB_BANK: in interpolation_of()
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Devents.h173 static const int MIDI_CTL_MSB_BANK = 0x00; /**< Bank selection */ variable
H A Dsequence.cpp1258 wrkCtlChangeEvent(track+1, 0, channel, ControllerEvent::MIDI_CTL_MSB_BANK, msb); in wrkTrackBank()
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/
H A DSMF.cc412 (c == MIDI_CMD_CONTROL && (buf[1] == MIDI_CTL_MSB_BANK || buf[1] == MIDI_CTL_LSB_BANK)) in append_event_delta()
H A DSequence.cc932 …} else if (ev.is_cc() && (ev.cc_number() == MIDI_CTL_MSB_BANK || ev.cc_number() == MIDI_CTL_LSB_BA… in append()
934 if (ev.cc_number() == MIDI_CTL_MSB_BANK) { in append()
/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_analyse_plugin.c56 case MIDI_CTL_MSB_BANK: s = "Error: bank select MSB should not be mapped!"; break; in print_cc()
/dports/audio/drumstick/drumstick-2.5.0/utils/guiplayer/
H A Dguiplayer.cpp904 wrkCtlChangeEvent(track, 0, channel, MIDI_CTL_MSB_BANK, msb); in wrkTrackBank()

12