summaryrefslogtreecommitdiff
path: root/scripts/synth1.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-29 01:40:06 +0200
committerRobin Gareus <robin@gareus.org>2016-04-29 02:57:57 +0200
commitd6fb182e9bcda4ec87710a963a92fc57f9746a7c (patch)
tree4f62c28bf95b62704d7174d97db8cfeb581344c8 /scripts/synth1.lua
parent1888104f8d60d8806b8ae7add3531aeebcbdce12 (diff)
add Lua DSP plugin category
Diffstat (limited to 'scripts/synth1.lua')
-rw-r--r--scripts/synth1.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/synth1.lua b/scripts/synth1.lua
index 264d6dcb99..99a5e4d6c8 100644
--- a/scripts/synth1.lua
+++ b/scripts/synth1.lua
@@ -1,6 +1,7 @@
ardour {
["type"] = "dsp",
name = "Simple Synth",
+ category = "Instrument",
license = "MIT",
author = "Robin Gareus",
email = "robin@gareus.org",