Add Arable/Parable Instruments, fix Voxglitch
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
38c25e6b78
commit
aeb4bc6335
15 changed files with 156 additions and 3 deletions
1
plugins/ParableInstruments/parasites
Symbolic link
1
plugins/ParableInstruments/parasites
Symbolic link
|
@ -0,0 +1 @@
|
|||
../ArableInstruments/parasites
|
25
plugins/ParableInstruments/plugin.json
Normal file
25
plugins/ParableInstruments/plugin.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"slug": "ParableInstruments",
|
||||
"name": "Parable Instruments",
|
||||
"version": "2.0.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"brand": "Parable Instruments",
|
||||
"author": "adbrant",
|
||||
"authorEmail": "",
|
||||
"authorUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md",
|
||||
"pluginUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md",
|
||||
"manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md",
|
||||
"sourceUrl": "https://github.com/adbrant/ArableInstruments.git",
|
||||
"donateUrl": "",
|
||||
"modules": [
|
||||
{
|
||||
"slug": "Neil",
|
||||
"name": "Neil",
|
||||
"description": "",
|
||||
"tags": [
|
||||
"Granular",
|
||||
"Reverb"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
1
plugins/ParableInstruments/res/CKSS_rot_0.svg
Symbolic link
1
plugins/ParableInstruments/res/CKSS_rot_0.svg
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../ArableInstruments/res/CKSS_rot_0.svg
|
1
plugins/ParableInstruments/res/CKSS_rot_1.svg
Symbolic link
1
plugins/ParableInstruments/res/CKSS_rot_1.svg
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../ArableInstruments/res/CKSS_rot_1.svg
|
1
plugins/ParableInstruments/res/Neil.png
Symbolic link
1
plugins/ParableInstruments/res/Neil.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../ArableInstruments/res/Neil.png
|
1
plugins/ParableInstruments/res/Neil.svg
Symbolic link
1
plugins/ParableInstruments/res/Neil.svg
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../ArableInstruments/res/Neil.svg
|
1
plugins/ParableInstruments/src/ArableInstruments.hpp
Symbolic link
1
plugins/ParableInstruments/src/ArableInstruments.hpp
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../ArableInstruments/src/ArableInstruments.hpp
|
1
plugins/ParableInstruments/src/Clouds.cpp
Symbolic link
1
plugins/ParableInstruments/src/Clouds.cpp
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../ArableInstruments/src/Clouds.cpp
|
Loading…
Add table
Add a link
Reference in a new issue