-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathctl_toggle.maxpat
More file actions
98 lines (91 loc) · 1.97 KB
/
ctl_toggle.maxpat
File metadata and controls
98 lines (91 loc) · 1.97 KB
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
{
"patcher" : {
"fileversion" : 1,
"rect" : [ 762.0, 438.0, 271.0, 154.0 ],
"bglocked" : 0,
"defrect" : [ 762.0, 438.0, 271.0, 154.0 ],
"openrect" : [ 0.0, 0.0, 0.0, 0.0 ],
"openinpresentation" : 0,
"default_fontsize" : 12.0,
"default_fontface" : 0,
"default_fontname" : "Arial",
"gridonopen" : 0,
"gridsize" : [ 15.0, 15.0 ],
"gridsnaponopen" : 0,
"toolbarvisible" : 1,
"boxanimatetime" : 200,
"imprint" : 0,
"enablehscroll" : 1,
"enablevscroll" : 1,
"devicewidth" : 0.0,
"boxes" : [ {
"box" : {
"maxclass" : "inlet",
"numoutlets" : 1,
"patching_rect" : [ 138.0, 23.0, 25.0, 25.0 ],
"id" : "obj-3",
"outlettype" : [ "" ],
"presentation_rect" : [ 138.0, 23.0, 0.0, 0.0 ],
"numinlets" : 0,
"comment" : ""
}
}
, {
"box" : {
"maxclass" : "inlet",
"numoutlets" : 1,
"patching_rect" : [ 23.0, 23.0, 25.0, 25.0 ],
"id" : "obj-1",
"outlettype" : [ "" ],
"numinlets" : 0,
"comment" : ""
}
}
, {
"box" : {
"maxclass" : "message",
"text" : ";\rlp_out 176, #1, 0",
"linecount" : 2,
"numoutlets" : 1,
"patching_rect" : [ 137.0, 92.0, 100.0, 32.0 ],
"id" : "obj-20",
"outlettype" : [ "" ],
"fontname" : "Arial",
"fontsize" : 12.0,
"numinlets" : 2
}
}
, {
"box" : {
"maxclass" : "message",
"text" : ";\rlp_out 176, #1, 52",
"linecount" : 2,
"numoutlets" : 1,
"patching_rect" : [ 23.0, 92.0, 107.0, 32.0 ],
"id" : "obj-19",
"outlettype" : [ "" ],
"fontname" : "Arial",
"fontsize" : 12.0,
"numinlets" : 2
}
}
],
"lines" : [ {
"patchline" : {
"source" : [ "obj-1", 0 ],
"destination" : [ "obj-19", 0 ],
"hidden" : 0,
"midpoints" : [ ]
}
}
, {
"patchline" : {
"source" : [ "obj-3", 0 ],
"destination" : [ "obj-20", 0 ],
"hidden" : 0,
"midpoints" : [ ]
}
}
]
}
}