Cardinal/plugins/Cardinal/plugin.json
2022-02-06 17:54:51 +00:00

168 lines
3.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",
"name": "Host CV",
"description": "Exposes host-provided CV ports in a module",
"tags": [
"External"
]
},
{
"slug": "HostMIDI",
"name": "Host MIDI",
"description": "Exposes host-provided MIDI in a module",
"tags": [
"External",
"MIDI",
"Polyphonic"
]
},
{
"slug": "HostMIDICC",
"name": "Host MIDI CC",
"description": "Exposes host-provided MIDI CC, channel pressure and pitchbend in a module",
"tags": [
"External",
"MIDI"
]
},
{
"slug": "HostMIDIGate",
"name": "Host MIDI Gate",
"description": "Exposes host-provided MIDI notes as gates in a module",
"tags": [
"External",
"MIDI"
]
},
{
"slug": "HostMIDIMap",
"name": "Host MIDI CC Map",
"description": "Allows host-provided MIDI CC to control other module parameters",
"tags": [
"External",
"MIDI"
]
},
{
"slug": "HostParameters",
"name": "Host Parameters",
"description": "Exposes host-controlled plugin parameters in a module",
"tags": [
"External"
]
},
{
"slug": "HostTime",
"name": "Host Time",
"description": "Exposes host-provided time/transport information in a module",
"tags": [
"External"
]
},
{
"slug": "glBars",
"name": "glBars",
"description": "OpenGL bars visualization, as seen in XMMS and XBMC/Kodi",
"tags": [
"Visual"
]
},
{
"slug": "Blank",
"name": "Blank",
"description": "Cardinal's own blank panel, featuring Hatsune Miku",
"tags": [
"Visual"
]
},
{
"slug": "ExpanderInputMIDI",
"name": "ExpanderInputMIDI",
"description": "MIDI input (from CV) expander for Carla Plugin Host and Ildaeil",
"tags": [
"Expander",
"MIDI"
]
},
{
"slug": "ExpanderOutputMIDI",
"name": "ExpanderOutputMIDI",
"description": "MIDI output (to CV) expander for Carla Plugin Host and Ildaeil",
"tags": [
"Expander",
"MIDI"
]
},
{
"slug": "AudioFile",
"name": "Audio File",
"description": "Audio file player as a module",
"tags": [
"Utility"
]
},
{
"slug": "Carla",
"name": "Carla Plugin Host",
"description": "A modular plugin host within Cardinal",
"tags": [
"Utility"
]
},
{
"slug": "Ildaeil",
"name": "Ildaeil Plugin Host",
"description": "A mini plugin host within Cardinal for loading any FX",
"tags": [
"Utility"
]
},
{
"slug": "MPV",
"name": "MPV",
"description": "An embed video player inside Cardinal",
"tags": [
"Visual"
]
},
{
"slug": "TextEditor",
"name": "Text Editor",
"description": "An embed text editor inside Cardinal",
"tags": [
"Utility"
]
}
]
}