Init Commit
Signed-off-by: Nikolai Rodionov <nikolai.rodionov@onpier.de>
This commit is contained in:
22
lib/repo.yaml
Normal file
22
lib/repo.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
# collection
|
||||
name: Test collection
|
||||
description: |
|
||||
This collection is supposed to be used only for testing purposes
|
||||
files:
|
||||
- ./aviary_plugins/hamburger.yaml
|
||||
---
|
||||
# aviary_plugins/hamburger.yaml
|
||||
name: Hamburger
|
||||
developer: Aviary Plugins
|
||||
description: |
|
||||
Hamburger is a distortion plugin with inbuilt dynamics controls and equalisation that can deliver both subtle tangy harmonics and absolute annilhilation and noise-wall-ification to any sound.
|
||||
versions:
|
||||
- version: "0.5"
|
||||
format: vst3
|
||||
downloads:
|
||||
- os: macos
|
||||
url: https://github.com/Davit-G/Hamburger/releases/download/v{{ .version }}/Hamburger.v{{ .version }}.MacOS.Universal.zip
|
||||
handler:
|
||||
zip:
|
||||
path: ./test.vst
|
Reference in New Issue
Block a user