summaryrefslogtreecommitdiff
path: root/Core.json
blob: 5ecca7e6c919f6c75bbff045bca529144deb05f0 (plain)
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
{
  "slug": "Core",
  "name": "VCV Core",
  "version": "2.5.1",
  "license": "GPL-3.0-or-later",
  "author": "VCV",
  "brand": "VCV",
  "authorEmail": "support@vcvrack.com",
  "authorUrl": "https://vcvrack.com/",
  "manualUrl": "https://vcvrack.com/manual/Core",
  "sourceUrl": "https://github.com/VCVRack/Rack",
  "changelogUrl": "https://github.com/VCVRack/Rack/blob/v2/CHANGELOG.md",
  "description": "Necessary modules built into VCV Rack",
  "modules": [
    {
      "slug": "AudioInterface2",
      "name": "Audio 2",
      "description": "Sends audio and CV to/from an audio device",
      "manualUrl": "https://vcvrack.com/manual/Core#Audio",
      "tags": [
        "External"
      ]
    },
    {
      "slug": "AudioInterface",
      "name": "Audio 8",
      "description": "Sends audio and CV to/from an audio device",
      "manualUrl": "https://vcvrack.com/manual/Core#Audio",
      "tags": [
        "External"
      ]
    },
    {
      "slug": "AudioInterface16",
      "name": "Audio 16",
      "description": "Sends audio and CV to/from an audio device",
      "manualUrl": "https://vcvrack.com/manual/Core#Audio",
      "tags": [
        "External"
      ]
    },
    {
      "slug": "MIDIToCVInterface",
      "name": "MIDI to CV",
      "description": "Converts MIDI from an external device to CV and gates",
      "manualUrl": "https://vcvrack.com/manual/Core#MIDI-CV",
      "tags": [
        "External",
        "MIDI",
        "Polyphonic"
      ]
    },
    {
      "slug": "MIDICCToCVInterface",
      "name": "MIDI CC to CV",
      "description": "Converts MIDI CC from an external device to CV",
      "manualUrl": "https://vcvrack.com/manual/Core#MIDI-CC",
      "tags": [
        "External",
        "MIDI"
      ]
    },
    {
      "slug": "MIDITriggerToCVInterface",
      "name": "MIDI to Gate",
      "description": "Converts MIDI notes from an external device to gates",
      "manualUrl": "https://vcvrack.com/manual/Core#MIDI-Gate",
      "tags": [
        "External",
        "MIDI"
      ]
    },
    {
      "slug": "MIDI-Map",
      "name": "MIDI Map",
      "description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC",
      "manualUrl": "https://vcvrack.com/manual/Core#MIDI-Map",
      "tags": [
        "External",
        "MIDI"
      ]
    },
    {
      "slug": "CV-MIDI",
      "name": "CV to MIDI",
      "description": "Converts CV to MIDI and sends to an external device",
      "manualUrl": "https://vcvrack.com/manual/Core#CV-MIDI",
      "tags": [
        "External",
        "MIDI",
        "Polyphonic"
      ]
    },
    {
      "slug": "CV-CC",
      "name": "CV to MIDI CC",
      "description": "Converts CV to MIDI CC and sends to an external device",
      "manualUrl": "https://vcvrack.com/manual/Core#CV-CC",
      "tags": [
        "External",
        "MIDI"
      ]
    },
    {
      "slug": "CV-Gate",
      "name": "Gate to MIDI",
      "description": "Converts gates to MIDI notes and sends to an external device",
      "manualUrl": "https://vcvrack.com/manual/Core#CV-Gate",
      "tags": [
        "External",
        "MIDI"
      ]
    },
    {
      "slug": "Blank",
      "name": "Blank",
      "description": "A resizable blank panel",
      "manualUrl": "https://vcvrack.com/manual/Core#Blank",
      "tags": [
        "Blank"
      ]
    },
    {
      "slug": "Notes",
      "name": "Notes",
      "description": "Write text for patch notes or artist attribution",
      "manualUrl": "https://vcvrack.com/manual/Core#Notes",
      "tags": [
        "Blank"
      ]
    }
  ]
}