-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.json
92 lines (92 loc) · 1.72 KB
/
description.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
{
"parameters": [
{
"type": "ParameterTypeNumber",
"index": 0,
"name": "freq",
"paramId": "freq",
"minimum": 50,
"maximum": 2000,
"exponent": 1,
"steps": 0,
"initialValue": 440,
"isEnum": false,
"enumValues": [],
"displayName": "",
"unit": "",
"order": 0,
"debug": false,
"visible": true,
"signalIndex": null,
"ioType": "IOTypeUndefined"
},
{
"type": "ParameterTypeSignal",
"index": 1,
"name": "freq",
"paramId": "/signals/freq",
"minimum": 0,
"maximum": 1,
"exponent": 1,
"steps": 0,
"initialValue": 0,
"isEnum": false,
"enumValues": [],
"displayName": "",
"unit": "",
"order": "",
"debug": false,
"visible": false,
"signalIndex": 0,
"ioType": "IOTypeInput"
}
],
"numParameters": 2,
"numSignalInParameters": 1,
"numSignalOutParameters": 0,
"numInputChannels": 0,
"numOutputChannels": 2,
"numMidiInputPorts": 1,
"numMidiOutputPorts": 1,
"externalDataRefs": [
{
"id": "test",
"type": "Float32Buffer",
"tag": "buffer~"
}
],
"patcherSerial": 0,
"inports": [],
"outports": [],
"inlets": [
{
"type": "midi"
}
],
"outlets": [
{
"type": "signal",
"index": 0,
"tag": "out0",
"meta": ""
},
{
"type": "signal",
"index": 1,
"tag": "out1",
"meta": ""
},
{
"type": "midi"
}
],
"presetid": "rnbo",
"meta": {
"architecture": "x64",
"filename": "rnbo_test.maxpat",
"rnboobjname": "rnbomatic",
"maxversion": "8.5.6",
"rnboversion": "1.2.3",
"name": "untitled"
}
}