Add the new simplified new-project template

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-18 01:36:55 +01:00
parent e975d097c6
commit 963c669d55
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

34
src/template.vcv Normal file
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
}