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 4ce7eb414007a4b7411b56d6ab2744cc6fb57d8a
parent 35afb12362ef56dc6ffdb9182287233625bcc24b
Author: Mario Kruselj <mario.kruselj@gmail.com>
Date:   Fri, 10 May 2024 11:00:05 +0200

Rename lfoPhase value list to just phase and share it with W1StartP and W2StartP parameters

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

diff --git a/source/xtJucePlugin/parameterDescriptions_xt.json b/source/xtJucePlugin/parameterDescriptions_xt.json @@ -41,7 +41,7 @@ // Wave 1 {"index":26, "name":"W1StartW", "min":0 , "max":63, "toText":"waveStartWave"}, - {"index":27, "name":"W1StartP", "min":0 , "max":127, "toText":"waveStartPhase"}, + {"index":27, "name":"W1StartP", "min":0 , "max":127, "toText":"phase"}, {"index":28, "name":"W1EnvAmount", "min":0 , "max":127, "isBipolar":true, "toText":"signed"}, {"index":29, "name":"W1EnvVelAmount", "min":0 , "max":127, "isBipolar":true, "toText":"signed"}, {"index":30, "name":"W1Keytrack", "min":0 , "max":127, "default":64, "toText":"keytrack128"}, @@ -49,7 +49,7 @@ // Wave 2 {"index":36, "name":"W2StartW", "min":0 , "max":63, "toText":"waveStartWave"}, - {"index":37, "name":"W2StartP", "min":0 , "max":127, "toText":"waveStartPhase"}, + {"index":37, "name":"W2StartP", "min":0 , "max":127, "toText":"phase"}, {"index":38, "name":"W2EnvAmount", "min":0 , "max":127, "isBipolar":true, "toText":"signed"}, {"index":39, "name":"W2EnvVelAmount", "min":0 , "max":127, "isBipolar":true, "toText":"signed"}, {"index":40, "name":"W2Keytrack", "min":0 , "max":127, "default":64, "toText":"keytrack128"}, @@ -198,7 +198,7 @@ {"index":169, "name":"Lfo2Sync", "min":0 , "max":3, "isDiscrete":true, "toText":"lfoSync"}, {"index":170, "name":"Lfo2Symmetry", "isBipolar":true, "toText":"signed"}, {"index":171, "name":"Lfo2Humanize"}, - {"index":172, "name":"Lfo2Phase", "toText":"lfoPhase"}, + {"index":172, "name":"Lfo2Phase", "toText":"phase"}, // Modifiers {"index":174, "name":"ModDelaySource", "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, @@ -620,17 +620,6 @@ "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "Triangle", "Square", "Sawtooth" ], - // TODO - "waveStartPhase": - [ - "Free", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", - "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", - "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", - "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", - "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", - "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", - "120", "121", "122", "123", "124", "125", "126", "127" - ], "aliasing": [ "Off", "1", "2", "3", "4", "5" @@ -827,8 +816,7 @@ "3": "Clock" }, - // TODO - "lfoPhase": + "phase": [ "Free", "3°", "6°", "8°", "11°", "14°", "17°", "20°", "23°", "25°", "28°", "31°", "34°", "37°", "39°", "42°", "45°", "48°", "51°", "53°", "56°", "59°", "62°", "65°", "68°", "70°", "73°", "76°", "79°", "82°", "84°", "87°", "90°", "93°", "96°", "98°", "101°", "104°", "107°", "110°",