Home
last modified time | relevance | path

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

12

/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.h115 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
130 #define XSYNTH_SYNTH_SUSTAINED(_s) ((_s)->cc[MIDI_CTL_SUSTAIN] >= 64)
H A Dnekobee_synth.c98 synth->cc[MIDI_CTL_SUSTAIN] = 0; in nekobee_synth_all_notes_off()
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.h115 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
130 #define XSYNTH_SYNTH_SUSTAINED(_s) ((_s)->cc[MIDI_CTL_SUSTAIN] >= 64)
H A Dnekobee_synth.c98 synth->cc[MIDI_CTL_SUSTAIN] = 0; in nekobee_synth_all_notes_off()
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter_synth.h211 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
223 #define HEXTER_INSTANCE_SUSTAINED(_s) ((_s)->cc[MIDI_CTL_SUSTAIN] >= 64)
H A Dhexter_synth.c179 instance->cc[MIDI_CTL_SUSTAIN] = 0; in hexter_instance_all_notes_off()
654 case MIDI_CTL_SUSTAIN: in hexter_instance_control_change()
805 instance->cc[MIDI_CTL_SUSTAIN] = 0; in hexter_instance_init_controls()
/dports/audio/whysynth/whysynth-20120903/src/
H A Ddssp_event.h288 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
293 #define Y_SYNTH_SUSTAINED(_s) ((_s)->cc[MIDI_CTL_SUSTAIN] >= 64)
H A Ddssp_event.c136 synth->cc[MIDI_CTL_SUSTAIN] = 0; in y_synth_all_notes_off()
375 case MIDI_CTL_SUSTAIN: in y_synth_control_change()
462 synth->cc[MIDI_CTL_SUSTAIN] = 0; in y_synth_init_controls()
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/evoral/
H A Dmidi_events.h64 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain Pedal */ macro
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Devents.h89 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
/dports/audio/libdssialsacompat/libdssialsacompat-1.0.8a/alsa/
H A Dasoundef.h117 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/plugin/api/alsa/
H A Dasoundef.h117 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/protocol/
H A Dmidi.cpp75 …UTEST_ASSERT((ev.channel == 0x04) && (ev.ctl.control == midi::MIDI_CTL_SUSTAIN) && (ev.ctl.value =… in test_decode()
161 ev.ctl.control = midi::MIDI_CTL_SUSTAIN; in test_encode()
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dseq_midi_emul.h124 #define gm_sustain control[MIDI_CTL_SUSTAIN]
H A Dasoundef.h269 #define MIDI_CTL_SUSTAIN 0x40 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dseq_midi_emul.h124 #define gm_sustain control[MIDI_CTL_SUSTAIN]
H A Dasoundef.h269 #define MIDI_CTL_SUSTAIN 0x40 macro
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/protocol/
H A Dmidi.h137 MIDI_CTL_SUSTAIN = 0x40, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dseq_midi_emul.h124 #define gm_sustain control[MIDI_CTL_SUSTAIN]
H A Dasoundef.h269 #define MIDI_CTL_SUSTAIN 0x40 macro
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dasoundef.h294 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */ macro
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Devent_type_map.cc85 case MIDI_CTL_SUSTAIN: in interpolation_of()
H A Dmidi_track.cc598 uint8_t ev[3] = { ((uint8_t) (MIDI_CMD_CONTROL | channel)), ((uint8_t) MIDI_CTL_SUSTAIN), 0 }; in midi_panic()
843 uint8_t ev[3] = { ((uint8_t) (MIDI_CMD_CONTROL | channel)), MIDI_CTL_SUSTAIN, 0 }; in act_on_mute()
H A Dmidi_port.cc242 uint8_t ev[3] = { ((uint8_t) (MIDI_CMD_CONTROL | channel)), MIDI_CTL_SUSTAIN, 0 }; in resolve_notes()
/dports/audio/dmidiplayer/dmidiplayer-1.5.1/
H A Devents.h205 static const int MIDI_CTL_SUSTAIN = 0x40; /**< Sustain pedal */ variable

12