Cardinal/plugins/Cardinal/plugin.json

44 lines
1.1 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": "HostParameters",
"disabled": false,
"name": "Host Parameters",
"description": "Exposes host-controlled plugin parameters as module",
"tags": [
"Utility"
]
},
{
"slug": "HostTime",
"disabled": false,
"name": "Host Time",
"description": "Exposes host-provided timing information as module",
"tags": [
"Utility"
]
},
{
"slug": "glBars",
"disabled": false,
"name": "glBars",
"description": "OpenGL bars visualization, as seen in XMMS and XBMC/Kodi",
"tags": [
"Visual"
]
}
]
}