livepilot 1.4.5 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +187 -144
- package/README.md +136 -61
- package/m4l_device/BUILD_GUIDE.md +161 -0
- package/m4l_device/LivePilot_Analyzer.amxd +0 -0
- package/m4l_device/LivePilot_Analyzer.maxpat +680 -0
- package/m4l_device/livepilot_bridge.js +942 -0
- package/mcp_server/__init__.py +1 -1
- package/mcp_server/connection.py +22 -16
- package/mcp_server/curves.py +741 -0
- package/mcp_server/m4l_bridge.py +285 -0
- package/mcp_server/server.py +29 -3
- package/mcp_server/tools/analyzer.py +508 -0
- package/mcp_server/tools/automation.py +431 -0
- package/mcp_server/tools/clips.py +16 -12
- package/mcp_server/tools/devices.py +2 -2
- package/mcp_server/tools/mixing.py +50 -14
- package/mcp_server/tools/tracks.py +2 -2
- package/package.json +2 -3
- package/plugin/agents/livepilot-producer/AGENT.md +32 -2
- package/plugin/plugin.json +2 -2
- package/plugin/skills/livepilot-core/SKILL.md +76 -11
- package/plugin/skills/livepilot-core/references/automation-atlas.md +272 -0
- package/plugin/skills/livepilot-core/references/overview.md +68 -5
- package/plugin/skills/livepilot-release/SKILL.md +101 -0
- package/remote_script/LivePilot/__init__.py +3 -2
- package/remote_script/LivePilot/clip_automation.py +220 -0
- package/remote_script/LivePilot/mixing.py +90 -1
- package/remote_script/LivePilot/server.py +3 -0
|
@@ -0,0 +1,680 @@
|
|
|
1
|
+
{
|
|
2
|
+
"patcher": {
|
|
3
|
+
"fileversion": 1,
|
|
4
|
+
"appversion": {
|
|
5
|
+
"major": 8,
|
|
6
|
+
"minor": 6,
|
|
7
|
+
"revision": 0,
|
|
8
|
+
"architecture": "x64",
|
|
9
|
+
"modernui": 1
|
|
10
|
+
},
|
|
11
|
+
"classnamespace": "box",
|
|
12
|
+
"rect": [100.0, 100.0, 1200.0, 800.0],
|
|
13
|
+
"openinpresentation": 1,
|
|
14
|
+
"default_fontsize": 12.0,
|
|
15
|
+
"default_fontface": 0,
|
|
16
|
+
"default_fontname": "Arial",
|
|
17
|
+
"gridonopen": 1,
|
|
18
|
+
"gridsize": [15.0, 15.0],
|
|
19
|
+
"gridsnaponopen": 1,
|
|
20
|
+
"objectsnaponopen": 1,
|
|
21
|
+
"statusbarvisible": 2,
|
|
22
|
+
"toolbarvisible": 1,
|
|
23
|
+
"lefttoolbarpinned": 0,
|
|
24
|
+
"toptoolbarpinned": 0,
|
|
25
|
+
"righttoolbarpinned": 0,
|
|
26
|
+
"bottomtoolbarpinned": 0,
|
|
27
|
+
"toolbars_unpinned_last_save": 0,
|
|
28
|
+
"tallnewobj": 0,
|
|
29
|
+
"boxanimatetime": 200,
|
|
30
|
+
"enablehscroll": 1,
|
|
31
|
+
"enablevscroll": 1,
|
|
32
|
+
"devicewidth": 350.0,
|
|
33
|
+
"description": "LivePilot Analyzer — real-time spectral analysis for AI mixing",
|
|
34
|
+
"digest": "8-band spectrum, RMS, peak, pitch tracking, key detection, LiveAPI bridge",
|
|
35
|
+
"tags": "livepilot analyzer spectrum",
|
|
36
|
+
"style": "",
|
|
37
|
+
"subpatcher_template": "",
|
|
38
|
+
"assistshowspatchername": 0,
|
|
39
|
+
"boxes": [
|
|
40
|
+
{
|
|
41
|
+
"box": {
|
|
42
|
+
"id": "obj-1",
|
|
43
|
+
"maxclass": "newobj",
|
|
44
|
+
"text": "plugin~",
|
|
45
|
+
"numinlets": 0,
|
|
46
|
+
"numoutlets": 2,
|
|
47
|
+
"outlettype": ["signal", "signal"],
|
|
48
|
+
"patching_rect": [50.0, 30.0, 65.0, 22.0]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"box": {
|
|
53
|
+
"id": "obj-2",
|
|
54
|
+
"maxclass": "newobj",
|
|
55
|
+
"text": "plugout~",
|
|
56
|
+
"numinlets": 2,
|
|
57
|
+
"numoutlets": 2,
|
|
58
|
+
"outlettype": ["signal", "signal"],
|
|
59
|
+
"patching_rect": [50.0, 700.0, 70.0, 22.0]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"box": {
|
|
64
|
+
"id": "obj-3",
|
|
65
|
+
"maxclass": "newobj",
|
|
66
|
+
"text": "+~",
|
|
67
|
+
"numinlets": 2,
|
|
68
|
+
"numoutlets": 1,
|
|
69
|
+
"outlettype": ["signal"],
|
|
70
|
+
"patching_rect": [300.0, 80.0, 35.0, 22.0]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"box": {
|
|
75
|
+
"id": "obj-4",
|
|
76
|
+
"maxclass": "newobj",
|
|
77
|
+
"text": "*~ 0.5",
|
|
78
|
+
"numinlets": 2,
|
|
79
|
+
"numoutlets": 1,
|
|
80
|
+
"outlettype": ["signal"],
|
|
81
|
+
"patching_rect": [300.0, 115.0, 50.0, 22.0]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"box": {
|
|
86
|
+
"id": "obj-5",
|
|
87
|
+
"maxclass": "newobj",
|
|
88
|
+
"text": "fffb~ 8",
|
|
89
|
+
"numinlets": 2,
|
|
90
|
+
"numoutlets": 8,
|
|
91
|
+
"outlettype": ["signal", "signal", "signal", "signal", "signal", "signal", "signal", "signal"],
|
|
92
|
+
"patching_rect": [300.0, 180.0, 300.0, 22.0]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"box": {
|
|
97
|
+
"id": "obj-6",
|
|
98
|
+
"maxclass": "newobj",
|
|
99
|
+
"text": "loadmess 40. 130. 350. 1000. 3000. 6000. 10000. 16000.",
|
|
100
|
+
"numinlets": 1,
|
|
101
|
+
"numoutlets": 1,
|
|
102
|
+
"outlettype": [""],
|
|
103
|
+
"patching_rect": [620.0, 150.0, 320.0, 22.0]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"box": {
|
|
108
|
+
"id": "obj-abs1",
|
|
109
|
+
"maxclass": "newobj",
|
|
110
|
+
"text": "abs~",
|
|
111
|
+
"numinlets": 1,
|
|
112
|
+
"numoutlets": 1,
|
|
113
|
+
"outlettype": ["signal"],
|
|
114
|
+
"patching_rect": [300.0, 220.0, 35.0, 22.0]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"box": {
|
|
119
|
+
"id": "obj-abs2",
|
|
120
|
+
"maxclass": "newobj",
|
|
121
|
+
"text": "abs~",
|
|
122
|
+
"numinlets": 1,
|
|
123
|
+
"numoutlets": 1,
|
|
124
|
+
"outlettype": ["signal"],
|
|
125
|
+
"patching_rect": [345.0, 220.0, 35.0, 22.0]
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"box": {
|
|
130
|
+
"id": "obj-abs3",
|
|
131
|
+
"maxclass": "newobj",
|
|
132
|
+
"text": "abs~",
|
|
133
|
+
"numinlets": 1,
|
|
134
|
+
"numoutlets": 1,
|
|
135
|
+
"outlettype": ["signal"],
|
|
136
|
+
"patching_rect": [390.0, 220.0, 35.0, 22.0]
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"box": {
|
|
141
|
+
"id": "obj-abs4",
|
|
142
|
+
"maxclass": "newobj",
|
|
143
|
+
"text": "abs~",
|
|
144
|
+
"numinlets": 1,
|
|
145
|
+
"numoutlets": 1,
|
|
146
|
+
"outlettype": ["signal"],
|
|
147
|
+
"patching_rect": [435.0, 220.0, 35.0, 22.0]
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"box": {
|
|
152
|
+
"id": "obj-abs5",
|
|
153
|
+
"maxclass": "newobj",
|
|
154
|
+
"text": "abs~",
|
|
155
|
+
"numinlets": 1,
|
|
156
|
+
"numoutlets": 1,
|
|
157
|
+
"outlettype": ["signal"],
|
|
158
|
+
"patching_rect": [480.0, 220.0, 35.0, 22.0]
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"box": {
|
|
163
|
+
"id": "obj-abs6",
|
|
164
|
+
"maxclass": "newobj",
|
|
165
|
+
"text": "abs~",
|
|
166
|
+
"numinlets": 1,
|
|
167
|
+
"numoutlets": 1,
|
|
168
|
+
"outlettype": ["signal"],
|
|
169
|
+
"patching_rect": [525.0, 220.0, 35.0, 22.0]
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"box": {
|
|
174
|
+
"id": "obj-abs7",
|
|
175
|
+
"maxclass": "newobj",
|
|
176
|
+
"text": "abs~",
|
|
177
|
+
"numinlets": 1,
|
|
178
|
+
"numoutlets": 1,
|
|
179
|
+
"outlettype": ["signal"],
|
|
180
|
+
"patching_rect": [570.0, 220.0, 35.0, 22.0]
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"box": {
|
|
185
|
+
"id": "obj-abs8",
|
|
186
|
+
"maxclass": "newobj",
|
|
187
|
+
"text": "abs~",
|
|
188
|
+
"numinlets": 1,
|
|
189
|
+
"numoutlets": 1,
|
|
190
|
+
"outlettype": ["signal"],
|
|
191
|
+
"patching_rect": [615.0, 220.0, 35.0, 22.0]
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"box": {
|
|
196
|
+
"id": "obj-snap1",
|
|
197
|
+
"maxclass": "newobj",
|
|
198
|
+
"text": "snapshot~ 200",
|
|
199
|
+
"numinlets": 2,
|
|
200
|
+
"numoutlets": 1,
|
|
201
|
+
"outlettype": ["float"],
|
|
202
|
+
"patching_rect": [300.0, 260.0, 80.0, 22.0]
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"box": {
|
|
207
|
+
"id": "obj-snap2",
|
|
208
|
+
"maxclass": "newobj",
|
|
209
|
+
"text": "snapshot~ 200",
|
|
210
|
+
"numinlets": 2,
|
|
211
|
+
"numoutlets": 1,
|
|
212
|
+
"outlettype": ["float"],
|
|
213
|
+
"patching_rect": [345.0, 260.0, 80.0, 22.0]
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"box": {
|
|
218
|
+
"id": "obj-snap3",
|
|
219
|
+
"maxclass": "newobj",
|
|
220
|
+
"text": "snapshot~ 200",
|
|
221
|
+
"numinlets": 2,
|
|
222
|
+
"numoutlets": 1,
|
|
223
|
+
"outlettype": ["float"],
|
|
224
|
+
"patching_rect": [390.0, 260.0, 80.0, 22.0]
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"box": {
|
|
229
|
+
"id": "obj-snap4",
|
|
230
|
+
"maxclass": "newobj",
|
|
231
|
+
"text": "snapshot~ 200",
|
|
232
|
+
"numinlets": 2,
|
|
233
|
+
"numoutlets": 1,
|
|
234
|
+
"outlettype": ["float"],
|
|
235
|
+
"patching_rect": [435.0, 260.0, 80.0, 22.0]
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"box": {
|
|
240
|
+
"id": "obj-snap5",
|
|
241
|
+
"maxclass": "newobj",
|
|
242
|
+
"text": "snapshot~ 200",
|
|
243
|
+
"numinlets": 2,
|
|
244
|
+
"numoutlets": 1,
|
|
245
|
+
"outlettype": ["float"],
|
|
246
|
+
"patching_rect": [480.0, 260.0, 80.0, 22.0]
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"box": {
|
|
251
|
+
"id": "obj-snap6",
|
|
252
|
+
"maxclass": "newobj",
|
|
253
|
+
"text": "snapshot~ 200",
|
|
254
|
+
"numinlets": 2,
|
|
255
|
+
"numoutlets": 1,
|
|
256
|
+
"outlettype": ["float"],
|
|
257
|
+
"patching_rect": [525.0, 260.0, 80.0, 22.0]
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"box": {
|
|
262
|
+
"id": "obj-snap7",
|
|
263
|
+
"maxclass": "newobj",
|
|
264
|
+
"text": "snapshot~ 200",
|
|
265
|
+
"numinlets": 2,
|
|
266
|
+
"numoutlets": 1,
|
|
267
|
+
"outlettype": ["float"],
|
|
268
|
+
"patching_rect": [570.0, 260.0, 80.0, 22.0]
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"box": {
|
|
273
|
+
"id": "obj-snap8",
|
|
274
|
+
"maxclass": "newobj",
|
|
275
|
+
"text": "snapshot~ 200",
|
|
276
|
+
"numinlets": 2,
|
|
277
|
+
"numoutlets": 1,
|
|
278
|
+
"outlettype": ["float"],
|
|
279
|
+
"patching_rect": [615.0, 260.0, 80.0, 22.0]
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"box": {
|
|
284
|
+
"id": "obj-pack",
|
|
285
|
+
"maxclass": "newobj",
|
|
286
|
+
"text": "pack f f f f f f f f",
|
|
287
|
+
"numinlets": 8,
|
|
288
|
+
"numoutlets": 1,
|
|
289
|
+
"outlettype": [""],
|
|
290
|
+
"patching_rect": [300.0, 300.0, 300.0, 22.0]
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"box": {
|
|
295
|
+
"id": "obj-prepend-spec",
|
|
296
|
+
"maxclass": "newobj",
|
|
297
|
+
"text": "prepend /spectrum",
|
|
298
|
+
"numinlets": 1,
|
|
299
|
+
"numoutlets": 1,
|
|
300
|
+
"outlettype": [""],
|
|
301
|
+
"patching_rect": [300.0, 340.0, 105.0, 22.0]
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"box": {
|
|
306
|
+
"id": "obj-udpsend",
|
|
307
|
+
"maxclass": "newobj",
|
|
308
|
+
"text": "udpsend 127.0.0.1 9880",
|
|
309
|
+
"numinlets": 1,
|
|
310
|
+
"numoutlets": 0,
|
|
311
|
+
"patching_rect": [300.0, 650.0, 145.0, 22.0]
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"box": {
|
|
316
|
+
"id": "obj-peak",
|
|
317
|
+
"maxclass": "newobj",
|
|
318
|
+
"text": "peakamp~ 200",
|
|
319
|
+
"numinlets": 2,
|
|
320
|
+
"numoutlets": 1,
|
|
321
|
+
"outlettype": ["float"],
|
|
322
|
+
"patching_rect": [700.0, 180.0, 85.0, 22.0]
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"box": {
|
|
327
|
+
"id": "obj-prepend-peak",
|
|
328
|
+
"maxclass": "newobj",
|
|
329
|
+
"text": "prepend /peak",
|
|
330
|
+
"numinlets": 1,
|
|
331
|
+
"numoutlets": 1,
|
|
332
|
+
"outlettype": [""],
|
|
333
|
+
"patching_rect": [700.0, 220.0, 85.0, 22.0]
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"box": {
|
|
338
|
+
"id": "obj-rms",
|
|
339
|
+
"maxclass": "newobj",
|
|
340
|
+
"text": "average~ 200 rms",
|
|
341
|
+
"numinlets": 1,
|
|
342
|
+
"numoutlets": 1,
|
|
343
|
+
"outlettype": ["signal"],
|
|
344
|
+
"patching_rect": [820.0, 180.0, 105.0, 22.0]
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"box": {
|
|
349
|
+
"id": "obj-rms-snap",
|
|
350
|
+
"maxclass": "newobj",
|
|
351
|
+
"text": "snapshot~ 200",
|
|
352
|
+
"numinlets": 2,
|
|
353
|
+
"numoutlets": 1,
|
|
354
|
+
"outlettype": ["float"],
|
|
355
|
+
"patching_rect": [820.0, 220.0, 80.0, 22.0]
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"box": {
|
|
360
|
+
"id": "obj-prepend-rms",
|
|
361
|
+
"maxclass": "newobj",
|
|
362
|
+
"text": "prepend /rms",
|
|
363
|
+
"numinlets": 1,
|
|
364
|
+
"numoutlets": 1,
|
|
365
|
+
"outlettype": [""],
|
|
366
|
+
"patching_rect": [820.0, 260.0, 78.0, 22.0]
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"box": {
|
|
371
|
+
"id": "obj-sigmund",
|
|
372
|
+
"maxclass": "newobj",
|
|
373
|
+
"text": "fzero~ 2048",
|
|
374
|
+
"numinlets": 2,
|
|
375
|
+
"numoutlets": 3,
|
|
376
|
+
"outlettype": ["float", "float", "float"],
|
|
377
|
+
"patching_rect": [300.0, 420.0, 185.0, 22.0]
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"box": {
|
|
382
|
+
"id": "obj-pitch-pack",
|
|
383
|
+
"maxclass": "newobj",
|
|
384
|
+
"text": "pack f f",
|
|
385
|
+
"numinlets": 2,
|
|
386
|
+
"numoutlets": 1,
|
|
387
|
+
"outlettype": [""],
|
|
388
|
+
"patching_rect": [300.0, 460.0, 55.0, 22.0]
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"box": {
|
|
393
|
+
"id": "obj-prepend-pitch",
|
|
394
|
+
"maxclass": "newobj",
|
|
395
|
+
"text": "prepend /pitch",
|
|
396
|
+
"numinlets": 1,
|
|
397
|
+
"numoutlets": 1,
|
|
398
|
+
"outlettype": [""],
|
|
399
|
+
"patching_rect": [300.0, 500.0, 87.0, 22.0]
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"box": {
|
|
404
|
+
"id": "obj-pitch-to-js",
|
|
405
|
+
"maxclass": "newobj",
|
|
406
|
+
"text": "prepend pitch_in",
|
|
407
|
+
"numinlets": 1,
|
|
408
|
+
"numoutlets": 1,
|
|
409
|
+
"outlettype": [""],
|
|
410
|
+
"patching_rect": [500.0, 460.0, 100.0, 22.0]
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"box": {
|
|
415
|
+
"id": "obj-js",
|
|
416
|
+
"maxclass": "newobj",
|
|
417
|
+
"text": "js livepilot_bridge.js",
|
|
418
|
+
"numinlets": 1,
|
|
419
|
+
"numoutlets": 2,
|
|
420
|
+
"outlettype": ["", ""],
|
|
421
|
+
"patching_rect": [500.0, 550.0, 130.0, 22.0]
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"box": {
|
|
426
|
+
"id": "obj-udprecv",
|
|
427
|
+
"maxclass": "newobj",
|
|
428
|
+
"text": "udpreceive 9881",
|
|
429
|
+
"numinlets": 1,
|
|
430
|
+
"numoutlets": 1,
|
|
431
|
+
"outlettype": [""],
|
|
432
|
+
"patching_rect": [500.0, 500.0, 100.0, 22.0]
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"box": {
|
|
437
|
+
"id": "obj-thisdevice",
|
|
438
|
+
"maxclass": "newobj",
|
|
439
|
+
"text": "live.thisdevice",
|
|
440
|
+
"numinlets": 0,
|
|
441
|
+
"numoutlets": 1,
|
|
442
|
+
"outlettype": [""],
|
|
443
|
+
"patching_rect": [700.0, 500.0, 95.0, 22.0]
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"box": {
|
|
448
|
+
"id": "obj-panel",
|
|
449
|
+
"maxclass": "panel",
|
|
450
|
+
"numinlets": 1,
|
|
451
|
+
"numoutlets": 0,
|
|
452
|
+
"patching_rect": [50.0, 790.0, 350.0, 82.0],
|
|
453
|
+
"presentation": 1,
|
|
454
|
+
"presentation_rect": [0.0, 0.0, 350.0, 170.0],
|
|
455
|
+
"bgcolor": [0.12, 0.12, 0.12, 1.0],
|
|
456
|
+
"bordercolor": [0.2, 0.2, 0.2, 1.0],
|
|
457
|
+
"border": 1
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"box": {
|
|
462
|
+
"id": "obj-multislider",
|
|
463
|
+
"maxclass": "multislider",
|
|
464
|
+
"numinlets": 1,
|
|
465
|
+
"numoutlets": 2,
|
|
466
|
+
"outlettype": ["list", ""],
|
|
467
|
+
"patching_rect": [300.0, 370.0, 120.0, 40.0],
|
|
468
|
+
"presentation": 1,
|
|
469
|
+
"presentation_rect": [6.0, 28.0, 262.0, 136.0],
|
|
470
|
+
"size": 8,
|
|
471
|
+
"setminmax": [0.0, 0.3],
|
|
472
|
+
"orientation": 1,
|
|
473
|
+
"setstyle": 1,
|
|
474
|
+
"settype": 0,
|
|
475
|
+
"slidercolor": [0.65, 0.82, 1.0, 0.9],
|
|
476
|
+
"bgcolor": [0.08, 0.08, 0.08, 1.0],
|
|
477
|
+
"candicane2": [0.55, 0.75, 1.0, 0.9],
|
|
478
|
+
"candicane3": [0.45, 0.68, 1.0, 0.9],
|
|
479
|
+
"candicane4": [0.4, 0.62, 0.95, 0.9],
|
|
480
|
+
"candicane5": [0.35, 0.55, 0.9, 0.9],
|
|
481
|
+
"candicane6": [0.3, 0.5, 0.85, 0.9],
|
|
482
|
+
"candicane7": [0.25, 0.45, 0.8, 0.9],
|
|
483
|
+
"candicane8": [0.2, 0.4, 0.75, 0.9],
|
|
484
|
+
"thickness": 4,
|
|
485
|
+
"parameter_enable": 0
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"box": {
|
|
490
|
+
"id": "obj-title",
|
|
491
|
+
"maxclass": "comment",
|
|
492
|
+
"text": "LIVEPILOT",
|
|
493
|
+
"numinlets": 1,
|
|
494
|
+
"numoutlets": 0,
|
|
495
|
+
"patching_rect": [50.0, 750.0, 120.0, 20.0],
|
|
496
|
+
"presentation": 1,
|
|
497
|
+
"presentation_rect": [6.0, 6.0, 80.0, 18.0],
|
|
498
|
+
"fontname": "Arial Bold",
|
|
499
|
+
"fontsize": 11.0,
|
|
500
|
+
"textcolor": [1.0, 1.0, 1.0, 1.0]
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"box": {
|
|
505
|
+
"id": "obj-subtitle",
|
|
506
|
+
"maxclass": "comment",
|
|
507
|
+
"text": "ANALYZER",
|
|
508
|
+
"numinlets": 1,
|
|
509
|
+
"numoutlets": 0,
|
|
510
|
+
"patching_rect": [170.0, 750.0, 80.0, 20.0],
|
|
511
|
+
"presentation": 1,
|
|
512
|
+
"presentation_rect": [84.0, 7.0, 65.0, 16.0],
|
|
513
|
+
"fontname": "Arial",
|
|
514
|
+
"fontsize": 9.0,
|
|
515
|
+
"textcolor": [0.45, 0.45, 0.45, 1.0]
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"box": {
|
|
520
|
+
"id": "obj-key-label",
|
|
521
|
+
"maxclass": "comment",
|
|
522
|
+
"text": "KEY",
|
|
523
|
+
"numinlets": 1,
|
|
524
|
+
"numoutlets": 0,
|
|
525
|
+
"patching_rect": [50.0, 770.0, 30.0, 20.0],
|
|
526
|
+
"presentation": 1,
|
|
527
|
+
"presentation_rect": [276.0, 28.0, 30.0, 14.0],
|
|
528
|
+
"fontname": "Arial",
|
|
529
|
+
"fontsize": 8.0,
|
|
530
|
+
"textcolor": [0.4, 0.4, 0.4, 1.0]
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"box": {
|
|
535
|
+
"id": "obj-key-display",
|
|
536
|
+
"maxclass": "comment",
|
|
537
|
+
"text": "—",
|
|
538
|
+
"numinlets": 1,
|
|
539
|
+
"numoutlets": 0,
|
|
540
|
+
"patching_rect": [80.0, 770.0, 60.0, 20.0],
|
|
541
|
+
"presentation": 1,
|
|
542
|
+
"presentation_rect": [276.0, 46.0, 72.0, 50.0],
|
|
543
|
+
"fontname": "Arial Bold",
|
|
544
|
+
"fontsize": 13.0,
|
|
545
|
+
"textcolor": [0.65, 0.82, 1.0, 1.0]
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"box": {
|
|
550
|
+
"id": "obj-status",
|
|
551
|
+
"maxclass": "comment",
|
|
552
|
+
"text": "...",
|
|
553
|
+
"numinlets": 1,
|
|
554
|
+
"numoutlets": 0,
|
|
555
|
+
"patching_rect": [250.0, 750.0, 60.0, 20.0],
|
|
556
|
+
"presentation": 1,
|
|
557
|
+
"presentation_rect": [276.0, 148.0, 60.0, 14.0],
|
|
558
|
+
"fontname": "Arial",
|
|
559
|
+
"fontsize": 8.0,
|
|
560
|
+
"textcolor": [0.35, 0.65, 0.35, 1.0]
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"box": {
|
|
565
|
+
"id": "obj-route-status",
|
|
566
|
+
"maxclass": "newobj",
|
|
567
|
+
"text": "route status key",
|
|
568
|
+
"numinlets": 1,
|
|
569
|
+
"numoutlets": 3,
|
|
570
|
+
"outlettype": ["", "", ""],
|
|
571
|
+
"patching_rect": [700.0, 580.0, 105.0, 22.0]
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"box": {
|
|
576
|
+
"id": "obj-set-status",
|
|
577
|
+
"maxclass": "newobj",
|
|
578
|
+
"text": "prepend set",
|
|
579
|
+
"numinlets": 1,
|
|
580
|
+
"numoutlets": 1,
|
|
581
|
+
"outlettype": [""],
|
|
582
|
+
"patching_rect": [700.0, 620.0, 72.0, 22.0]
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"box": {
|
|
587
|
+
"id": "obj-set-key",
|
|
588
|
+
"maxclass": "newobj",
|
|
589
|
+
"text": "prepend set",
|
|
590
|
+
"numinlets": 1,
|
|
591
|
+
"numoutlets": 1,
|
|
592
|
+
"outlettype": [""],
|
|
593
|
+
"patching_rect": [810.0, 620.0, 72.0, 22.0]
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
"lines": [
|
|
598
|
+
{"patchline": {"source": ["obj-1", 0], "destination": ["obj-2", 0]}},
|
|
599
|
+
{"patchline": {"source": ["obj-1", 1], "destination": ["obj-2", 1]}},
|
|
600
|
+
|
|
601
|
+
{"patchline": {"source": ["obj-1", 0], "destination": ["obj-3", 0]}},
|
|
602
|
+
{"patchline": {"source": ["obj-1", 1], "destination": ["obj-3", 1]}},
|
|
603
|
+
{"patchline": {"source": ["obj-3", 0], "destination": ["obj-4", 0]}},
|
|
604
|
+
|
|
605
|
+
{"patchline": {"source": ["obj-4", 0], "destination": ["obj-5", 0]}},
|
|
606
|
+
{"patchline": {"source": ["obj-6", 0], "destination": ["obj-5", 0]}},
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
{"patchline": {"source": ["obj-5", 0], "destination": ["obj-abs1", 0]}},
|
|
610
|
+
{"patchline": {"source": ["obj-5", 1], "destination": ["obj-abs2", 0]}},
|
|
611
|
+
{"patchline": {"source": ["obj-5", 2], "destination": ["obj-abs3", 0]}},
|
|
612
|
+
{"patchline": {"source": ["obj-5", 3], "destination": ["obj-abs4", 0]}},
|
|
613
|
+
{"patchline": {"source": ["obj-5", 4], "destination": ["obj-abs5", 0]}},
|
|
614
|
+
{"patchline": {"source": ["obj-5", 5], "destination": ["obj-abs6", 0]}},
|
|
615
|
+
{"patchline": {"source": ["obj-5", 6], "destination": ["obj-abs7", 0]}},
|
|
616
|
+
{"patchline": {"source": ["obj-5", 7], "destination": ["obj-abs8", 0]}},
|
|
617
|
+
|
|
618
|
+
{"patchline": {"source": ["obj-abs1", 0], "destination": ["obj-snap1", 0]}},
|
|
619
|
+
{"patchline": {"source": ["obj-abs2", 0], "destination": ["obj-snap2", 0]}},
|
|
620
|
+
{"patchline": {"source": ["obj-abs3", 0], "destination": ["obj-snap3", 0]}},
|
|
621
|
+
{"patchline": {"source": ["obj-abs4", 0], "destination": ["obj-snap4", 0]}},
|
|
622
|
+
{"patchline": {"source": ["obj-abs5", 0], "destination": ["obj-snap5", 0]}},
|
|
623
|
+
{"patchline": {"source": ["obj-abs6", 0], "destination": ["obj-snap6", 0]}},
|
|
624
|
+
{"patchline": {"source": ["obj-abs7", 0], "destination": ["obj-snap7", 0]}},
|
|
625
|
+
{"patchline": {"source": ["obj-abs8", 0], "destination": ["obj-snap8", 0]}},
|
|
626
|
+
|
|
627
|
+
{"patchline": {"source": ["obj-snap1", 0], "destination": ["obj-pack", 0]}},
|
|
628
|
+
{"patchline": {"source": ["obj-snap2", 0], "destination": ["obj-pack", 1]}},
|
|
629
|
+
{"patchline": {"source": ["obj-snap3", 0], "destination": ["obj-pack", 2]}},
|
|
630
|
+
{"patchline": {"source": ["obj-snap4", 0], "destination": ["obj-pack", 3]}},
|
|
631
|
+
{"patchline": {"source": ["obj-snap5", 0], "destination": ["obj-pack", 4]}},
|
|
632
|
+
{"patchline": {"source": ["obj-snap6", 0], "destination": ["obj-pack", 5]}},
|
|
633
|
+
{"patchline": {"source": ["obj-snap7", 0], "destination": ["obj-pack", 6]}},
|
|
634
|
+
{"patchline": {"source": ["obj-snap8", 0], "destination": ["obj-pack", 7]}},
|
|
635
|
+
|
|
636
|
+
{"patchline": {"source": ["obj-pack", 0], "destination": ["obj-prepend-spec", 0]}},
|
|
637
|
+
{"patchline": {"source": ["obj-prepend-spec", 0], "destination": ["obj-udpsend", 0]}},
|
|
638
|
+
|
|
639
|
+
{"patchline": {"source": ["obj-pack", 0], "destination": ["obj-multislider", 0]}},
|
|
640
|
+
|
|
641
|
+
{"patchline": {"source": ["obj-4", 0], "destination": ["obj-peak", 0]}},
|
|
642
|
+
{"patchline": {"source": ["obj-peak", 0], "destination": ["obj-prepend-peak", 0]}},
|
|
643
|
+
{"patchline": {"source": ["obj-prepend-peak", 0], "destination": ["obj-udpsend", 0]}},
|
|
644
|
+
|
|
645
|
+
{"patchline": {"source": ["obj-4", 0], "destination": ["obj-rms", 0]}},
|
|
646
|
+
{"patchline": {"source": ["obj-rms", 0], "destination": ["obj-rms-snap", 0]}},
|
|
647
|
+
{"patchline": {"source": ["obj-rms-snap", 0], "destination": ["obj-prepend-rms", 0]}},
|
|
648
|
+
{"patchline": {"source": ["obj-prepend-rms", 0], "destination": ["obj-udpsend", 0]}},
|
|
649
|
+
|
|
650
|
+
{"patchline": {"source": ["obj-4", 0], "destination": ["obj-sigmund", 0]}},
|
|
651
|
+
{"patchline": {"source": ["obj-sigmund", 0], "destination": ["obj-pitch-pack", 0]}},
|
|
652
|
+
{"patchline": {"source": ["obj-sigmund", 1], "destination": ["obj-pitch-pack", 1]}},
|
|
653
|
+
{"patchline": {"source": ["obj-pitch-pack", 0], "destination": ["obj-prepend-pitch", 0]}},
|
|
654
|
+
{"patchline": {"source": ["obj-prepend-pitch", 0], "destination": ["obj-udpsend", 0]}},
|
|
655
|
+
|
|
656
|
+
{"patchline": {"source": ["obj-pitch-pack", 0], "destination": ["obj-pitch-to-js", 0]}},
|
|
657
|
+
{"patchline": {"source": ["obj-pitch-to-js", 0], "destination": ["obj-js", 0]}},
|
|
658
|
+
|
|
659
|
+
{"patchline": {"source": ["obj-udprecv", 0], "destination": ["obj-js", 0]}},
|
|
660
|
+
{"patchline": {"source": ["obj-thisdevice", 0], "destination": ["obj-js", 0]}},
|
|
661
|
+
|
|
662
|
+
{"patchline": {"source": ["obj-js", 0], "destination": ["obj-udpsend", 0]}},
|
|
663
|
+
|
|
664
|
+
{"patchline": {"source": ["obj-js", 1], "destination": ["obj-route-status", 0]}},
|
|
665
|
+
{"patchline": {"source": ["obj-route-status", 0], "destination": ["obj-set-status", 0]}},
|
|
666
|
+
{"patchline": {"source": ["obj-set-status", 0], "destination": ["obj-status", 0]}},
|
|
667
|
+
{"patchline": {"source": ["obj-route-status", 1], "destination": ["obj-set-key", 0]}},
|
|
668
|
+
{"patchline": {"source": ["obj-set-key", 0], "destination": ["obj-key-display", 0]}}
|
|
669
|
+
],
|
|
670
|
+
"dependency_cache": [
|
|
671
|
+
{
|
|
672
|
+
"name": "livepilot_bridge.js",
|
|
673
|
+
"bootpath": ".",
|
|
674
|
+
"type": "TEXT",
|
|
675
|
+
"implicit": 1
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"autosave": 0
|
|
679
|
+
}
|
|
680
|
+
}
|