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 1f5a0cc400d92b22f67018daf851c227feca8482
parent a2f05fee52629fa5e32b6becd90f2827ddda5675
Author: Mario Kruselj <mario.kruselj@gmail.com>
Date:   Thu,  9 May 2024 15:15:50 +0200

Various parameter description improvements for mQ
- improved default values for a number of parameters
- removed unnnecessary "default":64 for bipolar parameters, where found
- nicer popup value display for Osc Octave, Osc Shape, Filter Type, LFO Shape, LFO Fade, Arp Timing, Arp Step Length
- set to bipolar: Osc Octave, Osc Detune, Osc Bend Range, Osc PWM, Filter Keytrack, Filter Cutoff Mod, Filter Pan, Amp Mod Amount, LFO Fade, LFO Keytrack, Mod Matrix Amounts
- Improved names of mod sources and destinations
- clearer arpClock designations for humanly known note divisions rather than 192ths :)
- arpLength "Legato" setting is at value 127, not 0, also make it use 192ths like arpClock (as per mQ manual)
- arpTiming and arpStepLength also have nicer popup displays now
- more consistent names for arpSortOrder

Diffstat:
Msource/mqJucePlugin/parameterDescriptions_mq.json | 389+++++++++++++++++++++++++++++++++++++++++++++----------------------------------
1 file changed, 220 insertions(+), 169 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": [