Initial work for host parameters module

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-20 20:37:42 +01:00
parent d989bdcc59
commit c469dbf76b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 549 additions and 69 deletions

View file

@ -11,5 +11,25 @@
"manualUrl": "https://github.com/DISTRHO/Cardinal/wiki",
"sourceUrl": "https://github.com/DISTRHO/Cardinal",
"changelogUrl": "",
"modules": []
"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"
]
}
]
}