Browse Source

Add VCV-Recorder

v1
Andrew Belt 6 years ago
parent
commit
2c07016f15
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      manifests/VCV-Recorder.json

+ 19
- 0
manifests/VCV-Recorder.json View File

@@ -0,0 +1,19 @@
{
"slug": "VCV-Recorder",
"license": "BSD-3-Clause",
"version": "1.0.0",
"name": "Recorder",
"brand": "VCV",
"author": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"sourceUrl": "https://github.com/VCVRack/VCV-Recorder",
"modules": [
{
"slug": "Recorder",
"name": "Recorder",
"description": "Records stereo audio and video from Rack screen a file",
"tags": ["Recording", "Visual"]
}
]
}

Loading…
Cancel
Save