-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
870 lines (866 loc) · 24.1 KB
/
module.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
{
"name": "SCAnalyzer",
"type": "Empty",
"path": "Custom",
"version": "2.0.0",
"description": "Analysis Command for sequence/audio clip, based on Vamp plugin",
"url":"https://github.com/zak-45/SCAnalyzer-Chataigne-Module",
"downloadURL": "https://github.com/zak-45/SCAnalyzer-Chataigne-Module/archive/refs/heads/main.zip",
"hasInput": true,
"hasOutput": true,
"hideDefaultCommands": false,
"parameters": {
"Audio Params":{
"type": "Container",
"description":"Audio global parameters",
"collapsed": false,
"Global Delay": {
"type": "Integer",
"description": "Time to delay consequences/outputs, in ms (max 640). To be used mainly in case of BT audio delay",
"default": 0,
"min":0,
"max":640
}
},
"Sonic Params":{
"type": "Container",
"description":"Sonic annotator global parameters",
"collapsed": false,
"Run Sonic Visualiser": {
"type": "Trigger",
"description": "Launch Sonic Visualiser application"
},
"Sonic Annotator Info": {
"type": "Trigger",
"description": "Click to see documentation"
},
"Sonic annotator location": {
"type": "File",
"description": "Select the Sonic annotator application used",
"default":"sonic-annotator.exe"
},
"Output Folder": {
"type": "File",
"directoryMode": true,
"description": "Sonic annotator output folder for Json file name.
This one will store the analyzer output and will be read to create corresponding Triggers/outputs.
If left blank, will be created with same name as audio file name under tmp location."
},
"Transform file":{
"type":"File",
"default": "qmsegmenter.nc3",
"description": "Sonic annotator transform file name for Segmenter.
Need to be specified when want to change default values, use the one provided in module folder (nc3)"
},
"Rhythm Transform file":{
"type":"File",
"default": "bbcrhythm.nc3",
"description": "Sonic annotator transform file name for Rhythm Difference.
Need to be specified when want to change default values, use the one provided in module folder (nc3)"
}
},
"Group Params":{
"type": "Container",
"description":"Group parameters",
"collapsed": true,
"Link To Group Number": {
"type": "Enum",
"description": "Choose group name to use for mapping output, to store default values and calculated params.
Group need to be set under scGroup xx.",
"readOnly": false,
"options": {
"None":"0",
"01":"scGroup01",
"02":"scGroup02",
"03":"scGroup03",
"04":"scGroup04",
"05":"scGroup05",
"06":"scGroup06",
"07":"scGroup07",
"08":"scGroup08",
"09":"scGroup09",
"10":"scGroup10",
"11":"scGroup11",
"12":"scGroup12"
}
},
"ScGroup 01": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 02": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 03": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 04": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 05": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 06": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup WLED by IP and store default/calculated values.",
},
"ScGroup 07": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 08": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 09": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 10": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 11": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
},
"ScGroup 12": {
"type": "String",
"description": "Create custom variables group name.
Used to regroup IP and store default/calculated values.",
}
},
"Mapping Params":{
"type": "Container",
"description":"Mapping parameters",
"collapsed": true,
"Reset Mapping Max value": {
"type": "Boolean",
"description": "Checked, will create zero point before/after max point values.
CAUTION: this will increase mapping time creation x3",
"default": false
},
"Split": {
"type": "Boolean",
"description": "Checked, actions will be split thru all IPs - modulo - (IPs from associated group and only for Mappings)",
"default": false
},
"Sequential": {
"type": "Boolean",
"description": "Checked, actions will be split thru all IPs - sequential - (IPs from associated group and only for Mappings)",
"default": false
}
},
"WLED Params":{
"type": "Container",
"description":"WLED parameters",
"collapsed": true,
"WLED Live": {
"type": "Boolean",
"description": "Checked, will put all WLED devices on live mode (not used when UDP)",
"default": false
},
"Use WebSocket": {
"type": "Boolean",
"description": "Checked, will create WS connection for all WLED IP if necessary (only for mapping output)",
"default": false
},
"AllIP": {
"type": "Boolean",
"description": "Checked, actions will be created for all WLED IPs (IP from associated group)",
"default": false
},
"Map Colors": {
"type": "Boolean",
"description": "Checked, this will create a link to change WLED color from the Segmenter calcColorEffect procedure.
WLED device must exist.",
"default": false
},
"Map Effects": {
"type": "Boolean",
"description": "Checked, this will create a link to change WLED effect from the Segmenter calcColorEffect procedure.
WLED device must exist.",
"default": false
},
"Preset": {
"type": "Integer",
"description": "Enter preset/playlist number to use in mapping (need to be created in WLED device before and bypassed when UDP)",
"default": 0,
"min":0,
"max":255
},
"Create WLED actions": {
"type": "Boolean",
"description": "Checked, will create consequences using associated colors/effects/palettes for Segmenter(http).
And Mapping outputs by using Groups for RhythmAnalyzer(udp/ws).",
"default": false
}
},
"LedFX Params":{
"type": "Container",
"description":"LedFX parameters",
"collapsed": true,
"Default virtual device name": {
"type": "String",
"description": "Enter default device name used for trigger consequences.
Virtual device must be defined with ledFX App",
"default": "ledfxvirtualdevice"
},
"Devices List": {
"type": "Enum",
"description": "Virtual Devices List, retreived from LedFX",
"readOnly": false,
"options": {
"none":"none"
}
},
"Default scene name": {
"type": "String",
"description": "Enter default scene name used for trigger consequences.
Scene must be defined with ledFX App",
"default": "ledfxscene"
},
"Scenes List": {
"type": "Enum",
"description": "Scenes List, retreived from LedFX",
"readOnly": false,
"options": {
"none":"none"
}
},
"Update Lists": {
"type": "Trigger",
"description": "Load devices/scenes from LedFX "
},
"Associated scenes": {
"type": "Enum",
"description": "Scenes to use by segment from prefix A thru L e.g.'A = scene1, B = scene2 ,C ...' . Right click, set options to adapt",
"readOnly": false,
"options": {
"A":"scene1",
"B":"scene2",
"C":"scene3"
}
},
"Associated effects": {
"type": "Enum",
"description": "Effect to use by segment from prefix A thru L e.g.'A = power, B = blocks ,C ...' . Right click, set options to adapt",
"readOnly": false,
"options": {
"A":"Power",
"B":"Bands",
"C":"Marching",
"D":"Energy",
"E":"Equalizer",
"F":"Melt",
"G":"Magnitude",
"H":"Spectrum",
"I":"Strobe",
"J":"Blocks",
"K":"BPM Strobe",
"L":"Bar"
}
},
"Load default": {
"type": "Trigger",
"description": "Load default effects association "
},
"Use scenes": {
"type": "Boolean",
"description": "Checked, will create consequences using associated scenes instead effects ",
"default": false
},
"All Devices": {
"type": "Boolean",
"description": "Checked, will create consequences for all virtual devices from the Devices List",
"default": false
},
"Create actions": {
"type": "Boolean",
"description": "Checked, will create consequences using default device / associated effects or scenes activation",
"default": false
}
},
"Spleeter Params":{
"type": "Container",
"description":"Spleeter global parameters",
"collapsed": true,
"Create vocal": {
"type": "Boolean",
"description": "Checked, will create mapping for vocal part of the song.",
"default": false
},
"Singing Face": {
"type": "Boolean",
"description": "Create mapping for simulated singing face based on WLED 2D & preset/playlist",
"default": false
}
},
"WLEDAudioSync Params":{
"type": "Container",
"description":"WLEDaudioSync global parameters",
"collapsed": true,
"Replay File": {
"type": "File",
"description": "Select file name for replay.
If file name is set, this will create output/action for mapping",
},
"Duration": {
"type": "Integer",
"description": "How many time replay will send data, max 1500 ms",
"default": 1,
"min":1,
"max":1500
},
"Module name": {
"type": "Enum",
"description": "Select WLEDAudioSync module name to use",
"readOnly": false,
"options": {
"wLEDAudioSync": "wLEDAudioSync"
}
},
"All Modules": {
"type": "Boolean",
"description": "Check to create output for all WLEDAudioSync modules",
"readOnly": false,
"default": false
}
},
"Default Colors":{
"type": "Container",
"description":"Color parameters",
"collapsed": true,
"Loop Colors": {
"type": "Boolean",
"description": "Checked, will create Mapping for colors loop (Link to group need to be set).",
"default": false
},
"Activate Colors": {
"type": "Trigger",
"description": "All colors activated. Colors consequences will be created. Will set Alpha to 255."
},
"DeActivate Colors": {
"type": "Trigger",
"description": "All colors bypassed. Will set Alpha to 191 (need to be <> of 255). "
},
"segment A": {
"type": "Color",
"description": "Color for segment A",
"default": [1,1,1,0.75],
},
"segment B": {
"type": "Color",
"description": "Color for segment B",
"default": [1,1,0,0.75]
},
"segment C": {
"type": "Color",
"description": "Color for segment C",
"default": [1,0,0,0.75]
},
"segment D": {
"type": "Color",
"description": "Color for segment D",
"default": [0,1,1,0.75]
},
"segment E": {
"type": "Color",
"description": "Color for segment E",
"default": [0,0,1,0.75]
},
"segment F": {
"type": "Color",
"description": "Color for segment F",
"default": [1,0,1,0.75]
},
"segment G": {
"type": "Color",
"description": "Color for segment G",
"default": [0,1,0,0.75]
},
"segment H": {
"type": "Color",
"description": "Color for segment H",
"default": [0.1,1,1,0.75]
},
"segment I": {
"type": "Color",
"description": "Color for segment I",
"default": [1,0.1,1,0.75]
},
"segment J": {
"type": "Color",
"description": "Color for segment J",
"default": [1,1,0.1,0.75]
},
"segment K": {
"type": "Color",
"description": "Color for segment K",
"default": [1,0.1,0.1,0.75]
},
"segment L": {
"type": "Color",
"description": "Color for segment L",
"default": [0.1,0.1,1,0.75]
}
},
"Default Effects":{
"type": "Container",
"description":"Effect parameters",
"collapsed": true,
"Reset Effects": {
"type": "Trigger",
"description": "Put all effects to -1 (bypass)"
},
"Default Effect Index": {
"type": "Trigger",
"description": "Put default effect value"
},
"Default AR Index": {
"type": "Trigger",
"description": "Put default Audio Reactive effect value"
},
"effect A": {
"type": "Integer",
"description": "Effect index for segment A",
"min":-1,
"max":256,
"default": -1
},
"effect B": {
"type": "Integer",
"description": "Effect index for segment B",
"min":-1,
"max":256,
"default": -1
},
"effect C": {
"type": "Integer",
"description": "Effect index for segment C",
"min":-1,
"max":256,
"default": -1
},
"effect D": {
"type": "Integer",
"description": "Effect index for segment D",
"min":-1,
"max":256,
"default": -1
},
"effect E": {
"type": "Integer",
"description": "Effect index for segment E",
"min":-1,
"max":256,
"default": -1
},
"effect F": {
"type": "Integer",
"description": "Effect index for segment F",
"min":-1,
"max":256,
"default": -1
},
"effect G": {
"type": "Integer",
"description": "Effect index for segment G",
"min":-1,
"max":256,
"default": -1
},
"effect H": {
"type": "Integer",
"description": "Effect index for segment H",
"min":-1,
"max":256,
"default": -1
},
"effect I": {
"type": "Integer",
"description": "Effect index for segment I",
"min":-1,
"max":256,
"default": -1
},
"effect J": {
"type": "Integer",
"description": "Effect index for segment J",
"min":-1,
"max":256,
"default": -1
},
"effect K": {
"type": "Integer",
"description": "Effect index for segment K",
"min":-1,
"max":256,
"default": -1
},
"effect L": {
"type": "Integer",
"description": "Effect index for segment L",
"min":-1,
"max":256,
"default": -1
}
},
"Default Palettes":{
"type": "Container",
"description":"Palette parameters",
"collapsed": true,
"Reset Palettes": {
"type": "Trigger",
"description": "Put all palettes to -1 (bypass)"
},
"palette A": {
"type": "Integer",
"description": "Palette index for segment A",
"min":-1,
"max":256,
"default": -1
},
"palette B": {
"type": "Integer",
"description": "Palette index for segment B",
"min":-1,
"max":256,
"default": -1
},
"palette C": {
"type": "Integer",
"description": "Palette index for segment C",
"min":-1,
"max":256,
"default": -1
},
"palette D": {
"type": "Integer",
"description": "Palette index for segment D",
"min":-1,
"max":256,
"default": -1
},
"palette E": {
"type": "Integer",
"description": "Palette index for segment E",
"min":-1,
"max":256,
"default": -1
},
"palette F": {
"type": "Integer",
"description": "Palette index for segment F",
"min":-1,
"max":256,
"default": -1
},
"palette G": {
"type": "Integer",
"description": "Palette index for segment G",
"min":-1,
"max":256,
"default": -1
},
"palette H": {
"type": "Integer",
"description": "Palette index for segment H",
"min":-1,
"max":256,
"default": -1
},
"palette I": {
"type": "Integer",
"description": "Palette index for segment I",
"min":-1,
"max":256,
"default": -1
},
"palette J": {
"type": "Integer",
"description": "Palette index for segment J",
"min":-1,
"max":256,
"default": -1
},
"palette K": {
"type": "Integer",
"description": "Palette index for segment K",
"min":-1,
"max":256,
"default": -1
},
"palette L": {
"type": "Integer",
"description": "Palette index for segment L",
"min":-1,
"max":256,
"default": -1
}
}
},
"values": {
},
"scripts": [
"SCAnalyzer.js"
],
"commands": {
"QM Segmenter":
{
"menu":"Analyzer",
"callback":"segAnalyzer",
"parameters":{
"Keep Data":{
"type":"Boolean",
"description": "Checked will keep previous json generated datas and create triggers from them",
"default": false
},
"sequence":{
"type":"Target",
"description": "Select filePath from the Sequence / AudioClip to analyse.
Result will be stored on the existing sequence",
"allowedTypes":["File"]
},
"File name":{
"type":"File",
"description": "Select audio file to analyse.
Result will create new sequence."
},
"featureType":{
"type":"Enum",
"options":{
"Hybrid":1,
"Chromatic":2,
"Timbral":3
},
"default":"Hybrid",
"description": "'Hybrid', the default, which uses a Constant-Q transform (see related plugin): this is generally effective for modern studio recordings;
'Chromatic', using a chromagram derived from the Constant-Q feature (see related plugin): this may be preferable for live, acoustic, or older recordings, in which repeated sections may be less consistent in sound;
'Timbral', using Mel-Frequency Cepstral Coefficients (see related plugin), which is more likely to result in classification by instrumentation rather than musical content."
},
"nSegmentTypes":{
"type":"Integer",
"min": 1,
"max": 12,
"default": 10,
"description": "The maximum number of clusters (segment-types) to be returned.
The default is 10. Unlike many clustering algorithms, the constrained clustering used in this plugin does not produce too many clusters or vary significantly even if this is set too high.
However, this parameter can be useful for limiting the number of expected segment-types. "
},
"neighbourhoodLimit":{
"type":"Integer",
"min":1,
"max":15,
"default":4,
"description": "The approximate expected minimum duration for a segment, from 1 to 15 seconds.
Changing this parameter may help the plugin to find musical sections rather than just following changes in the sound of the music, and also avoid wasting a segment-type cluster for timbrally distinct but too-short segments.
The default of 4 seconds usually produces good results. "
}
}
},
"BBC Rhythm Difference":
{
"menu":"Analyzer",
"callback":"rhythmAnalyzer",
"parameters":{
"Keep Rhythm Data":{
"type":"Boolean",
"description": "Checked will keep previous json generated datas and create mapping/output from them",
"default": false
},
"sequence":{
"type":"Target",
"description": "Select filePath from the AudioClip / sequence to analyse.
Result will be stored on the existing sequence",
"allowedTypes":["File"]
},
"File name":{
"type":"File",
"description": "Select audio file to analyse.
Result will create new sequence."
},
"SubBands":{
"type":"Integer",
"min": 0,
"max": 50,
"default": 7,
"description": "Number of sub-bands"
},
"Threshold":{
"type":"Float",
"min":0,
"max":10,
"default":1,
"description": "For peak picker"
},
"MovingAvgWindowLength":{
"type":"Integer",
"min": 0,
"max": 500,
"default": 200,
"description": "Length of window use for moving average"
},
"OnsetPeackWindowLength":{
"type":"Integer",
"min": 0,
"max": 20,
"default": 6,
"description": "Length of window use for peak picking"
},
"MinBPM":{
"type":"Integer",
"min": 5,
"max": 300,
"default": 12,
"description": "Minimum BPM calculated for autocorrelation"
},
"MaxBPM":{
"type":"Integer",
"min": 50,
"max": 400,
"default": 300,
"description": "Maximum BPM calculated for autocorrelation"
}
}
},
"CalcColorEffect":
{
"menu":"Utility",
"callback":"calcColorEffect",
"parameters":{
"Keep SeqData":{
"type":"Boolean",
"description": "Checked will keep previous json generated datas and create consequences from them",
"default": false
},
"sequence":{
"type":"Target",
"description": "Select filePath from the AudioClip / sequence to analyse.
Result will be stored on the existing sequence",
"allowedTypes":["File"]
},
"Associated Group": {
"type": "Enum",
"description": "scGroup Number ",
"readOnly": false,
"options": {
"01":"scGroup01",
"02":"scGroup02",
"03":"scGroup03",
"04":"scGroup04",
"05":"scGroup05",
"06":"scGroup06",
"07":"scGroup07",
"08":"scGroup08",
"09":"scGroup09",
"10":"scGroup10",
"11":"scGroup11",
"12":"scGroup12"
}
},
"Create Color":{
"type":"Boolean",
"description": "Checked will create consequence for Colors",
"default": true
},
"Create Effect":{
"type":"Boolean",
"description": "Checked will create consequence for Effect",
"default": true
},
"featureType":{
"type":"Enum",
"options":{
"Hybrid":1,
"Chromatic":2,
"Timbral":3
},
"default":"Hybrid",
"description": "'Hybrid', the default, which uses a Constant-Q transform (see related plugin): this is generally effective for modern studio recordings;
'Chromatic', using a chromagram derived from the Constant-Q feature (see related plugin): this may be preferable for live, acoustic, or older recordings, in which repeated sections may be less consistent in sound;
'Timbral', using Mel-Frequency Cepstral Coefficients (see related plugin), which is more likely to result in classification by instrumentation rather than musical content."
},
"nSegmentTypes":{
"type":"Integer",
"min": 1,
"max": 12,
"default": 10,
"description": "The maximum number of clusters (segment-types) to be returned.
The default is 10. Unlike many clustering algorithms, the constrained clustering used in this plugin does not produce too many clusters or vary significantly even if this is set too high.
However, this parameter can be useful for limiting the number of expected segment-types. "
},
"neighbourhoodLimit":{
"type":"Integer",
"min":1,
"max":15,
"default":4,
"description": "The approximate expected minimum duration for a segment, from 1 to 15 seconds.
Changing this parameter may help the plugin to find musical sections rather than just following changes in the sound of the music, and also avoid wasting a segment-type cluster for timbrally distinct but too-short segments.
The default of 4 seconds usually produces good results. "
}
}
},
"Re/Generate IP List":
{
"menu":"Utility",
"callback":"generateIPList",
"parameters":{
"Group Name":{
"type":"String",
"description": "Provide Custom Variables Groupe name for IP list generation.
This will populate the enum param with the IPs found on group variables (IPxx) "
}
}
},
"Re/Generate AudioSync Module List":
{
"menu":"Utility",
"callback":"generateAudioSyncList"
},
"Create Show":
{
"menu":"Utility",
"callback":"createShow",
"parameters":{
"File name":{
"type":"File",
"description": "Select audio file to analyse and show creation.
Result will create new sequence / triggers / mappings depend of parameters."
}
}
},
"Play all sequences" :
{
"menu":"Utility",
"callback":"analyzerRunshow",
"parameters":{
"play":{
"type":"Boolean",
"description": "Checked will play all sequences in sequential order from first one to last one.
If you want to stop the process and take control, you need to uncheck it."
}
}
},
"Reset all sequences" :
{
"menu":"Utility",
"callback":"analyzerResetshow"
}
}
}