Add host cv module

This commit is contained in:
falkTX 2021-11-09 19:10:09 +00:00
parent f5920faaa3
commit bcfae94f79
11 changed files with 541 additions and 18 deletions

View file

@ -13,11 +13,20 @@
"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 as module",
"description": "Exposes host-controlled plugin parameters in a module",
"tags": [
"Utility"
]
@ -26,7 +35,7 @@
"slug": "HostTime",
"disabled": false,
"name": "Host Time",
"description": "Exposes host-provided timing information as module",
"description": "Exposes host-provided time/transport information in a module",
"tags": [
"Utility"
]
@ -53,7 +62,7 @@
"slug": "Ildaeil",
"disabled": false,
"name": "Ildaeil Plugin Host",
"description": "A plugin host within Cardinal for loading any FX",
"description": "A mini plugin host within Cardinal for loading any FX",
"tags": [
"Utility"
]