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 91276116a4c21b25572c67934a26895afc711239
parent 1f22373d24dbdc437448526545c6dbe1e0c94ea8
Author: dsp56300 <87139854+dsp56300@users.noreply.github.com>
Date:   Fri, 10 May 2024 19:06:26 +0200

Merge pull request #189 from mkruselj/more-paramdesc-updates

More parameter description updates
Diffstat:
Msource/mqJucePlugin/parameterDescriptions_mq.json | 389+++++++++++++++++++++++++++++++++++++++++++++----------------------------------
Msource/mqJucePlugin/skins/mqDefault/fx1FiveFX.png | 0
Msource/mqJucePlugin/skins/mqDefault/fx2Reverb.png | 0
Msource/mqJucePlugin/skins/mqDefault/pageFilters.png | 0
Msource/mqJucePlugin/skins/mqDefault/pageLfo.png | 0
Msource/mqJucePlugin/skins/mqDefault/pageMulti.png | 0
Msource/mqJucePlugin/skins/mqDefault/pageOsc.png | 0
Msource/xtJucePlugin/parameterDescriptions_xt.json | 152++++++++++++++++++++++++++++++++++++-------------------------------------------
Msource/xtJucePlugin/skins/xtDefault/xtPageMod.png | 0
9 files changed, 290 insertions(+), 251 deletions(-)

