Add the new simplified new-project template
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e975d097c6
commit
963c669d55
1 changed files with 34 additions and 0 deletions
34
src/template.vcv
Normal file
34
src/template.vcv
Normal 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…
Add table
Add a link
Reference in a new issue