mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add custom pitch bend range
This commit is contained in:
parent
1dadf8d952
commit
c53eb68a0a
7 changed files with 46 additions and 36 deletions
|
|
@ -143,7 +143,7 @@ public:
|
|||
{
|
||||
GlobalParams() = default;
|
||||
|
||||
gin::Parameter::Ptr mono, glideMode, glideRate, legato, level, voices, mpe;
|
||||
gin::Parameter::Ptr mono, glideMode, glideRate, legato, level, voices, mpe, pitchBend;
|
||||
|
||||
void setup (WavetableAudioProcessor& p);
|
||||
|
||||
|
|
@ -220,8 +220,8 @@ public:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
gin::ModSrcId modSrcPressure, modSrcTimbre, modScrPitchBend, modSrcFilter,
|
||||
modSrcNote, modSrcVelocity, modSrcStep, modSrcMonoStep;
|
||||
gin::ModSrcId modSrcPressure, modSrcTimbre, modSrcPitchbend, modScrPitchBend,
|
||||
modSrcFilter, modSrcNote, modSrcVelocity, modSrcStep, modSrcMonoStep;
|
||||
|
||||
juce::Array<gin::ModSrcId> modSrcCC, modSrcMonoLFO, modSrcLFO, modSrcEnv;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue