This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
19
Wiki
Activity
Browse Source
Add the new simplified new-project template
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
4 years ago
parent
e975d097c6
commit
963c669d55
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
34 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save