Initial work for host parameters module
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d989bdcc59
commit
c469dbf76b
9 changed files with 549 additions and 69 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue