-
Notifications
You must be signed in to change notification settings - Fork 2
/
decay env.unit
79 lines (79 loc) · 1.51 KB
/
decay env.unit
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
-- Persistent Data
local shared = {
{};
} -- shared
shared[1]["Major"] = 0;
shared[1]["SimpleString"] = "0.4.17";
shared[1]["Status"] = "unstable";
shared[1]["Patch"] = 0;
shared[1]["Name"] = "Fennel (48kHz, 128smps)";
shared[1]["Build"] = 17;
shared[1]["String"] = "0.4.17 (unstable)";
shared[1]["Minor"] = 4;
local obj1 = {
["firmwareVersion"] = shared[1];
["unitVersion"] = 1;
["activeView"] = "expanded";
["controlBranches"] = {
};
["bypass"] = false;
["branches"] = {
["time"] = {
["firmwareVersion"] = shared[1];
["instanceKey"] = "74badde4";
["units"] = {
};
["channels"] = {
["inputs"] = {
[1] = {
["name"] = "decay env";
["channel"] = 1;
["instanceKey"] = "fd75be0a";
["type"] = "local";
};
};
["count"] = 1;
};
["selection"] = {
["view"] = "default";
["spot"] = 1;
["section"] = 0;
};
};
};
["controlOrder"] = {
[1] = "time";
[2] = "dir";
};
["instanceKey"] = "fd75be0a";
["objects"] = {
["slew1"] = {
["options"] = {
["Direction"] = 3;
};
};
["time"] = {
["params"] = {
["Bias"] = 0.096;
["Gain"] = -0.07;
};
};
};
["controls"] = {
["time"] = {
["gainEncoderState"] = "Fine";
["encoderState"] = "Fine";
};
};
["title"] = "decay env";
["loadInfo"] = {
["category"] = "Filtering";
["libraryName"] = "builtins";
["id"] = "SlewLimiter";
["title"] = "Slew Limiter";
["keywords"] = "filter, utility";
["moduleName"] = "SlewLimiter";
};
["hasUserTitle"] = true;
}
return obj1