-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
74 lines (74 loc) · 1.75 KB
/
params.json
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
{
"_pluginVersion": [1, 1],
"_env": {
"_groupName": "envelope",
"attack": "A",
"decay": "D",
"sustain": "S",
"release": "R"
},
"_routing": {
"_groupName": "routing",
"route to output": "out",
"route to osc1": "o1",
"route to osc2": "o2",
"route to osc3": "o3",
"route to osc4": "o4",
"lfo to amplitude": "lfo"
},
"_fm": {
"_groupName": "fm parameters",
"ratio nominator": "rt1",
"ratio divider": "rt2",
"waveform": "wav",
"_options:waveform": [
"-/\\/\\-",
"-/\\---",
"_/\\/\\_",
"/\\/\\--"
],
"velocity sensitivity": "vel"
},
"_osc" : {
"_groupName": "oscillator",
"fm" : {
"_fullName": "fm parameters",
"_group": "_fm"
},
"M": {
"_fullName": "modulation routing",
"_group": "_routing"
},
"env": {
"_fullName": "envelope",
"_group": "_env"
}
},
"o1": {
"_fullName": "osc 1",
"_group": "_osc"
},
"o2": {
"_fullName": "osc 2",
"_group": "_osc"
},
"o3": {
"_fullName": "osc 3",
"_group": "_osc"
},
"o4": {
"_fullName": "osc 4",
"_group": "_osc"
},
"filter type": "FltType",
"_options:filter type": ["off", "lo-pass", "hi-pass"],
"filter" : "filter",
"fix osc": "fixosc",
"_options:fix osc": ["none", "osc 1", "osc 2", "osc 3", "osc 4"],
"lfo rate": "lfofreq",
"_reservedIds": [
{ "id": 0, "name": "version"},
{ "id": 1, "name": "build date"},
{ "id": 2, "name": "program name"}
]
}