Cardinal/plugins/Cardinal/plugin.json
falkTX f6a4158510
Experiments with Blank panels and oversampled images, go go miku!
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-12 20:52:54 +00:00

80 lines
1.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": "HostCV",
"disabled": false,
"name": "Host CV",
"description": "Exposes host-provided CV ports in a module",
"tags": [
"Utility"
]
},
{
"slug": "HostParameters",
"disabled": false,
"name": "Host Parameters",
"description": "Exposes host-controlled plugin parameters in a module",
"tags": [
"Utility"
]
},
{
"slug": "HostTime",
"disabled": false,
"name": "Host Time",
"description": "Exposes host-provided time/transport information in a module",
"tags": [
"Utility"
]
},
{
"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": "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"
]
}
]
}