mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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 {
|
||||
["type"] = "dsp",
|
||||
name = "Simple Amp",
|
||||
category = "Amplifier",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Simple Amp II",
|
||||
category = "Amplifier",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Simple Amp III",
|
||||
category = "Amplifier",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Inline Scope",
|
||||
category = "Visualization",
|
||||
license = "GPLv2",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Simple Synth",
|
||||
category = "Instrument",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
email = "robin@gareus.org",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
ardour {
|
||||
["type"] = "dsp",
|
||||
name = "Voice/Level Activate",
|
||||
category = "Utility",
|
||||
license = "MIT",
|
||||
author = "Robin Gareus",
|
||||
authoremail = "robin@gareus.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue