Cardinal/plugins/Cardinal/plugin.json
falkTX 82740df4eb
Hide Rack's Core midi2cv, cv2midi, blank and notes modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-01-23 22:33:35 +00:00

125 lines
2.8 KiB
JSON

{
"slug": "Cardinal",
"name": "Cardinal",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "DISTRHO",
"author": "DISTRHO",
"authorEmail": "falktx@falktx.com",
"pluginUrl": "https://github.com/DISTRHO/Cardinal",
"authorUrl": "https://github.com/DISTRHO/Cardinal",
"manualUrl": "https://github.com/DISTRHO/Cardinal/wiki",
"sourceUrl": "https://github.com/DISTRHO/Cardinal",
"changelogUrl": "",
"modules":
[
{
"slug": "HostAudio2",
"name": "Audio 2",
"description": "Exposes host-provided audio ports in a module",
"tags": [
"External"
]
},
{
"slug": "HostAudio8",
"name": "Audio 8",
"description": "Exposes host-provided audio ports in a module",
"tags": [
"External"
]
},
{
"slug": "HostCV",
"disabled": false,
"name": "Host CV",
"description": "Exposes host-provided CV ports in a module",
"tags": [
"External"
]
},
{
"slug": "HostMIDI",
"disabled": false,
"name": "Host MIDI",
"description": "Exposes host-provided MIDI in a module",
"tags": [
"External",
"MIDI",
"Polyphonic"
]
},
{
"slug": "HostParameters",
"disabled": false,
"name": "Host Parameters",
"description": "Exposes host-controlled plugin parameters in a module",
"tags": [
"External"
]
},
{
"slug": "HostTime",
"disabled": false,
"name": "Host Time",
"description": "Exposes host-provided time/transport information in a module",
"tags": [
"External"
]
},
{
"slug": "glBars",
"disabled": false,
"name": "glBars",
"description": "OpenGL bars visualization, as seen in XMMS and XBMC/Kodi",
"tags": [
"Visual"
]
},
{
"slug": "Blank",
"disabled": false,
"name": "Blank",
"description": "Cardinal's own blank panel",
"tags": [
"Visual"
]
},
{
"slug": "AudioFile",
"disabled": false,
"name": "Audio File",
"description": "Audio file player as a module",
"tags": [
"Utility"
]
},
{
"slug": "Carla",
"disabled": false,
"name": "Carla Plugin Host",
"description": "A modular plugin host within Cardinal",
"tags": [
"Utility"
]
},
{
"slug": "Ildaeil",
"disabled": false,
"name": "Ildaeil Plugin Host",
"description": "A mini plugin host within Cardinal for loading any FX",
"tags": [
"Utility"
]
},
{
"slug": "TextEditor",
"disabled": false,
"name": "Text Editor",
"description": "An embed text editor inside Cardinal",
"tags": [
"Utility"
]
}
]
}