diff --git a/source/mqJucePlugin/parameterDescriptions_mq.json b/source/mqJucePlugin/parameterDescriptions_mq.json @@ -18,45 +18,45 @@ {"page":0, "index":0, "name":"Version", "min":1, "max":1, "isPublic":false, "isDiscrete":true}, // Osc 1 - {"index":1 , "name":"O1Octave" , "min":16, "max":112, "step":12}, + {"index":1 , "name":"O1Octave" , "min":16, "max":112, "step":12, "isBipolar":true, "toText":"octaves"}, {"index":2 , "name":"O1Semi" , "min":52, "max":76, "isDiscrete":true, "isBipolar":true, "toText":"signed"}, - {"index":3 , "name":"O1Detune"}, - {"index":4 , "name":"O1BendRange" , "min":40, "max":88}, + {"index":3 , "name":"O1Detune", "isBipolar":true, "toText":"signed"}, + {"index":4 , "name":"O1BendRange", "isBipolar":true, "min":40, "max":88, "toText":"signed"}, {"index":5 , "name":"O1KeyTrack", "default":96, "toText":"keytrack"}, {"index":6 , "name":"O1FmSource" , "min":0 , "max":11, "isDiscrete":true, "toText":"fmSource"}, {"index":7 , "name":"O1FmAmount"}, - {"index":8 , "name":"O1Shape" , "min":0 , "max":6, "isDiscrete":true}, - {"index":9 , "name":"O1PulseWidth"}, + {"index":8 , "name":"O1Shape" , "min":0 , "max":6, "isDiscrete":true, "toText":"oscWaves"}, + {"index":9 , "name":"O1PulseWidth", "default":127}, {"index":10, "name":"O1PwmSource" , "min":0 , "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":11, "name":"O1Pwm", "isBipolar":true, "toText":"signed"}, {"index":12, "name":"O1SubFreqDiv" , "min":0 , "max":31, "isDiscrete":true}, {"index":13, "name":"O1SubVolume" , "min":0 , "max":31}, // Osc 2 - {"index":17, "name":"O2Octave" , "min":16, "max":112, "step":12}, + {"index":17, "name":"O2Octave" , "min":16, "max":112, "step":12, "isBipolar":true, "toText":"octaves"}, {"index":18, "name":"O2Semi" , "min":52, "max":76, "isDiscrete":true, "isBipolar":true, "toText":"signed"}, - {"index":19, "name":"O2Detune"}, - {"index":20, "name":"O2BendRange" , "min":40, "max":88}, + {"index":19, "name":"O2Detune", "isBipolar":true, "toText":"signed"}, + {"index":20, "name":"O2BendRange", "isBipolar":true, "min":40, "max":88, "toText":"signed"}, {"index":21, "name":"O2KeyTrack", "default":96, "toText":"keytrack"}, {"index":22, "name":"O2FmSource" , "min":0 , "max":11, "isDiscrete":true, "toText":"fmSource"}, {"index":23, "name":"O2FmAmount"}, - {"index":24, "name":"O2Shape" , "min":0 , "max":6, "isDiscrete":true}, - {"index":25, "name":"O2PulseWidth"}, + {"index":24, "name":"O2Shape" , "min":0 , "max":6, "isDiscrete":true, "toText":"oscWaves"}, + {"index":25, "name":"O2PulseWidth", "default":127}, {"index":26, "name":"O2PwmSource" , "min":0 , "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":27, "name":"O2Pwm", "isBipolar":true, "toText":"signed"}, {"index":28, "name":"O2SubFreqDiv" , "min":0 , "max":31, "isDiscrete":true}, {"index":29, "name":"O2SubVolume" , "min":0 , "max":31}, // Osc 3 - {"index":33, "name":"O3Octave" , "min":16, "max":112, "step":12}, + {"index":33, "name":"O3Octave" , "min":16, "max":112, "step":12, "isBipolar":true, "toText":"octaves"}, {"index":34, "name":"O3Semi" , "min":52, "max":76, "isDiscrete":true, "isBipolar":true, "toText":"signed"}, - {"index":35, "name":"O3Detune"}, - {"index":36, "name":"O3BendRange" , "min":40, "max":88}, + {"index":35, "name":"O3Detune", "isBipolar":true, "toText":"signed"}, + {"index":36, "name":"O3BendRange", "isBipolar":true, "min":40, "max":88, "toText":"signed"}, {"index":37, "name":"O3KeyTrack", "default":96, "toText":"keytrack"}, {"index":38, "name":"O3FmSource" , "min":0 , "max":11, "isDiscrete":true, "toText":"fmSource"}, {"index":39, "name":"O3FmAmount"}, - {"index":40, "name":"O3Shape" , "min":0 , "max":4, "isDiscrete":true}, - {"index":41, "name":"O3PulseWidth"}, + {"index":40, "name":"O3Shape" , "min":0 , "max":4, "isDiscrete":true, "toText":"osc3Waves"}, + {"index":41, "name":"O3PulseWidth", "default":127}, {"index":42, "name":"O3PwmSource" , "min":0 , "max":13, "isDiscrete":true, "toText":"fastModSource"}, {"index":43, "name":"O3Pwm", "isBipolar":true, "toText":"signed"}, @@ -79,28 +79,28 @@ // Mixer {"index":61, "name":"O1Level"}, - {"index":62, "name":"O1Balance", "toText":"filterBalance", "isBipolar":true}, + {"index":62, "name":"O1Balance", "toText":"filterBalance"}, {"index":63, "name":"O2Level"}, - {"index":64, "name":"O2Balance", "toText":"filterBalance", "isBipolar":true}, + {"index":64, "name":"O2Balance", "toText":"filterBalance"}, {"index":65, "name":"O3Level"}, - {"index":66, "name":"O3Balance", "toText":"filterBalance", "isBipolar":true}, + {"index":66, "name":"O3Balance", "toText":"filterBalance"}, {"index":67, "name":"NoiseLevel"}, - {"index":68, "name":"NoiseBalance", "toText":"filterBalance", "isBipolar":true}, + {"index":68, "name":"NoiseBalance", "toText":"filterBalance"}, {"index":71, "name":"RingModLevel"}, - {"index":72, "name":"RingModBalance", "toText":"filterBalance", "isBipolar":true}, + {"index":72, "name":"RingModBalance", "toText":"filterBalance"}, {"index":75, "name":"NoiseModeF1", "min":0 , "max":3, "isDiscrete":true, "toText":"noiseMode"}, {"index":76, "name":"NoiseModeF2", "min":0 , "max":3, "isDiscrete":true, "toText":"noiseMode"}, // Filter 1 {"index":77, "name":"F1Type", "min":0 , "max":10, "isDiscrete":true, "toText":"filterType"}, - {"index":78, "name":"F1Cutoff"}, + {"index":78, "name":"F1Cutoff", "default":127}, {"index":80, "name":"F1Resonance"}, {"index":81, "name":"F1Drive"}, - {"index":86, "name":"F1KeyTrack", "toText":"keytrack"}, + {"index":86, "name":"F1KeyTrack", "isBipolar":true, "toText":"keytrack"}, {"index":87, "name":"F1EnvMod", "isBipolar":true, "toText":"signed"}, {"index":88, "name":"F1VelMod", "isBipolar":true, "toText":"signed"}, {"index":89, "name":"F1ModSource", "min":0 , "max":13, "isDiscrete":true, "toText":"fastModSource"}, - {"index":90, "name":"F1CutoffMod"}, + {"index":90, "name":"F1CutoffMod", "isBipolar":true}, {"index":91, "name":"F1FmSource", "min":0 , "max":11, "isDiscrete":true, "toText":"fmSource"}, {"index":92, "name":"F1FmAmount"}, {"index":93, "name":"F1Pan", "toText":"pan", "isBipolar":true}, @@ -109,14 +109,14 @@ // Filter 2 {"index":97, "name":"F2Type", "min":0 , "max":10, "isDiscrete":true, "toText":"filterType"}, - {"index":98, "name":"F2Cutoff"}, + {"index":98, "name":"F2Cutoff", "default":127}, {"index":100, "name":"F2Resonance"}, {"index":101, "name":"F2Drive"}, - {"index":106, "name":"F2KeyTrack", "toText":"keytrack"}, + {"index":106, "name":"F2KeyTrack", "isBipolar":true, "toText":"keytrack"}, {"index":107, "name":"F2EnvMod", "isBipolar":true, "toText":"signed"}, {"index":108, "name":"F2VelMod", "isBipolar":true, "toText":"signed"}, {"index":109, "name":"F2ModSource", "min":0 , "max":13, "isDiscrete":true, "toText":"fastModSource"}, - {"index":110, "name":"F2CutoffMod"}, + {"index":110, "name":"F2CutoffMod", "isBipolar":true}, {"index":111, "name":"F2FmSource", "min":0 , "max":11, "isDiscrete":true, "toText":"fmSource"}, {"index":112, "name":"F2FmAmount"}, {"index":113, "name":"F2Pan", "toText":"pan", "isBipolar":true}, @@ -126,10 +126,10 @@ {"index":117, "name":"FilterRouting", "min":0 , "max":1, "isBool":true, "toText":"filterRouting"}, // Amp - {"index":121, "name":"AmpVolume"}, + {"index":121, "name":"AmpVolume", "default":96}, {"index":122, "name":"AmpVelocity", "isBipolar":true, "toText":"signed"}, {"index":123, "name":"AmpModSource", "min":0 , "max":13, "isDiscrete":true, "toText":"fastModSource"}, - {"index":124, "name":"AmpModAmount"}, + {"index":124, "name":"AmpModAmount", "isBipolar":true, "toText":"signed"}, // Effects {"index":128, "name":"FX1Type", "min":0 , "max":6, "isDiscrete":true, "toText":"fx1Type"}, @@ -265,80 +265,80 @@ {"index":159, "name":"Fx251DelayRearSRVolume"}, // LFO 1 - {"index":160, "name":"Lfo1Shape", "min":0, "max":5, "isDiscrete":true}, - {"index":161, "name":"Lfo1Speed"}, + {"index":160, "name":"Lfo1Shape", "min":0, "max":5, "toText":"lfoWaves", "isDiscrete":true}, + {"index":161, "name":"Lfo1Speed", "default":64}, {"index":161, "name":"Lfo1SpeedClocked"}, {"index":163, "name":"Lfo1Sync", "min":0 , "max":1, "isBool":true}, {"index":164, "name":"Lfo1Clocked", "min":0 , "max":1, "isBool":true}, {"index":165, "name":"Lfo1StartPhase"}, {"index":166, "name":"Lfo1Delay"}, - {"index":167, "name":"Lfo1Fade"}, - {"index":170, "name":"Lfo1KeyTrack", "toText":"keytrack"}, + {"index":167, "name":"Lfo1Fade", "isBipolar":true, "toText":"lfoFade"}, + {"index":170, "name":"Lfo1KeyTrack", "isBipolar":true, "toText":"keytrack"}, // LFO 2 - {"index":172, "name":"Lfo2Shape", "min":0, "max":5, "isDiscrete":true}, - {"index":173, "name":"Lfo2Speed"}, + {"index":172, "name":"Lfo2Shape", "min":0, "max":5, "toText":"lfoWaves", "isDiscrete":true}, + {"index":173, "name":"Lfo2Speed", "default":64}, {"index":173, "name":"Lfo2SpeedClocked"}, {"index":175, "name":"Lfo2Sync", "min":0 , "max":1, "isBool":true}, {"index":176, "name":"Lfo2Clocked", "min":0 , "max":1, "isBool":true}, {"index":177, "name":"Lfo2StartPhase"}, {"index":178, "name":"Lfo2Delay"}, - {"index":179, "name":"Lfo2Fade"}, - {"index":182, "name":"Lfo2KeyTrack", "toText":"keytrack"}, + {"index":179, "name":"Lfo2Fade", "isBipolar":true, "toText":"lfoFade"}, + {"index":182, "name":"Lfo2KeyTrack", "isBipolar":true, "toText":"keytrack"}, // LFO 3 - {"index":184, "name":"Lfo3Shape", "min":0, "max":5, "isDiscrete":true}, - {"index":185, "name":"Lfo3Speed"}, + {"index":184, "name":"Lfo3Shape", "min":0, "max":5, "toText":"lfoWaves", "isDiscrete":true}, + {"index":185, "name":"Lfo3Speed", "default":64}, {"index":185, "name":"Lfo3SpeedClocked"}, {"index":187, "name":"Lfo3Sync", "min":0 , "max":1, "isBool":true}, {"index":188, "name":"Lfo3Clocked", "min":0 , "max":1, "isBool":true}, {"index":189, "name":"Lfo3StartPhase"}, {"index":190, "name":"Lfo3Delay"}, - {"index":191, "name":"Lfo3Fade"}, - {"index":194, "name":"Lfo3KeyTrack", "toText":"keytrack"}, + {"index":191, "name":"Lfo3Fade", "isBipolar":true, "toText":"lfoFade"}, + {"index":194, "name":"Lfo3KeyTrack", "isBipolar":true, "toText":"keytrack"}, // Filter Env {"index":196, "name":"FilterEnvMode", "min":0, "max":4, "isDiscrete":true, "toText":"envMode"}, {"index":196, "name":"FilterEnvTriggerMode", "min":0, "max":2, "isBool":true}, {"index":199, "name":"FilterEnvAttack"}, - {"index":200, "name":"FilterEnvAttackLevel"}, + {"index":200, "name":"FilterEnvAttackLevel", "default":127}, {"index":201, "name":"FilterEnvDecay"}, - {"index":202, "name":"FilterEnvSustain"}, + {"index":202, "name":"FilterEnvSustain", "default":127}, {"index":203, "name":"FilterEnvDecay2"}, - {"index":204, "name":"FilterEnvSustain2"}, + {"index":204, "name":"FilterEnvSustain2", "default":127}, {"index":205, "name":"FilterEnvRelease"}, // Amp Env {"index":208, "name":"AmpEnvMode", "min":0, "max":4, "isDiscrete":true, "toText":"envMode"}, {"index":208, "name":"AmpEnvTriggerMode", "min":0, "max":2, "isBool":true}, {"index":211, "name":"AmpEnvAttack"}, - {"index":212, "name":"AmpEnvAttackLevel"}, + {"index":212, "name":"AmpEnvAttackLevel", "default":127}, {"index":213, "name":"AmpEnvDecay"}, - {"index":214, "name":"AmpEnvSustain"}, + {"index":214, "name":"AmpEnvSustain", "default":127}, {"index":215, "name":"AmpEnvDecay2"}, - {"index":216, "name":"AmpEnvSustain2"}, + {"index":216, "name":"AmpEnvSustain2", "default":127}, {"index":217, "name":"AmpEnvRelease"}, // Env 3 {"index":220, "name":"Env3Mode", "min":0, "max":4, "isDiscrete":true, "toText":"envMode"}, {"index":220, "name":"Env3TriggerMode", "min":0, "max":2, "isBool":true}, {"index":223, "name":"Env3Attack"}, - {"index":224, "name":"Env3AttackLevel"}, + {"index":224, "name":"Env3AttackLevel", "default":127}, {"index":225, "name":"Env3Decay"}, - {"index":226, "name":"Env3Sustain"}, + {"index":226, "name":"Env3Sustain", "default":127}, {"index":227, "name":"Env3Decay2"}, - {"index":228, "name":"Env3Sustain2"}, + {"index":228, "name":"Env3Sustain2", "default":127}, {"index":229, "name":"Env3Release"}, // Env 4 {"index":232, "name":"Env4Mode", "min":0, "max":4, "isDiscrete":true, "toText":"envMode"}, {"index":232, "name":"Env4TriggerMode", "min":0, "max":2, "isBool":true}, {"index":235, "name":"Env4Attack"}, - {"index":236, "name":"Env4AttackLevel"}, + {"index":236, "name":"Env4AttackLevel", "default":127}, {"index":237, "name":"Env4Decay"}, - {"index":238, "name":"Env4Sustain"}, + {"index":238, "name":"Env4Sustain", "default":127}, {"index":239, "name":"Env4Decay2"}, - {"index":240, "name":"Env4Sustain2"}, + {"index":240, "name":"Env4Sustain2", "default":127}, {"index":241, "name":"Env4Release"}, // Modifiers @@ -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", "default":64}, + {"index":263, "name":"Slot1FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":266, "name":"Slot2FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":269, "name":"Slot3FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":272, "name":"Slot4FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":275, "name":"Slot5FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":278, "name":"Slot6FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":281, "name":"Slot7FAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":284, "name":"Slot8FAmount", "isBipolar":true, "toText":"signed"}, // 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", "default":64}, + {"index":287, "name":"Slot1SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":290, "name":"Slot2SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":293, "name":"Slot3SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":296, "name":"Slot4SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":299, "name":"Slot5SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":302, "name":"Slot6SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":305, "name":"Slot7SAmount", "isBipolar":true, "toText":"signed"}, {"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", "default":64}, + {"index":308, "name":"Slot8SAmount", "isBipolar":true, "toText":"signed"}, // Controller Delay ("not implemented") {"index":309, "name":"ControllerDelaySource", "min":0, "max":39}, @@ -418,103 +418,103 @@ // Arp {"index":311, "name":"ArpMode", "min":0, "max":3, "toText":"arpMode", "isDiscrete":true}, {"index":312, "name":"ArpPattern", "min":0, "max":16, "toText":"arpPattern", "isDiscrete":true}, - {"index":313, "name":"ArpMaxNotes", "min":0, "max":15, "toText":"unsignedOne"}, + {"index":313, "name":"ArpMaxNotes", "min":0, "max":15, "default":15, "toText":"unsignedOne"}, {"index":314, "name":"ArpClock", "toText":"arpClock", "isDiscrete":true}, - {"index":315, "name":"ArpLength", "toText":"arpLength", "isDiscrete":true}, + {"index":315, "name":"ArpLength", "default":11, "toText":"arpLength", "isDiscrete":true}, {"index":316, "name":"ArpOctaveRange", "min":0, "max":9, "toText":"unsignedOne", "isDiscrete":true}, {"index":317, "name":"ArpDirection", "min":0, "max":3, "toText":"arpDirection", "isDiscrete":true}, {"index":318, "name":"ArpSortOrder", "min":0, "max":5, "toText":"arpSortOrder", "isDiscrete":true}, {"index":319, "name":"ArpVeloMode", "min":0, "max":2, "toText":"arpVeloMode", "isDiscrete":true}, - {"index":320, "name":"ArpTFactor"}, + {"index":320, "name":"ArpTFactor", "default":127}, {"index":321, "name":"ArpSameNoteOverlap", "min":0, "max":1, "isBool":true}, {"index":322, "name":"ArpPatternReset", "min":0, "max":1, "isBool":true}, {"index":323, "name":"ArpPatternLength", "min":0, "max":15, "toText":"unsignedOne", "isDiscrete":true}, - {"index":326, "name":"Tempo", "toText":"tempo", "isDiscrete":true}, + {"index":326, "name":"Tempo", "default":55, "toText":"tempo", "isDiscrete":true}, // Arp Step / Glide / Accent {"index":327, "name":"Arp00Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":327, "name":"Arp00Glide", "min":0, "max":1, "isBool":true}, - {"index":327, "name":"Arp00Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":327, "name":"Arp00Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":328, "name":"Arp01Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":328, "name":"Arp01Glide", "min":0, "max":1, "isBool":true}, - {"index":328, "name":"Arp01Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":328, "name":"Arp01Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":329, "name":"Arp02Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":329, "name":"Arp02Glide", "min":0, "max":1, "isBool":true}, - {"index":329, "name":"Arp02Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":329, "name":"Arp02Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":330, "name":"Arp03Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":330, "name":"Arp03Glide", "min":0, "max":1, "isBool":true}, - {"index":330, "name":"Arp03Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":330, "name":"Arp03Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":331, "name":"Arp04Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":331, "name":"Arp04Glide", "min":0, "max":1, "isBool":true}, - {"index":331, "name":"Arp04Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":331, "name":"Arp04Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":332, "name":"Arp05Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":332, "name":"Arp05Glide", "min":0, "max":1, "isBool":true}, - {"index":332, "name":"Arp05Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":332, "name":"Arp05Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":333, "name":"Arp06Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":333, "name":"Arp06Glide", "min":0, "max":1, "isBool":true}, - {"index":333, "name":"Arp06Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":333, "name":"Arp06Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":334, "name":"Arp07Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":334, "name":"Arp07Glide", "min":0, "max":1, "isBool":true}, - {"index":334, "name":"Arp07Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":334, "name":"Arp07Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":335, "name":"Arp08Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":335, "name":"Arp08Glide", "min":0, "max":1, "isBool":true}, - {"index":335, "name":"Arp08Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":335, "name":"Arp08Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":336, "name":"Arp09Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":336, "name":"Arp09Glide", "min":0, "max":1, "isBool":true}, - {"index":336, "name":"Arp09Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":336, "name":"Arp09Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":337, "name":"Arp10Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":337, "name":"Arp10Glide", "min":0, "max":1, "isBool":true}, - {"index":337, "name":"Arp10Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":337, "name":"Arp10Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":338, "name":"Arp11Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":338, "name":"Arp11Glide", "min":0, "max":1, "isBool":true}, - {"index":338, "name":"Arp11Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":338, "name":"Arp11Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":339, "name":"Arp12Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":339, "name":"Arp12Glide", "min":0, "max":1, "isBool":true}, - {"index":339, "name":"Arp12Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":339, "name":"Arp12Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":340, "name":"Arp13Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":340, "name":"Arp13Glide", "min":0, "max":1, "isBool":true}, - {"index":340, "name":"Arp13Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":340, "name":"Arp13Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":341, "name":"Arp14Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":341, "name":"Arp14Glide", "min":0, "max":1, "isBool":true}, - {"index":341, "name":"Arp14Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":341, "name":"Arp14Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, {"index":342, "name":"Arp15Step", "min":0, "max":7, "toText":"arpStep", "isDiscrete":true}, {"index":342, "name":"Arp15Glide", "min":0, "max":1, "isBool":true}, - {"index":342, "name":"Arp15Accent", "min":0, "max":7, "toText":"arpAccent", "isDiscrete":true}, + {"index":342, "name":"Arp15Accent", "min":0, "max":7, "default":4, "toText":"arpAccent", "isDiscrete":true}, // Arp Step Length / Timing - {"index":343, "name":"Arp00Length", "min":0, "max":7, "isDiscrete":true}, - {"index":343, "name":"Arp00Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":344, "name":"Arp01Length", "min":0, "max":7, "isDiscrete":true}, - {"index":344, "name":"Arp01Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":345, "name":"Arp02Length", "min":0, "max":7, "isDiscrete":true}, - {"index":345, "name":"Arp02Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":346, "name":"Arp03Length", "min":0, "max":7, "isDiscrete":true}, - {"index":346, "name":"Arp03Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":347, "name":"Arp04Length", "min":0, "max":7, "isDiscrete":true}, - {"index":347, "name":"Arp04Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":348, "name":"Arp05Length", "min":0, "max":7, "isDiscrete":true}, - {"index":348, "name":"Arp05Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":349, "name":"Arp06Length", "min":0, "max":7, "isDiscrete":true}, - {"index":349, "name":"Arp06Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":350, "name":"Arp07Length", "min":0, "max":7, "isDiscrete":true}, - {"index":350, "name":"Arp07Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":351, "name":"Arp08Length", "min":0, "max":7, "isDiscrete":true}, - {"index":351, "name":"Arp08Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":352, "name":"Arp09Length", "min":0, "max":7, "isDiscrete":true}, - {"index":352, "name":"Arp09Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":353, "name":"Arp10Length", "min":0, "max":7, "isDiscrete":true}, - {"index":353, "name":"Arp10Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":354, "name":"Arp11Length", "min":0, "max":7, "isDiscrete":true}, - {"index":354, "name":"Arp11Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":355, "name":"Arp12Length", "min":0, "max":7, "isDiscrete":true}, - {"index":355, "name":"Arp12Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":356, "name":"Arp13Length", "min":0, "max":7, "isDiscrete":true}, - {"index":356, "name":"Arp13Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":357, "name":"Arp14Length", "min":0, "max":7, "isDiscrete":true}, - {"index":357, "name":"Arp14Timing", "min":0, "max":7, "isDiscrete":true}, - {"index":358, "name":"Arp15Length", "min":0, "max":7, "isDiscrete":true}, - {"index":358, "name":"Arp15Timing", "min":0, "max":7, "isDiscrete":true}, + {"index":343, "name":"Arp00Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":343, "name":"Arp00Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":344, "name":"Arp01Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":344, "name":"Arp01Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":345, "name":"Arp02Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":345, "name":"Arp02Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":346, "name":"Arp03Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":346, "name":"Arp03Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":347, "name":"Arp04Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":347, "name":"Arp04Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":348, "name":"Arp05Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":348, "name":"Arp05Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":349, "name":"Arp06Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":349, "name":"Arp06Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":350, "name":"Arp07Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":350, "name":"Arp07Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":351, "name":"Arp08Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":351, "name":"Arp08Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":352, "name":"Arp09Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":352, "name":"Arp09Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":353, "name":"Arp10Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":353, "name":"Arp10Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":354, "name":"Arp11Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":354, "name":"Arp11Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":355, "name":"Arp12Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":355, "name":"Arp12Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":356, "name":"Arp13Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":356, "name":"Arp13Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":357, "name":"Arp14Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":357, "name":"Arp14Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, + {"index":358, "name":"Arp15Length", "min":0, "max":7, "default":4, "toText":"arpStepLength", "isDiscrete":true}, + {"index":358, "name":"Arp15Timing", "min":0, "max":7, "default":4, "toText":"arpTiming", "isDiscrete":true}, // Sound Name {"index":363, "name":"Name00", "min":32, "max":127, "isDiscrete":true, "toText":"ascii"}, @@ -568,7 +568,7 @@ {"class":"NonPartSensitive", "page":101, "index":32, "name":"MI0SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":101, "index":33, "name":"MI0SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":101, "index":34, "name":"MI0MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":101, "index":35, "name":"MI0Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":101, "index":35, "name":"MI0Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":101, "index":36, "name":"MI0Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":101, "index":37, "name":"MI0Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":101, "index":38, "name":"MI0Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -591,7 +591,7 @@ {"class":"NonPartSensitive", "page":102, "index":32, "name":"MI1SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":102, "index":33, "name":"MI1SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":102, "index":34, "name":"MI1MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":102, "index":35, "name":"MI1Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":102, "index":35, "name":"MI1Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":102, "index":36, "name":"MI1Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":102, "index":37, "name":"MI1Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":102, "index":38, "name":"MI1Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -614,7 +614,7 @@ {"class":"NonPartSensitive", "page":103, "index":32, "name":"MI2SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":103, "index":33, "name":"MI2SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":103, "index":34, "name":"MI2MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":103, "index":35, "name":"MI2Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":103, "index":35, "name":"MI2Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":103, "index":36, "name":"MI2Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":103, "index":37, "name":"MI2Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":103, "index":38, "name":"MI2Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -637,7 +637,7 @@ {"class":"NonPartSensitive", "page":104, "index":32, "name":"MI3SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":104, "index":33, "name":"MI3SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":104, "index":34, "name":"MI3MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":104, "index":35, "name":"MI3Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":104, "index":35, "name":"MI3Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":104, "index":36, "name":"MI3Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":104, "index":37, "name":"MI3Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":104, "index":38, "name":"MI3Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -660,7 +660,7 @@ {"class":"NonPartSensitive", "page":105, "index":32, "name":"MI4SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":105, "index":33, "name":"MI4SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":105, "index":34, "name":"MI4MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":105, "index":35, "name":"MI4Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":105, "index":35, "name":"MI4Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":105, "index":36, "name":"MI4Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":105, "index":37, "name":"MI4Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":105, "index":38, "name":"MI4Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -683,7 +683,7 @@ {"class":"NonPartSensitive", "page":106, "index":32, "name":"MI5SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":106, "index":33, "name":"MI5SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":106, "index":34, "name":"MI5MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":106, "index":35, "name":"MI5Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":106, "index":35, "name":"MI5Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":106, "index":36, "name":"MI5Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":106, "index":37, "name":"MI5Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":106, "index":38, "name":"MI5Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -706,7 +706,7 @@ {"class":"NonPartSensitive", "page":107, "index":32, "name":"MI6SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":107, "index":33, "name":"MI6SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":107, "index":34, "name":"MI6MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":107, "index":35, "name":"MI6Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":107, "index":35, "name":"MI6Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":107, "index":36, "name":"MI6Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":107, "index":37, "name":"MI6Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":107, "index":38, "name":"MI6Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -729,7 +729,7 @@ {"class":"NonPartSensitive", "page":108, "index":32, "name":"MI7SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":108, "index":33, "name":"MI7SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":108, "index":34, "name":"MI7MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":108, "index":35, "name":"MI7Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":108, "index":35, "name":"MI7Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":108, "index":36, "name":"MI7Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":108, "index":37, "name":"MI7Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":108, "index":38, "name":"MI7Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -752,7 +752,7 @@ {"class":"NonPartSensitive", "page":109, "index":32, "name":"MI8SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":109, "index":33, "name":"MI8SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":109, "index":34, "name":"MI8MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":109, "index":35, "name":"MI8Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":109, "index":35, "name":"MI8Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":109, "index":36, "name":"MI8Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":109, "index":37, "name":"MI8Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":109, "index":38, "name":"MI8Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -775,7 +775,7 @@ {"class":"NonPartSensitive", "page":110, "index":32, "name":"MI9SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":110, "index":33, "name":"MI9SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":110, "index":34, "name":"MI9MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":110, "index":35, "name":"MI9Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":110, "index":35, "name":"MI9Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":110, "index":36, "name":"MI9Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":110, "index":37, "name":"MI9Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":110, "index":38, "name":"MI9Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -798,7 +798,7 @@ {"class":"NonPartSensitive", "page":111, "index":32, "name":"MI10SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":111, "index":33, "name":"MI10SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":111, "index":34, "name":"MI10MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":111, "index":35, "name":"MI10Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":111, "index":35, "name":"MI10Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":111, "index":36, "name":"MI10Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":111, "index":37, "name":"MI10Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":111, "index":38, "name":"MI10Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -821,7 +821,7 @@ {"class":"NonPartSensitive", "page":112, "index":32, "name":"MI11SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":112, "index":33, "name":"MI11SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":112, "index":34, "name":"MI11MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":112, "index":35, "name":"MI11Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":112, "index":35, "name":"MI11Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":112, "index":36, "name":"MI11Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":112, "index":37, "name":"MI11Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":112, "index":38, "name":"MI11Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -844,7 +844,7 @@ {"class":"NonPartSensitive", "page":113, "index":32, "name":"MI12SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":113, "index":33, "name":"MI12SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":113, "index":34, "name":"MI12MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":113, "index":35, "name":"MI12Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":113, "index":35, "name":"MI12Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":113, "index":36, "name":"MI12Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":113, "index":37, "name":"MI12Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":113, "index":38, "name":"MI12Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -867,7 +867,7 @@ {"class":"NonPartSensitive", "page":114, "index":32, "name":"MI13SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":114, "index":33, "name":"MI13SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":114, "index":34, "name":"MI13MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":114, "index":35, "name":"MI13Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":114, "index":35, "name":"MI13Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":114, "index":36, "name":"MI13Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":114, "index":37, "name":"MI13Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":114, "index":38, "name":"MI13Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -890,7 +890,7 @@ {"class":"NonPartSensitive", "page":115, "index":32, "name":"MI14SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":115, "index":33, "name":"MI14SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":115, "index":34, "name":"MI14MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":115, "index":35, "name":"MI14Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":115, "index":35, "name":"MI14Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":115, "index":36, "name":"MI14Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":115, "index":37, "name":"MI14Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":115, "index":38, "name":"MI14Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -913,7 +913,7 @@ {"class":"NonPartSensitive", "page":116, "index":32, "name":"MI15SoundBank", "min":0, "max":5, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":116, "index":33, "name":"MI15SoundNumber", "min":0, "max":99, "isDiscrete":true}, {"class":"NonPartSensitive", "page":116, "index":34, "name":"MI15MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":116, "index":35, "name":"MI15Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":116, "index":35, "name":"MI15Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":116, "index":36, "name":"MI15Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":116, "index":37, "name":"MI15Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":116, "index":38, "name":"MI15Output", "min":0, "max":7, "isDiscrete":true, "toText":"output"}, @@ -966,6 +966,43 @@ "+40", "+41", "+42", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+50", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+59", "+60", "+61", "+62", "+63" ], + "octaves": + [ + "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", + "-4", "", "", "", "", "", "", "", "", "", "", "", + "-3", "", "", "", "", "", "", "", "", "", "", "", + "-2", "", "", "", "", "", "", "", "", "", "", "", + "-1", "", "", "", "", "", "", "", "", "", "", "", + "0", "", "", "", "", "", "", "", "", "", "", "", + "+1", "", "", "", "", "", "", "", "", "", "", "", + "+2", "", "", "", "", "", "", "", "", "", "", "", + "+3", "", "", "", "", "", "", "", "", "", "", "", + "+4", "" + ], + "lfoFade": + [ + "Out 64", "Out 63", "Out 62", "Out 61", + "Out 60", "Out 59", "Out 58", "Out 57", "Out 56", "Out 55", "Out 54", "Out 53", "Out 52", "Out 51", "Out 50", "Out 49", "Out 48", "Out 47", "Out 46", "Out 45", "Out 44", "Out 43", "Out 42", "Out 41", + "Out 40", "Out 39", "Out 38", "Out 37", "Out 36", "Out 35", "Out 34", "Out 33", "Out 32", "Out 31", "Out 30", "Out 29", "Out 28", "Out 27", "Out 26", "Out 25", "Out 24", "Out 23", "Out 22", "Out 21", + "Out 20", "Out 19", "Out 18", "Out 17", "Out 16", "Out 15", "Out 14", "Out 13", "Out 12", "Out 11", "Out 10", "Out 9", "Out 8", "Out 7", "Out 6", "Out 5", "Out 4", "Out 3", "Out 2", "Out 1", + "Off", + "In 1" , "In 2" , "In 3" , "In 4" , "In 5" , "In 6" , "In 7" , "In 8" , "In 9" , "In 10", "In 11", "In 12", "In 13", "In 14", "In 15", "In 16", "In 17", "In 18", "In 19", + "In 20", "In 21", "In 22", "In 23", "In 24", "In 25", "In 26", "In 27", "In 28", "In 29", "In 30", "In 31", "In 32", "In 33", "In 34", "In 35", "In 36", "In 37", "In 38", "In 39", + "In 40", "In 41", "In 42", "In 43", "In 44", "In 45", "In 46", "In 47", "In 48", "In 49", "In 50", "In 51", "In 52", "In 53", "In 54", "In 55", "In 56", "In 57", "In 58", "In 59", + "In 60", "In 61", "In 62", "In 63" + ], + "lfoWaves": + [ + "Sine", "Triangle", "Square", "Saw", "Random", "S&H" + ], + "oscWaves": + [ + "Off", "Pulse", "Saw", "Triangle", "Sine", "Alt 1", "Alt 2" + ], + "osc3Waves": + [ + "Off", "Pulse", "Saw", "Triangle", "Sine" + ], "pan": [ "Left", "-63", "-62", "-61", @@ -983,7 +1020,7 @@ "-60", "-59", "-58", "-57", "-56", "-55", "-54", "-53", "-52", "-51", "-50", "-49", "-48", "-47", "-46", "-45", "-44", "-43", "-42", "-41", "-40", "-39", "-38", "-37", "-36", "-35", "-34", "-33", "-32", "-31", "-30", "-29", "-28", "-27", "-26", "-25", "-24", "-23", "-22", "-21", "-20", "-19", "-18", "-17", "-16", "-15", "-14", "-13", "-12", "-11", "-10", "-9", "-8", "-7", "-6", "-5", "-4", "-3", "-2", "-1", - "Center","+1", "+2", "+3", "+4", "+5", "+6", "+7", "+8", "+9", "+10", "+11", "+12", "+13", "+14", "+15", "+16", "+17", "+18", "+19", + "F1+F2","+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", "F2" @@ -1013,34 +1050,34 @@ ], "glideMode": [ - "Portamento", "Fingered Porta", "Glissando", "?", "Fingered Gliss" + "Portamento", "Fingered Porta", "Glissando", "", "Fingered Gliss" ], "fastModSource": [ - "Off", "LFO 1", "LFO 1 * ModW", "LFO 2", "LFO 2 * Prs", "LFO 3", "Filter Env", "Amp Env", "Env 3", "Env 4", "Velocity", "Mod Wheel", "Pitchbend", "Pressure" + "Off", "LFO 1", "LFO 1 * MW", "LFO 2", "LFO 2 * AT", "LFO 3", "Filter Env", "Amp Env", "Env 3", "Env 4", "Velocity", "Modwheel", "Pitch Bend", "Aftertouch" ], "fastModDest": [ - "Pitch", "O1 Pitch", "O1 FM", "O1 PW", "O2 Pitch", "O2 FM", "O2 PW", "O3 Pitch", "O3 FM", "O3 PW", "O1 Level", "O1 Bal", "O2 Level", "O2 Bal", "O3 Level", - "O3 Bal", "Ring Level", "Ring Bal", "N/E Level", "N/E Bal", "F1 Cutoff", "F1 Res", "F1 FM", "F1 Drive", "F1 Pan", "F2 Cutoff", "F2 Res", "F2 FM", "F2 Drive", "F2 Pan", "Volume" + "Pitch", "O1 Pitch", "O1 FM", "O1 PW", "O2 Pitch", "O2 FM", "O2 PW", "O3 Pitch", "O3 FM", "O3 PW", "O1 Level", "O1 Balance", "O2 Level", "O2 Balance", "O3 Level", + "O3 Balance", "Ring Level", "Ring Balance", "N/E Level", "N/E Balance", "F1 Cutoff", "F1 Resonance", "F1 FM", "F1 Drive", "F1 Pan", "F2 Cutoff", "F2 Resonance", "F2 FM", "F2 Drive", "F2 Pan", "Volume" ], "modSource": [ - "Off", "LFO1", "LFO1*MW", "LFO2", "LFO2*Prs", "LFO3", "FilterEnv", "AmpEnv", "Env3", "Env4", "Keytrack", "Velocity", "Rel Velocity", "Pressure", "Poly Pressure", "PitchBend", - "Modwheel", "Sust. Controller", "Foot Controller", "Breath Controller", "Control W", "Control X", "Control Y", "Control Z", "Ctr Delay", "Mod1", "Mod2", "Mod3", "Mod4", "min", - "MAX", "Voice Num", "Voice %16", "Voice %8", "Voice %4", "Voice %2", "Unisono Voice", "U.Detune", "U.De-Pan", "U.De-Oct" + "Off", "LFO 1", "LFO 1 * MW", "LFO 2", "LFO 2 * AT", "LFO 3", "Filter Env", "Amp Env", "Env 3", "Env 4", "Keytrack", "Velocity", "Release Vel", "Aftertouch", "Poly Pressure", "Pitch Bend", + "Modwheel", "Sustain Pedal", "Foot Control", "Breath Control", "Control W", "Control X", "Control Y", "Control Z", "Control Delay", "Modifier 1", "Modifier 2", "Modifier 3", "Modifier 4", "Min", + "Max", "Voice Num", "Voice %16", "Voice %8", "Voice %4", "Voice %2", "Unison Voice", "Uni Detune", "Uni De-Pan", "Uni De-Oct" ], "modDest": [ - "Pitch", "O1 Pitch", "O1 FM", "O1 PW", "O2 Pitch", "O2 FM", "O2 PW", "O3 Pitch", "O3 FM", "O3 PW", "O1 Level", "O1 Bal", "O2 Level", "O2 Bal", "O3 Level", "O3 Bal", - "Ring Level", "Ring Bal", "N/E Level", "N/E Bal", "F1 Cutoff", "F1 Res", "F1 FM", "F1 Drive", "F1 Pan", "F2 Cutoff", "F2 Res", "F2 FM", "F2 Drive", "F2 Pan", "Volume", - "LFO1 Speed", "LFO2 Speed", "LFO3 Speed", "FE Attack", "FE Decay", "FE Sustain", "FE Release", "AE Attack", "AE Decay", "AE Sustain", "AE Release", "Env3 Attack", - "Env3 Decay", "Env3 Sustain", "Env3 Release", "Env4 Attack", "Env4 Decay", "Env4 Sustain", "Env4 Release", "M1F Amount", "M2F Amount", "M1S Amount", "M2S Amount", + "Pitch", "O1 Pitch", "O1 FM", "O1 PW", "O2 Pitch", "O2 FM", "O2 PW", "O3 Pitch", "O3 FM", "O3 PW", "O1 Level", "O1 Balance", "O2 Level", "O2 Balance", "O3 Level", "O3 Balance", + "Ring Level", "Ring Balance", "N/E Level", "N/E Balance", "F1 Cutoff", "F1 Resonance", "F1 FM", "F1 Drive", "F1 Pan", "F2 Cutoff", "F2 Resonance", "F2 FM", "F2 Drive", "F2 Pan", "Volume", + "LFO 1 Speed", "LFO 2 Speed", "LFO 3 Speed", "FE Attack", "FE Decay", "FE Sustain", "FE Release", "AE Attack", "AE Decay", "AE Sustain", "AE Release", "Env 3 Attack", + "Env 3 Decay", "Env 3 Sustain", "Env 3 Release", "Env 4 Attack", "Env 4 Decay", "Env 4 Sustain", "Env 4 Release", "M1F Amount", "M2F Amount", "M1S Amount", "M2S Amount", "O1 Sub Div", "O1 Sub Volume", "O2 Sub Div", "O2 Sub Volume" ], "operator": [ - "+", "-", "*", "AND", "OR", "XOR", "MAX", "min" + "+", "-", "*", "AND", "OR", "XOR", "Max", "Min" ], "fmSource": [ @@ -1048,7 +1085,7 @@ ], "filterType": [ - "Off", "24dB LP", "12dB LP", "24dB BP", "12dB BP", "24dB HP", "12dB HP", "24dB Notch", "12dB Notch", "Comb+", "Comb-" + "Off", "24 dB LP", "12 dB LP", "24 dB BP", "12 dB BP", "24 dB HP", "12 dB HP", "24 dB Notch", "12 dB Notch", "Comb+", "Comb-" ], "filterRouting": [ @@ -1112,7 +1149,7 @@ ], "fx2Type": [ - "Bypass", "Chorus", "Flanger", "Phaser", "Overdrive", "Five FX", "Vocoder", "Delay", "Reverb", "5.1 Delay", "5.1 Delay Clk" + "Bypass", "Chorus", "Flanger", "Phaser", "Overdrive", "Five FX", "Vocoder", "Delay", "Reverb", "5.1 Delay", "5.1 Delay Clocked" ], "arpMode": [ @@ -1120,42 +1157,56 @@ ], "arpPattern": [ - "Off", "User", "ROM 1", "ROM 2", "ROM 3", "ROM 4", "ROM 5", "ROM 6", "ROM 7", "ROM 8", "ROM 9", "ROM 10", "ROM 11", "ROM 12", "ROM 13", "ROM 14", "ROM 15" + "Off", "User", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15" ], "arpClock": [ - "3/192", "4/192", "5/192", "6/192", "7/192", "8/192", "9/192", - "10/192", "11/192", "12/192", "13/192", "14/192", "15/192", "16/192", "17/192", "18/192", "19/192", - "20/192", "21/192", "22/192", "23/192", "24/192", "25/192", "26/192", "27/192", "28/192", "29/192", - "30/192", "31/192", "32/192", "33/192", "34/192", "35/192", "36/192", "37/192", "38/192", "39/192", - "40/192", "41/192", "42/192", "43/192", "44/192", "45/192", "46/192", "47/192", "48/192", "49/192", + "1/64", "1/32 T", "5/192", "1/32", "7/192", "1/16 T", "1/64 D", + "10/192", "11/192", "1/16", "13/192", "14/192", "15/192", "1/8 T", "17/192", "1/16 D", "19/192", + "20/192", "21/192", "22/192", "23/192", "1/8", "25/192", "26/192", "27/192", "28/192", "29/192", + "30/192", "31/192", "1/4 T", "33/192", "34/192", "35/192", "1/8 D", "37/192", "38/192", "39/192", + "40/192", "41/192", "42/192", "43/192", "44/192", "45/192", "46/192", "47/192", "1/4", "49/192", "50/192", "51/192", "52/192", "53/192", "54/192", "55/192", "56/192", "57/192", "58/192", "59/192", - "60/192", "61/192", "62/192", "63/192", "64/192", "65/192", "66/192", "67/192", "68/192", "69/192", - "70/192", "71/192", "72/192", "73/192", "74/192", "75/192", "76/192", "77/192", "78/192", "79/192", + "60/192", "61/192", "62/192", "63/192", "1/2 T", "65/192", "66/192", "67/192", "68/192", "69/192", + "70/192", "71/192", "1/4 D", "73/192", "74/192", "75/192", "76/192", "77/192", "78/192", "79/192", "80/192", "81/192", "82/192", "83/192", "84/192", "85/192", "86/192", "87/192", "88/192", "89/192", - "90/192", "91/192", "92/192", "93/192", "94/192", "95/192", "96/192", "97/192", "98/192", "99/192", + "90/192", "91/192", "92/192", "93/192", "94/192", "95/192", "1/2", "97/192", "98/192", "99/192", "100/192", "101/192", "102/192", "103/192", "104/192", "105/192", "106/192", "107/192", "108/192", "109/192", "110/192", "111/192", "112/192", "113/192", "114/192", "115/192", "116/192", "117/192", "118/192", "119/192", - "120/192", "121/192", "122/192", "123/192", "124/192", "125/192", "126/192", "127/192", "128/192", "129/192", + "120/192", "121/192", "122/192", "123/192", "124/192", "125/192", "126/192", "127/192", "1/1 T", "129/192", "130/192" ], "arpLength": [ - "Legato", "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" + "1/128 T", "1/64 T", "1/64", "1/32 T", "5/192", "1/32", "7/192", "1/16 T", "1/64 D", + "10/192", "11/192", "1/16", "13/192", "14/192", "15/192", "1/8 T", "17/192", "1/16 D", "19/192", + "20/192", "21/192", "22/192", "23/192", "1/8", "25/192", "26/192", "27/192", "28/192", "29/192", + "30/192", "31/192", "1/4 T", "33/192", "34/192", "35/192", "1/8 D", "37/192", "38/192", "39/192", + "40/192", "41/192", "42/192", "43/192", "44/192", "45/192", "46/192", "47/192", "1/4", "49/192", + "50/192", "51/192", "52/192", "53/192", "54/192", "55/192", "56/192", "57/192", "58/192", "59/192", + "60/192", "61/192", "62/192", "63/192", "1/2 T", "65/192", "66/192", "67/192", "68/192", "69/192", + "70/192", "71/192", "1/4 D", "73/192", "74/192", "75/192", "76/192", "77/192", "78/192", "79/192", + "80/192", "81/192", "82/192", "83/192", "84/192", "85/192", "86/192", "87/192", "88/192", "89/192", + "90/192", "91/192", "92/192", "93/192", "94/192", "95/192", "1/2", "97/192", "98/192", "99/192", + "100/192", "101/192", "102/192", "103/192", "104/192", "105/192", "106/192", "107/192", "108/192", "109/192", + "110/192", "111/192", "112/192", "113/192", "114/192", "115/192", "116/192", "117/192", "118/192", "119/192", + "120/192", "121/192", "122/192", "123/192", "124/192", "125/192", "126/192", "127/192", "Legato" ], + "arpTiming": + [ + "Random", "<<<", "<<", "<", "|", ">", ">>", ">>>" + ], + "arpStepLength": + [ + "Legato", "-3", "-2", "-1", "As Note Length", "+1", "+2", "+3" + ], "arpDirection": [ "Up", "Down", "Alt Up", "Alt Down" ], "arpSortOrder": [ - "As played", "Reversed", "Note Low>High", "Note Hi>Low", "Vel Low>Hi", "Vel Hi>Low" + "As Played", "Reversed", "Note Low-High", "Note High-Low", "Vel Low-High", "Vel High-Low" ], "arpVeloMode": [ diff --git a/source/mqJucePlugin/skins/mqDefault/fx1FiveFX.png b/source/mqJucePlugin/skins/mqDefault/fx1FiveFX.png Binary files differ. diff --git a/source/mqJucePlugin/skins/mqDefault/fx2Reverb.png b/source/mqJucePlugin/skins/mqDefault/fx2Reverb.png Binary files differ. diff --git a/source/mqJucePlugin/skins/mqDefault/pageFilters.png b/source/mqJucePlugin/skins/mqDefault/pageFilters.png Binary files differ. diff --git a/source/mqJucePlugin/skins/mqDefault/pageLfo.png b/source/mqJucePlugin/skins/mqDefault/pageLfo.png Binary files differ. diff --git a/source/mqJucePlugin/skins/mqDefault/pageMulti.png b/source/mqJucePlugin/skins/mqDefault/pageMulti.png Binary files differ. diff --git a/source/mqJucePlugin/skins/mqDefault/pageOsc.png b/source/mqJucePlugin/skins/mqDefault/pageOsc.png Binary files differ. 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"}, @@ -57,10 +57,10 @@ {"index":42, "name":"W2Link", "min":0 , "max":1, "toText":"offOn"}, // Mixer - {"index":47, "name":"MixW1"}, - {"index":48, "name":"MixW2"}, - {"index":49, "name":"MixRingMod"}, - {"index":50, "name":"MixNoise"}, + {"index":47, "name":"MixW1", "default":96}, + {"index":48, "name":"MixW2", "default":96}, + {"index":49, "name":"MixRingMod", "default":96}, + {"index":50, "name":"MixNoise", "default":96}, {"index":51, "name":"MixExternal"}, {"index":53, "name":"Aliasing", "min":0, "max":5, "toText":"aliasing"}, @@ -75,26 +75,26 @@ {"index":61, "name":"PlayParamD", "min":0, "max":82, "isDiscrete":true, "toText":"playParameter"}, // Filters - {"index":62, "name":"F1Cutoff"}, + {"index":62, "name":"F1Cutoff", "default":127}, {"index":63, "name":"F1Resonance"}, {"index":64, "name":"F1Type", "min":0, "max":12, "isDiscrete":true, "toText":"filter1Type"}, {"index":65, "name":"F1KeyTrack", "default":64, "toText":"keytrack128"}, - {"index":66, "name":"F1EnvAmount", "toText":"signed", "default":64, "isBipolar":true}, - {"index":67, "name":"F1EnvVelAmount", "toText":"signed", "default":64, "isBipolar":true}, + {"index":66, "name":"F1EnvAmount", "toText":"signed", "isBipolar":true}, + {"index":67, "name":"F1EnvVelAmount", "toText":"signed", "isBipolar":true}, {"index":70, "name":"F1ContextSensitive"}, - {"index":73, "name":"F2Cutoff"}, + {"index":73, "name":"F2Cutoff", "default":127}, {"index":74, "name":"F2Type", "min":0, "max":1, "isDiscrete":true, "toText":"filter2Type"}, {"index":75, "name":"F2KeyTrack", "default":64, "toText":"keytrack128"}, {"index":76, "name":"EffectType", "min":0, "max":34, "toText":"effectType", "isDiscrete":true}, // Amp - {"index":77, "name":"AmpVolume"}, + {"index":77, "name":"AmpVolume", "default":96}, {"index":79, "name":"AmpVelocity", "isBipolar":true, "toText":"signed"}, - {"index":80, "name":"AmpKeytrack", "isBipolar":true, "default":64, "toText":"keytrack128"}, + {"index":80, "name":"AmpKeytrack", "isBipolar":true, "toText":"keytrack128"}, {"index":81, "name":"EffectParamA"}, @@ -103,7 +103,7 @@ {"index":83, "name":"EffectParamB"}, {"index":84, "name":"Pan", "isBipolar":true, "toText":"pan"}, - {"index":85, "name":"PanKeytrack", "isBipolar":true, "default":64, "toText":"keytrack128"}, + {"index":85, "name":"PanKeytrack", "isBipolar":true, "toText":"keytrack128"}, {"index":86, "name":"EffectParamC"}, // Glide @@ -122,7 +122,7 @@ {"index":98, "name":"ArpNoteOrder", "min":0, "max":3, "toText":"arpNoteOrder", "isDiscrete":true}, {"index":99, "name":"ArpVelocity", "min":0, "max":1, "toText":"arpVelocity", "isDiscrete":true}, {"index":100, "name":"ArpReset", "min":0, "max":1, "toText":"offOn", "isDiscrete":true}, - {"index":101, "name":"ArpUserPatternLength", "min":0, "max":15, "isDiscrete":true, "toText":"unsignedOne"}, + {"index":101, "name":"ArpUserPatternLength", "min":0, "max":15, "default":15, "isDiscrete":true, "toText":"unsignedOne"}, {"index":102, "name":"ArpUserPattern1" , "min":0, "max":1, "isBool":true}, {"index":102, "name":"ArpUserPattern2" , "min":0, "max":1, "isBool":true}, @@ -149,23 +149,23 @@ {"index":113, "name":"F1EnvAttack"}, {"index":114, "name":"F1EnvDecay"}, - {"index":115, "name":"F1EnvSustain"}, + {"index":115, "name":"F1EnvSustain", "default":127}, {"index":116, "name":"F1EnvRelease"}, {"index":117, "name":"F1EnvTrigger", "min":0, "max":2, "isDiscrete":true, "toText":"envTrigger"}, {"index":119, "name":"AmpEnvAttack"}, {"index":120, "name":"AmpEnvDecay"}, - {"index":121, "name":"AmpEnvSustain"}, + {"index":121, "name":"AmpEnvSustain", "default":127}, {"index":122, "name":"AmpEnvRelease"}, {"index":123, "name":"AmpEnvTrigger", "min":0, "max":2, "isDiscrete":true, "toText":"envTrigger"}, - {"index":125, "name":"WaveEnvTime1"}, {"index":126, "name":"WaveEnvLevel1"}, + {"index":125, "name":"WaveEnvTime1"}, {"index":126, "name":"WaveEnvLevel1", "default":127}, {"index":127, "name":"WaveEnvTime2"}, {"index":128, "name":"WaveEnvLevel2"}, {"index":129, "name":"WaveEnvTime3"}, {"index":130, "name":"WaveEnvLevel3"}, {"index":131, "name":"WaveEnvTime4"}, {"index":132, "name":"WaveEnvLevel4"}, {"index":133, "name":"WaveEnvTime5"}, {"index":134, "name":"WaveEnvLevel5"}, {"index":135, "name":"WaveEnvTime6"}, {"index":136, "name":"WaveEnvLevel6"}, - {"index":137, "name":"WaveEnvTime7"}, {"index":138, "name":"WaveEnvLevel7"}, + {"index":137, "name":"WaveEnvTime7"}, {"index":138, "name":"WaveEnvLevel7", "default":127}, {"index":139, "name":"WaveEnvTime8"}, {"index":140, "name":"WaveEnvLevel8"}, {"index":141, "name":"WaveEnvTrigger", "min":0, "max":2, "isDiscrete":true, "toText":"envTrigger"}, @@ -178,27 +178,27 @@ {"index":146, "name":"WaveKeyOffLoopStart", "min":0, "max":7, "isDiscrete":true}, {"index":147, "name":"WaveKeyOffLoopEnd", "min":0, "max":7, "isDiscrete":true}, - {"index":149, "name":"FreeEnvTime1"}, {"index":150, "name":"FreeEnvLevel1", "isBipolar":true, "toText":"signed", "default":64}, - {"index":151, "name":"FreeEnvTime2"}, {"index":152, "name":"FreeEnvLevel2", "isBipolar":true, "toText":"signed", "default":64}, - {"index":153, "name":"FreeEnvTime3"}, {"index":154, "name":"FreeEnvLevel3", "isBipolar":true, "toText":"signed", "default":64}, - {"index":155, "name":"FreeEnvReleaseTime"}, {"index":156, "name":"FreeEnvReleaseLevel", "isBipolar":true, "toText":"signed", "default":64}, + {"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"}, + {"index":153, "name":"FreeEnvTime3"}, {"index":154, "name":"FreeEnvLevel3", "isBipolar":true, "toText":"signed", "default":127}, + {"index":155, "name":"FreeEnvReleaseTime"}, {"index":156, "name":"FreeEnvReleaseLevel", "isBipolar":true, "toText":"signed"}, {"index":157, "name":"FreeEnvTrigger", "min":0, "max":2, "isDiscrete":true, "toText":"envTrigger"}, // LFO 1 - {"index":159, "name":"Lfo1Rate"}, + {"index":159, "name":"Lfo1Rate", "default":64}, {"index":160, "name":"Lfo1Shape", "min":0, "max":5, "isDiscrete":true, "toText":"lfoShape"}, {"index":161, "name":"Lfo1Delay", "toText":"lfoDelay"}, {"index":162, "name":"Lfo1Sync", "min":0 , "max":3, "isDiscrete":true, "toText":"lfoSync"}, {"index":163, "name":"Lfo1Symmetry", "isBipolar":true, "toText":"signed"}, {"index":164, "name":"Lfo1Humanize"}, - {"index":166, "name":"Lfo2Rate"}, + {"index":166, "name":"Lfo2Rate", "default":64}, {"index":167, "name":"Lfo2Shape", "min":0, "max":5, "isDiscrete":true, "toText":"lfoShape"}, {"index":168, "name":"Lfo2Delay", "toText":"lfoDelay"}, {"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"}, @@ -223,52 +223,52 @@ // Mod Matrix {"index":192, "name":"Slot1Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":193, "name":"Slot1Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":193, "name":"Slot1Amount" , "isBipolar":true, "toText":"signed" }, {"index":194, "name":"Slot1Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":195, "name":"Slot2Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":196, "name":"Slot2Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":196, "name":"Slot2Amount" , "isBipolar":true, "toText":"signed" }, {"index":197, "name":"Slot2Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":198, "name":"Slot3Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":199, "name":"Slot3Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":199, "name":"Slot3Amount" , "isBipolar":true, "toText":"signed" }, {"index":200, "name":"Slot3Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":201, "name":"Slot4Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":202, "name":"Slot4Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":202, "name":"Slot4Amount" , "isBipolar":true, "toText":"signed" }, {"index":203, "name":"Slot4Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":204, "name":"Slot5Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":205, "name":"Slot5Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":205, "name":"Slot5Amount" , "isBipolar":true, "toText":"signed" }, {"index":206, "name":"Slot5Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":207, "name":"Slot6Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":208, "name":"Slot6Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":208, "name":"Slot6Amount" , "isBipolar":true, "toText":"signed" }, {"index":209, "name":"Slot6Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":210, "name":"Slot7Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":211, "name":"Slot7Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":211, "name":"Slot7Amount" , "isBipolar":true, "toText":"signed" }, {"index":212, "name":"Slot7Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":213, "name":"Slot8Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":214, "name":"Slot8Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":214, "name":"Slot8Amount" , "isBipolar":true, "toText":"signed" }, {"index":215, "name":"Slot8Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":216, "name":"Slot9Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":217, "name":"Slot9Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":217, "name":"Slot9Amount" , "isBipolar":true, "toText":"signed" }, {"index":218, "name":"Slot9Destination" , "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":219, "name":"Slot10Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":220, "name":"Slot10Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":220, "name":"Slot10Amount" , "isBipolar":true, "toText":"signed" }, {"index":221, "name":"Slot10Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":222, "name":"Slot11Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":223, "name":"Slot11Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":223, "name":"Slot11Amount" , "isBipolar":true, "toText":"signed" }, {"index":224, "name":"Slot11Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":225, "name":"Slot12Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":226, "name":"Slot12Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":226, "name":"Slot12Amount" , "isBipolar":true, "toText":"signed" }, {"index":227, "name":"Slot12Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":228, "name":"Slot13Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":229, "name":"Slot13Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":229, "name":"Slot13Amount" , "isBipolar":true, "toText":"signed" }, {"index":230, "name":"Slot13Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":231, "name":"Slot14Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":232, "name":"Slot14Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":232, "name":"Slot14Amount" , "isBipolar":true, "toText":"signed" }, {"index":233, "name":"Slot14Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":234, "name":"Slot15Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":235, "name":"Slot15Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":235, "name":"Slot15Amount" , "isBipolar":true, "toText":"signed" }, {"index":236, "name":"Slot15Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, {"index":237, "name":"Slot16Source" , "min":0, "max":31, "isDiscrete":true, "toText":"modSource"}, - {"index":238, "name":"Slot16Amount" , "default":64, "isBipolar":true, "toText":"signed" }, + {"index":238, "name":"Slot16Amount" , "isBipolar":true, "toText":"signed" }, {"index":239, "name":"Slot16Destination", "min":0, "max":30, "isDiscrete":true, "toText":"modDest" }, // Sound Name @@ -290,7 +290,7 @@ {"index":255, "name":"Name15", "min":32, "max":127, "isDiscrete":true, "toText":"ascii"}, // MULTI - {"class":"NonPartSensitive", "page":10, "index":0, "name":"MVolume"}, + {"class":"NonPartSensitive", "page":10, "index":0, "name":"MVolume", "default":96}, {"class":"NonPartSensitive", "page":10, "index":1, "name":"MControlW", "min":0, "max":121, "isDiscrete":true}, {"class":"NonPartSensitive", "page":10, "index":2, "name":"MControlX", "min":0, "max":121, "isDiscrete":true}, {"class":"NonPartSensitive", "page":10, "index":3, "name":"MControlY", "min":0, "max":121, "isDiscrete":true}, @@ -318,7 +318,7 @@ {"class":"NonPartSensitive", "page":11, "index":0 , "name":"MI0SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":11, "index":1 , "name":"MI0SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":11, "index":2 , "name":"MI0MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":11, "index":3 , "name":"MI0Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":11, "index":3 , "name":"MI0Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":11, "index":4 , "name":"MI0Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":11, "index":5 , "name":"MI0Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":11, "index":6 , "name":"MI0Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -342,7 +342,7 @@ {"class":"NonPartSensitive", "page":12, "index":0 , "name":"MI1SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":12, "index":1 , "name":"MI1SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":12, "index":2 , "name":"MI1MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":12, "index":3 , "name":"MI1Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":12, "index":3 , "name":"MI1Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":12, "index":4 , "name":"MI1Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":12, "index":5 , "name":"MI1Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":12, "index":6 , "name":"MI1Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -366,7 +366,7 @@ {"class":"NonPartSensitive", "page":13, "index":0 , "name":"MI2SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":13, "index":1 , "name":"MI2SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":13, "index":2 , "name":"MI2MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":13, "index":3 , "name":"MI2Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":13, "index":3 , "name":"MI2Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":13, "index":4 , "name":"MI2Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":13, "index":5 , "name":"MI2Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":13, "index":6 , "name":"MI2Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -390,7 +390,7 @@ {"class":"NonPartSensitive", "page":14, "index":0 , "name":"MI3SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":14, "index":1 , "name":"MI3SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":14, "index":2 , "name":"MI3MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":14, "index":3 , "name":"MI3Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":14, "index":3 , "name":"MI3Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":14, "index":4 , "name":"MI3Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":14, "index":5 , "name":"MI3Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":14, "index":6 , "name":"MI3Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -414,7 +414,7 @@ {"class":"NonPartSensitive", "page":15, "index":0 , "name":"MI4SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":15, "index":1 , "name":"MI4SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":15, "index":2 , "name":"MI4MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":15, "index":3 , "name":"MI4Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":15, "index":3 , "name":"MI4Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":15, "index":4 , "name":"MI4Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":15, "index":5 , "name":"MI4Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":15, "index":6 , "name":"MI4Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -438,7 +438,7 @@ {"class":"NonPartSensitive", "page":16, "index":0 , "name":"MI5SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":16, "index":1 , "name":"MI5SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":16, "index":2 , "name":"MI5MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":16, "index":3 , "name":"MI5Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":16, "index":3 , "name":"MI5Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":16, "index":4 , "name":"MI5Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":16, "index":5 , "name":"MI5Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":16, "index":6 , "name":"MI5Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -462,7 +462,7 @@ {"class":"NonPartSensitive", "page":17, "index":0 , "name":"MI6SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":17, "index":1 , "name":"MI6SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":17, "index":2 , "name":"MI6MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":17, "index":3 , "name":"MI6Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":17, "index":3 , "name":"MI6Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":17, "index":4 , "name":"MI6Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":17, "index":5 , "name":"MI6Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":17, "index":6 , "name":"MI6Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -486,7 +486,7 @@ {"class":"NonPartSensitive", "page":18, "index":0 , "name":"MI7SoundBank", "min":0, "max":1, "isDiscrete":true, "toText":"soundBank"}, {"class":"NonPartSensitive", "page":18, "index":1 , "name":"MI7SoundNumber", "min":0, "max":127, "isDiscrete":true}, {"class":"NonPartSensitive", "page":18, "index":2 , "name":"MI7MidiChannel", "min":0, "max":17, "isDiscrete":true, "toText":"midiChannel"}, - {"class":"NonPartSensitive", "page":18, "index":3 , "name":"MI7Volume", "min":0, "max":127}, + {"class":"NonPartSensitive", "page":18, "index":3 , "name":"MI7Volume", "min":0, "max":127, "default":96}, {"class":"NonPartSensitive", "page":18, "index":4 , "name":"MI7Transpose", "min":16, "max":112, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":18, "index":5 , "name":"MI7Detune", "min":0, "max":127, "toText":"signed", "isBipolar":true}, {"class":"NonPartSensitive", "page":18, "index":6 , "name":"MI7Output", "min":0, "max":1, "isDiscrete":true, "toText":"output"}, @@ -508,7 +508,7 @@ {"class":"NonPartSensitive", "page":18, "index":24, "name":"MI7ArpNotesOutput", "min":0, "max":18, "isDiscrete":true, "toText":"arpNotesOutput"}, // GLOBAL - {"page":20, "index":12, "class":"Global", "name":"MainVolume"}, + {"page":20, "index":12, "class":"Global", "name":"MainVolume", "default":96}, // SOFT KNOBS {"page":30, "index":0, "name":"PlayParamValueA", "min":0, "max":127, "isPublic":true, "softknobTargetSelect":"PlayParamA", "softknobTargetList":"playParamTargets"}, @@ -555,18 +555,18 @@ "+40", "+41", "+42", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+50", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+59", "+60", "+61", "+62", "+63" ], - "octaves": // ugly, but I'm not sure how to get it otherwise with this system + "octaves": [ - "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , "" , - "-4", "-4", "-4", "-4", "-4", "-4", "-4", "-4", "-4", "-4", "-4", "-4", - "-3", "-3", "-3", "-3", "-3", "-3", "-3", "-3", "-3", "-3", "-3", "-3", - "-2", "-2", "-2", "-2", "-2", "-2", "-2", "-2", "-2", "-2", "-2", "-2", - "-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1", - "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", - "+1", "+1", "+1", "+1", "+1", "+1", "+1", "+1", "+1", "+1", "+1", "+1", - "+2", "+2", "+2", "+2", "+2", "+2", "+2", "+2", "+2", "+2", "+2", "+2", - "+3", "+3", "+3", "+3", "+3", "+3", "+3", "+3", "+3", "+3", "+3", "+3", - "+4", "+4", "+4", "+4", "+4", "+4", "+4", "+4", "+4", "+4", "+4", "+4", "" + "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", + "-4", "", "", "", "", "", "", "", "", "", "", "", + "-3", "", "", "", "", "", "", "", "", "", "", "", + "-2", "", "", "", "", "", "", "", "", "", "", "", + "-1", "", "", "", "", "", "", "", "", "", "", "", + "0", "", "", "", "", "", "", "", "", "", "", "", + "+1", "", "", "", "", "", "", "", "", "", "", "", + "+2", "", "", "", "", "", "", "", "", "", "", "", + "+3", "", "", "", "", "", "", "", "", "", "", "", + "+4", "" ], "ascii": [ @@ -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,16 +816,15 @@ "3": "Clock" }, - // TODO - "lfoPhase": + "phase": [ - "0", "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" + "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°", + "113°", "115°", "118°", "121°", "124°", "127°", "129°", "132°", "135°", "138°", "141°", "143°", "146°", "149°", "152°", "155°", "158°", "160°", "163°", "166°", + "169°", "172°", "174°", "177°", "180°", "183°", "186°", "188°", "191°", "194°", "197°", "200°", "202°", "205°", "208°", "211°", "214°", "217°", "219°", "222°", + "225°", "228°", "231°", "233°", "236°", "239°", "242°", "245°", "248°", "250°", "253°", "256°", "259°", "262°", "264°", "267°", "270°", "273°", "276°", "278°", + "281°", "284°", "287°", "290°", "293°", "295°", "298°", "301°", "304°", "307°", "309°", "312°", "315°", "319°", "321°", "323°", "326°", "329°", "332°", "335°", + "338°", "340°", "343°", "346°", "349°", "352°", "354°", "357°" ], "modSource": [ diff --git a/source/xtJucePlugin/skins/xtDefault/xtPageMod.png b/source/xtJucePlugin/skins/xtDefault/xtPageMod.png Binary files differ.