-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
55 lines (55 loc) · 1.46 KB
/
plugin.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"slug": "ODDSound_MTS_ESP",
"name": "ODDSound MTS-ESP",
"version": "2.0.5",
"license": "0BSD",
"brand": "ODDSound",
"author": "ODDSound",
"authorEmail": "info@oddsound.com",
"authorUrl": "https://oddsound.com",
"pluginUrl": "https://oddsound.com",
"manualUrl": "https://github.com/ODDSound/MTS-ESP-VCVRack",
"sourceUrl": "https://github.com/ODDSound/MTS-ESP-VCVRack",
"donateUrl": "https://oddsound.com",
"changelogUrl": "",
"modules": [
{
"slug": "MIDI_CV_MTS_ESP",
"name": "MTS-ESP MIDI To CV",
"description": "Converts MIDI from an external device to CV and gates with MTS-ESP tuning support",
"tags": [
"External",
"MIDI",
"Polyphonic"
]
},
{
"slug": "CV_MIDI_MTS_ESP",
"name": "MTS-ESP CV To MIDI",
"description": "Converts CV to MIDI and sends to an external device with MTS-ESP tuning support",
"tags": [
"External",
"MIDI",
"Polyphonic"
]
},
{
"slug": "Quantizer_MTS_ESP",
"name": "MTS-ESP Quantizer",
"description": "Quantize or retune pitch CV to the global MTS-ESP tuning table",
"tags": [
"Quantizer",
"Polyphonic"
]
},
{
"slug": "Interval",
"name": "Interval",
"description": "Transpose or bend pitch CV by any interval, defined either as an integer ratio or cents value.",
"tags": [
"Tuner",
"Polyphonic"
]
}
]
}