mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add Lua DSP plugin category
This commit is contained in:
parent
1888104f8d
commit
d6fb182e9b
6 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Simple Amp",
|
name = "Simple Amp",
|
||||||
|
category = "Amplifier",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Robin Gareus",
|
||||||
email = "robin@gareus.org",
|
email = "robin@gareus.org",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Simple Amp II",
|
name = "Simple Amp II",
|
||||||
|
category = "Amplifier",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Robin Gareus",
|
||||||
email = "robin@gareus.org",
|
email = "robin@gareus.org",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Simple Amp III",
|
name = "Simple Amp III",
|
||||||
|
category = "Amplifier",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Robin Gareus",
|
||||||
email = "robin@gareus.org",
|
email = "robin@gareus.org",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Inline Scope",
|
name = "Inline Scope",
|
||||||
|
category = "Visualization",
|
||||||
license = "GPLv2",
|
license = "GPLv2",
|
||||||
author = "Robin Gareus",
|
author = "Robin Gareus",
|
||||||
email = "robin@gareus.org",
|
email = "robin@gareus.org",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Simple Synth",
|
name = "Simple Synth",
|
||||||
|
category = "Instrument",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Robin Gareus",
|
||||||
email = "robin@gareus.org",
|
email = "robin@gareus.org",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
ardour {
|
ardour {
|
||||||
["type"] = "dsp",
|
["type"] = "dsp",
|
||||||
name = "Voice/Level Activate",
|
name = "Voice/Level Activate",
|
||||||
|
category = "Utility",
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
author = "Robin Gareus",
|
author = "Robin Gareus",
|
||||||
authoremail = "robin@gareus.org",
|
authoremail = "robin@gareus.org",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue