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 542316572161754c9fb3a0bb539ca9b210482c6d
parent c478077a107b5761d9cd212c66fc0506149f9f41
Author: Mario Kruselj <mario.kruselj@gmail.com>
Date:   Mon, 13 May 2024 21:49:02 +0200

Better defaults for the three FX parameters

Diffstat:
Msource/xtJucePlugin/parameterDescriptions_xt.json | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/xtJucePlugin/parameterDescriptions_xt.json b/source/xtJucePlugin/parameterDescriptions_xt.json @@ -96,15 +96,15 @@ {"index":79, "name":"AmpVelocity", "isBipolar":true, "toText":"signed"}, {"index":80, "name":"AmpKeytrack", "isBipolar":true, "toText":"keytrack128"}, - {"index":81, "name":"EffectParamA"}, + {"index":81, "name":"EffectParamA", "default":64}, {"index":82, "name":"ChorusEnabled", "min":0, "max":1, "isBool":true, "toText":"offOn"}, - {"index":83, "name":"EffectParamB"}, + {"index":83, "name":"EffectParamB", "default":64}, {"index":84, "name":"Pan", "isBipolar":true, "toText":"pan"}, {"index":85, "name":"PanKeytrack", "isBipolar":true, "toText":"keytrack128"}, - {"index":86, "name":"EffectParamC"}, + {"index":86, "name":"EffectParamC", "default":64}, // Glide {"index":87, "name":"GlideEnabled", "min":0, "max":1, "isBool":true, "toText":"offOn"},