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 c478077a107b5761d9cd212c66fc0506149f9f41
parent 03ada74e7fe3901f61b6ea9fac10757665f2cee3
Author: Mario Kruselj <mario.kruselj@gmail.com>
Date:   Mon, 13 May 2024 15:46:39 +0200

Make Wave Loop Start/End parameters show 1-based values

Diffstat:
Msource/xtJucePlugin/parameterDescriptions_xt.json | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/source/xtJucePlugin/parameterDescriptions_xt.json b/source/xtJucePlugin/parameterDescriptions_xt.json @@ -171,12 +171,12 @@ {"index":141, "name":"WaveEnvTrigger", "min":0, "max":2, "isDiscrete":true, "toText":"envTrigger"}, {"index":142, "name":"WaveKeyOnLoop", "min":0, "max":1, "toText":"offOn", "isBool":true}, - {"index":143, "name":"WaveKeyOnLoopStart", "min":0, "max":7, "isDiscrete":true}, - {"index":144, "name":"WaveKeyOnLoopEnd", "min":0, "max":7, "isDiscrete":true}, + {"index":143, "name":"WaveKeyOnLoopStart", "min":0, "max":7, "isDiscrete":true, "toText":"loopStartEnd"}, + {"index":144, "name":"WaveKeyOnLoopEnd", "min":0, "max":7, "isDiscrete":true, "toText":"loopStartEnd"}, {"index":145, "name":"WaveKeyOffLoop", "min":0, "max":1, "toText":"offOn", "isBool":true}, - {"index":146, "name":"WaveKeyOffLoopStart", "min":0, "max":7, "isDiscrete":true}, - {"index":147, "name":"WaveKeyOffLoopEnd", "min":0, "max":7, "isDiscrete":true}, + {"index":146, "name":"WaveKeyOffLoopStart", "min":0, "max":7, "isDiscrete":true, "toText":"loopStartEnd"}, + {"index":147, "name":"WaveKeyOffLoopEnd", "min":0, "max":7, "isDiscrete":true, "toText":"loopStartEnd"}, {"index":149, "name":"FreeEnvTime1"}, {"index":150, "name":"FreeEnvLevel1", "isBipolar":true, "toText":"signed", "default":127}, {"index":151, "name":"FreeEnvTime2"}, {"index":152, "name":"FreeEnvLevel2", "isBipolar":true, "toText":"signed"}, @@ -620,6 +620,10 @@ "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "Triangle", "Square", "Sawtooth" ], + "loopStartEnd": + [ + "1", "2", "3", "4", "5", "6", "7", "8" + ], "aliasing": [ "Off", "1", "2", "3", "4", "5"