23 lines
722 B
YAML
23 lines
722 B
YAML
---
|
|
# 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
|