diff --git a/manifests/VCV-Recorder.json b/manifests/VCV-Recorder.json new file mode 100644 index 00000000..22f7af2d --- /dev/null +++ b/manifests/VCV-Recorder.json @@ -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"] + } + ] +} \ No newline at end of file