Home
last modified time | relevance | path

Searched refs:key_pressure (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/synth/
H A Dfluid_chan.h44 int key_pressure; /**< MIDI key pressure */ member
110 ((chan)->key_pressure)
112 ((chan)->key_pressure = (val))
H A Dfluid_chan.c104 chan->key_pressure = 0; in fluid_channel_init_ctrl()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/synth/
H A Dfluid_chan.h44 int key_pressure; /**< MIDI key pressure */ member
105 ((chan)->key_pressure)
107 ((chan)->key_pressure = (val))
H A Dfluid_chan.c102 chan->key_pressure = 0; in fluid_channel_init_ctrl()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/synth/
H A Dfluid_chan.h101 unsigned char key_pressure[128]; /**< MIDI polyphonic key pressure from [0;127] */ member
153 ((chan)->key_pressure[key])
155 ((chan)->key_pressure[key] = (val))
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_chan.h101 unsigned char key_pressure[128]; /**< MIDI polyphonic key pressure from [0;127] */ member
152 ((chan)->key_pressure[key])
154 ((chan)->key_pressure[key] = (val))
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_chan.h101 unsigned char key_pressure[128]; /**< MIDI polyphonic key pressure from [0;127] */ member
152 ((chan)->key_pressure[key])
154 ((chan)->key_pressure[key] = (val))
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_chan.h101 unsigned char key_pressure[128]; /**< MIDI polyphonic key pressure from [0;127] */ member
152 ((chan)->key_pressure[key])
154 ((chan)->key_pressure[key] = (val))
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.h71 unsigned char key_pressure[128]; member
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.h71 unsigned char key_pressure[128]; member
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_mod.c177 v1 = chan->key_pressure; in fluid_mod_get_value()
270 v2 = chan->key_pressure; in fluid_mod_get_value()
H A Dfluid_chan.h39 short key_pressure; member
H A Dfluid_chan.c73 chan->key_pressure = 0; in fluid_channel_init_ctrl()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_mod.c177 v1 = chan->key_pressure; in fluid_mod_get_value()
270 v2 = chan->key_pressure; in fluid_mod_get_value()
H A Dfluid_chan.h39 short key_pressure; member
H A Dfluid_chan.c73 chan->key_pressure = 0; in fluid_channel_init_ctrl()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/fx/
H A Dags_fx_notation_audio_processor.h85 void (*key_pressure)(AgsFxNotationAudioProcessor *fx_notation_audio_processor, member
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/fluid/
H A Dchan.cpp232 key_pressure[key] = val; in setKeyPressure()
H A Dfluid.h233 short key_pressure[128]; // MIDI polyphonic key pressure from [0;127] variable
291 int keyPressure(int key) const { return key_pressure[key]; } in keyPressure()
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter_synth.c361 if (instance->key_pressure[key] == pressure) in hexter_instance_key_pressure()
365 instance->key_pressure[key] = pressure; in hexter_instance_key_pressure()
810 instance->key_pressure[i] = 0; in hexter_instance_init_controls()
H A Dhexter_synth.h97 unsigned char key_pressure[128]; member
/dports/audio/whysynth/whysynth-20120903/src/
H A Ddssp_event.c297 synth->key_pressure[key] = pressure; in y_synth_key_pressure()
467 synth->key_pressure[i] = 0; in y_synth_init_controls()
H A Ddssp_event.h142 unsigned char key_pressure[128]; member
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/midi/
H A Dags_midi_parser.h106 xmlNode* (*key_pressure)(AgsMidiParser *midi_parser, guint status); member
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/audio/midi/
H A Dags_midi_buffer_util_test.c783 unsigned char *key_pressure = "\xa0\x36\x7f"; in ags_midi_buffer_util_test_put_key_pressure() local
801 memcmp(buffer + varlength[i][2], key_pressure, 3)){ in ags_midi_buffer_util_test_put_key_pressure()
815 unsigned char *key_pressure = "\xa0\x36\x7f"; in ags_midi_buffer_util_test_get_key_pressure() local
825 memcpy(buffer + varlength[0][2], key_pressure, 3); in ags_midi_buffer_util_test_get_key_pressure()
838 memcpy(buffer + varlength[i][2], key_pressure, 3); in ags_midi_buffer_util_test_get_key_pressure()

12