Home
last modified time | relevance | path

Searched refs:pitch_bend (Results 1 – 25 of 136) sorted by relevance

123456

/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dorgan.h111 float pitch_bend; member
115 organ_parameters() : pitch_bend(1.0f) {} in organ_parameters()
308 void pitch_bend(int amt);
322 using drawbar_organ::pitch_bend;
359 …rtual void pitch_bend(int channel, int value) { if (*params[par_midi] && channel != *params[par_mi… in pitch_bend() function
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/yarns/
H A Dmidi_handler.h93 static void PitchBend(uint8_t channel, uint16_t pitch_bend) { in PitchBend() argument
94 if (multi.PitchBend(channel, pitch_bend) && !multi.direct_thru()) { in PitchBend()
95 Send3(0xe0 | channel, pitch_bend & 0x7f, pitch_bend >> 7); in PitchBend()
H A Dvoice.h115 void PitchBend(uint16_t pitch_bend) { in PitchBend() argument
116 mod_pitch_bend_ = pitch_bend; in PitchBend()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/yarns/
H A Dmidi_handler.h93 static void PitchBend(uint8_t channel, uint16_t pitch_bend) { in PitchBend() argument
94 if (multi.PitchBend(channel, pitch_bend) && !multi.direct_thru()) { in PitchBend()
95 Send3(0xe0 | channel, pitch_bend >> 7, pitch_bend & 0x7f); in PitchBend()
H A Dvoice.h115 void PitchBend(uint16_t pitch_bend) { in PitchBend() argument
116 mod_pitch_bend_ = pitch_bend; in PitchBend()
H A Dpart.cc196 bool Part::PitchBend(uint8_t channel, uint16_t pitch_bend) { in PitchBend() argument
198 voice_[i]->PitchBend(pitch_bend); in PitchBend()
202 (pitch_bend > 8192 + 2048 || pitch_bend < 8192 - 2048)) { in PitchBend()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dorgan.h111 float pitch_bend; member
115 organ_parameters() : pitch_bend(1.0f) {} in organ_parameters()
307 void pitch_bend(int amt);
354 virtual void pitch_bend(int /*channel*/, int value) { dsp::drawbar_organ::pitch_bend(value); } in pitch_bend() function
H A Dwavetable.h97 using dsp::basic_synth::pitch_bend;
158 virtual void pitch_bend(int channel, int value) in pitch_bend() function
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/synth/
H A Dfluid_chan.h46 int pitch_bend; /**< Current pitch bend value */ member
118 ((chan)->pitch_bend)
120 ((chan)->pitch_bend = (val))
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/synth/
H A Dfluid_chan.h46 int pitch_bend; /**< Current pitch bend value */ member
113 ((chan)->pitch_bend)
115 ((chan)->pitch_bend = (val))
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dmidi.c50 int pitch_bend; /* pitch bend position */ member
536 bend = midi_channel[channel].pitch_bend; in midi_note_on()
634 midi_channel[c].pitch_bend = midi_channel[c].new_pitch_bend; in update_controllers()
637 midi_driver->raw_midi(midi_channel[c].pitch_bend & 0x7F); in update_controllers()
638 midi_driver->raw_midi(midi_channel[c].pitch_bend >> 7); in update_controllers()
644 int bend = midi_channel[c].pitch_bend; in update_controllers()
990 midi_channel[c].pitch_bend = 0x2000; in midi_init()
1323 old_pitch_bend[c] = midi_channel[c].pitch_bend; in midi_seek()
1379 if (midi_channel[c].pitch_bend != old_pitch_bend[c]) { in midi_seek()
1381 midi_driver->raw_midi(midi_channel[c].pitch_bend & 0x7F); in midi_seek()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dmidi.c51 int pitch_bend; /* pitch bend position */ member
580 bend = midi_channel[channel].pitch_bend; in midi_note_on()
698 if (midi_channel[c].pitch_bend != midi_channel[c].new_pitch_bend) { in update_controllers()
699 midi_channel[c].pitch_bend = midi_channel[c].new_pitch_bend; in update_controllers()
702 midi_driver->raw_midi(midi_channel[c].pitch_bend & 0x7F); in update_controllers()
703 midi_driver->raw_midi(midi_channel[c].pitch_bend >> 7); in update_controllers()
708 bend = midi_channel[c].pitch_bend; in update_controllers()
1420 old_pitch_bend[c] = midi_channel[c].pitch_bend; in midi_seek()
1476 if (midi_channel[c].pitch_bend != old_pitch_bend[c]) { in midi_seek()
1478 midi_driver->raw_midi(midi_channel[c].pitch_bend & 0x7F); in midi_seek()
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_midi.c115 MDBG2(mon->pitch_bend(m_channel, val);) in decode_midi_message()
116 ms->pitch_bend(m_channel, val); in decode_midi_message()
186 if(output->pitch_bend) in midi_open()
H A Da_midisock.h38 void (*pitch_bend)(unsigned ch, int amt); member
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/synth/
H A Dfluid_chan.h109 short pitch_bend; /**< Current pitch bend value */ member
161 ((chan)->pitch_bend)
163 ((chan)->pitch_bend = (val))
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_chan.h109 short pitch_bend; /**< Current pitch bend value */ member
160 ((chan)->pitch_bend)
162 ((chan)->pitch_bend = (val))
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_chan.h109 short pitch_bend; /**< Current pitch bend value */ member
160 ((chan)->pitch_bend)
162 ((chan)->pitch_bend = (val))
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_chan.h109 short pitch_bend; /**< Current pitch bend value */ member
160 ((chan)->pitch_bend)
162 ((chan)->pitch_bend = (val))
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dtrack_processor.h139 Port * pitch_bend[16];
211 TrackProcessor, pitch_bend,
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/fluid/
H A Dchan.cpp70 pitch_bend = 0x2000; // Range is 0x4000, pitch bend wheel starts in centered position in initCtrl()
212 pitch_bend = val; in pitchBend()
H A Dmod.cpp138 v1 = chan->pitch_bend; in get_value()
231 v2 = chan->pitch_bend; in get_value()
/dports/audio/din/din-52/src/factory/
H A Dkeyboard-keyboard.settings5 pitch_bend 30
/dports/multimedia/py-pretty_midi/pretty_midi-0.2.9/pretty_midi/
H A Dutilities.py544 def pitch_bend_to_semitones(pitch_bend, semitone_range=2.): argument
563 return semitone_range*pitch_bend/8192.0
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/
H A Dsynth.hh43 int pitch_bend = 0x2000; member
52 pitch_bend = 0x2000; in init()
463 ch.pitch_bend = value; in update_pitch_bend()
479 return channels_[channel].pitch_bend; in get_pitch_bend()
/dports/devel/py-game/pygame-2.1.0/test/
H A Dmidi_test.py211 out.pitch_bend(5, channel=-1)
214 out.pitch_bend(5, channel=16)
216 out.pitch_bend(-10001, 1)
222 out.pitch_bend(10665, 2)

123456