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 0558cb08533fced84233e36a2e260e23028958b8
parent e8000671539e115165dedb4e23f9e309504cca7d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 12 May 2024 15:59:35 +0200

fix global midi channel selection not working for ABC models

Diffstat:
Msource/osirusJucePlugin/parameterDescriptions_C.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/osirusJucePlugin/parameterDescriptions_C.json b/source/osirusJucePlugin/parameterDescriptions_C.json @@ -370,7 +370,7 @@ {"page":114, "class":"Global", "index":121, "name":"Panel Destination", "min":0, "max":2, "isPublic":false, "isDiscrete":true, "isBool":false}, {"page":114, "class":"Global", "index":122, "name":"Play Mode", "min":0, "max":2, "isPublic":false, "isDiscrete":true, "isBool":false}, {"page":114, "class":"Global", "index":123, "name":"Part Number", "min":0, "max":127, "isPublic":false, "isDiscrete":true, "isBool":false}, // $0 .. $15, $40 - {"page":114, "class":"Global", "index":124, "name":"Global Channel", "min":0, "max":15, "isPublic":true, "isDiscrete":true, "isBool":false}, + {"page":114, "class":"Global", "index":124, "name":"Midi Channel", "min":0, "max":15, "isPublic":true, "isDiscrete":true, "isBool":false}, {"page":114, "class":"Global", "index":125, "name":"Led Mode", "min":0, "max":2, "isPublic":false, "isDiscrete":true, "isBool":false}, {"page":114, "class":"Global", "index":126, "name":"LCD Contrast", "min":0, "max":127, "isPublic":false, "isDiscrete":false, "isBool":false}, {"page":114, "class":"Global", "index":127, "name":"Master Volume", "min":0, "max":127, "isPublic":true, "isDiscrete":false, "isBool":false}