gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 3b3d08e22b4f32d794be1e987ffa36f1cbe6f0b5
parent 30f973e39f7f480b06c5c486dbeee8e27877ac13
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 27 Apr 2024 22:42:18 +0200

fix swapped interpolation & local detune knobs on Osc 2

Diffstat:
Msource/osTIrusJucePlugin/parameterDescriptions_TI.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/osTIrusJucePlugin/parameterDescriptions_TI.json b/source/osTIrusJucePlugin/parameterDescriptions_TI.json @@ -380,8 +380,8 @@ {"page":110, "index":60, "name":"6E_Undefined60", "min":0, "max":127, "toText":"unsignedZero", "isPublic":false, "isDiscrete":false, "isBool":false}, {"page":110, "index":61, "name":"6E_Undefined61", "min":0, "max":127, "toText":"unsignedZero", "isPublic":false, "isDiscrete":false, "isBool":false}, {"page":110, "index":62, "name":"Osc2 Wavetable/FormantShift", "displayName":"Oscillator 2 Formant Shift", "min":0, "max":127, "default":64, "toText":"signed", "isPublic":true, "isDiscrete":true, "isBool":false, "isBipolar":true}, - {"page":110, "index":63, "name":"Osc2 Wavetable/Interpolation", "displayName":"Oscillator 2 Local Detune", "min":0, "max":127, "default":0, "isPublic":true, "isDiscrete":true, "isBool":false}, - {"page":110, "index":64, "name":"Osc2 Wavetable/Internal Detune", "displayName":"Oscillator 2 Interpolation", "min":0, "max":127, "default":0, "isPublic":true, "isDiscrete":true, "isBool":false}, + {"page":110, "index":63, "name":"Osc2 Wavetable/Internal Detune", "displayName":"Oscillator 2 Local Detune", "min":0, "max":127, "default":0, "isPublic":true, "isDiscrete":true, "isBool":false}, + {"page":110, "index":64, "name":"Osc2 Wavetable/Interpolation", "displayName":"Oscillator 2 Interpolation", "min":0, "max":127, "default":0, "isPublic":true, "isDiscrete":true, "isBool":false}, {"page":110, "index":65, "name":"6E_Undefined65", "min":0, "max":127, "toText":"unsignedZero", "isPublic":false, "isDiscrete":false, "isBool":false}, {"page":110, "index":66, "name":"6E_Undefined66", "min":0, "max":127, "toText":"unsignedZero", "isPublic":false, "isDiscrete":false, "isBool":false}, {"page":110, "index":67, "name":"6E_Undefined67", "min":0, "max":127, "toText":"unsignedZero", "isPublic":false, "isDiscrete":false, "isBool":false},