-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
41 lines (41 loc) · 838 Bytes
/
plugin.json
File metadata and controls
41 lines (41 loc) · 838 Bytes
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
{
"slug": "Telepath",
"name": "Telepath",
"version": "2.0.0",
"license": "MIT",
"brand": "Telepath",
"author": "teriyake",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Listen",
"name": "Listen",
"description": "Receives OSC messages as CVs",
"tags": [
"Utility"
]
},
{
"slug": "Transmit",
"name": "Transmit",
"description": "Sends voltages as OSC messages to the destination port of a given IP address",
"tags": [
"Utility"
]
},
{
"slug": "ATX",
"name": "Stream",
"description": "Sends audio to the destination port of a given IP address",
"tags": [
"Utility"
]
}
]
}