Browse Source

Add the new simplified new-project template

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 4 years ago
parent
commit
963c669d55
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 34 additions and 0 deletions
  1. +34
    -0
      src/template.vcv

+ 34
- 0
src/template.vcv View File

@@ -0,0 +1,34 @@
{
"version": "2.0",
"modules": [
{
"id": 1,
"plugin": "Core",
"model": "AudioInterface2",
"version": "2.0",
"params": [
{
"value": 1.0,
"id": 0
}
],
"data": {
"audio": {
"driver": 0,
"deviceName": "Plugin Device",
"sampleRate": 48000.0,
"blockSize": 512,
"inputOffset": 0,
"outputOffset": 0
},
"dcFilter": true
},
"pos": [
0,
0
]
}
],
"cables": [],
"masterModuleId": 1
}

Loading…
Cancel
Save