summaryrefslogtreecommitdiff
path: root/scripts/scope.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-10 03:11:49 +0200
committerRobin Gareus <robin@gareus.org>2016-08-10 03:11:49 +0200
commit2b7a89ecffa92a616cd61774d42bea1e99db6f79 (patch)
treee242ee80059fb4070e529e0a068db71f016973d4 /scripts/scope.lua
parent4fd607814f7895b309cdf20cc0bd09dada592862 (diff)
prefix blessed scripted DSP plugins with a-*
Diffstat (limited to 'scripts/scope.lua')
-rw-r--r--scripts/scope.lua10
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/scope.lua b/scripts/scope.lua
index efb0e2c3a4..1952c100c4 100644
--- a/scripts/scope.lua
+++ b/scripts/scope.lua
@@ -1,12 +1,10 @@
ardour {
["type"] = "dsp",
- name = "Inline Scope",
+ name = "a-Inline Scope",
category = "Visualization",
- license = "GPLv2",
- author = "Robin Gareus",
- email = "robin@gareus.org",
- site = "http://gareus.org",
- description = [[An Example DSP Plugin to display the waveform on the mixer strip]]
+ license = "MIT",
+ author = "Ardour Team",
+ description = [[Mixer strip inline waveform display]]
}
-- return possible i/o configurations