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 b2db130b8bfc5fba024a252830d926ead95c4f4d
parent ccc23d39e44865db64207cb847feb0b4baa30327
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 23 Apr 2024 23:08:21 +0200

fix modulation amount reset values not centered

Diffstat:
Mdoc/changelog.txt | 4++++
Msource/mqJucePlugin/parameterDescriptions_mq.json | 32++++++++++++++++----------------
2 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/doc/changelog.txt b/doc/changelog.txt @@ -14,6 +14,10 @@ Osirus: - [Fix] Older Virus B firmware 4.58 failed to load +Vavra: + +- [Fix] Modulation Slot amounts didn't reset to center on double click + 1.3.12 Framework: diff --git a/source/mqJucePlugin/parameterDescriptions_mq.json b/source/mqJucePlugin/parameterDescriptions_mq.json @@ -362,54 +362,54 @@ // Fast Mod Matrix {"index":261, "name":"Slot1FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":262, "name":"Slot1FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":263, "name":"Slot1FAmount"}, + {"index":263, "name":"Slot1FAmount", "default":64}, {"index":264, "name":"Slot2FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":265, "name":"Slot2FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":266, "name":"Slot2FAmount"}, + {"index":266, "name":"Slot2FAmount", "default":64}, {"index":267, "name":"Slot3FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":268, "name":"Slot3FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":269, "name":"Slot3FAmount"}, + {"index":269, "name":"Slot3FAmount", "default":64}, {"index":270, "name":"Slot4FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":271, "name":"Slot4FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":272, "name":"Slot4FAmount"}, + {"index":272, "name":"Slot4FAmount", "default":64}, {"index":273, "name":"Slot5FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":274, "name":"Slot5FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":275, "name":"Slot5FAmount"}, + {"index":275, "name":"Slot5FAmount", "default":64}, {"index":276, "name":"Slot6FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":277, "name":"Slot6FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":278, "name":"Slot6FAmount"}, + {"index":278, "name":"Slot6FAmount", "default":64}, {"index":279, "name":"Slot7FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":280, "name":"Slot7FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":281, "name":"Slot7FAmount"}, + {"index":281, "name":"Slot7FAmount", "default":64}, {"index":282, "name":"Slot8FSource", "min":0, "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":283, "name":"Slot8FDestination", "min":0, "max":30, "isDiscrete":true, "toText":"fastModDest"}, - {"index":284, "name":"Slot8FAmount"}, + {"index":284, "name":"Slot8FAmount", "default":64}, // Standard Mod Matrix {"index":285, "name":"Slot1SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":286, "name":"Slot1SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":287, "name":"Slot1SAmount"}, + {"index":287, "name":"Slot1SAmount", "default":64}, {"index":288, "name":"Slot2SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":289, "name":"Slot2SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":290, "name":"Slot2SAmount"}, + {"index":290, "name":"Slot2SAmount", "default":64}, {"index":291, "name":"Slot3SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":292, "name":"Slot3SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":293, "name":"Slot3SAmount"}, + {"index":293, "name":"Slot3SAmount", "default":64}, {"index":294, "name":"Slot4SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":295, "name":"Slot4SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":296, "name":"Slot4SAmount"}, + {"index":296, "name":"Slot4SAmount", "default":64}, {"index":297, "name":"Slot5SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":298, "name":"Slot5SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":299, "name":"Slot5SAmount"}, + {"index":299, "name":"Slot5SAmount", "default":64}, {"index":300, "name":"Slot6SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":301, "name":"Slot6SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":302, "name":"Slot6SAmount"}, + {"index":302, "name":"Slot6SAmount", "default":64}, {"index":303, "name":"Slot7SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":304, "name":"Slot7SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":305, "name":"Slot7SAmount"}, + {"index":305, "name":"Slot7SAmount", "default":64}, {"index":306, "name":"Slot8SSource", "min":0, "max":39, "isDiscrete":true, "toText":"modSource"}, {"index":307, "name":"Slot8SDestination", "min":0, "max":57, "isDiscrete":true, "toText":"modDest"}, - {"index":308, "name":"Slot8SAmount"}, + {"index":308, "name":"Slot8SAmount", "default":64}, // Controller Delay ("not implemented") {"index":309, "name":"ControllerDelaySource", "min":0, "max":39},