diff options
author | Robin Gareus <robin@gareus.org> | 2016-08-10 03:11:49 +0200 |
---|---|---|
committer | Robin Gareus <robin@gareus.org> | 2016-08-10 03:11:49 +0200 |
commit | 2b7a89ecffa92a616cd61774d42bea1e99db6f79 (patch) | |
tree | e242ee80059fb4070e529e0a068db71f016973d4 /scripts/scope.lua | |
parent | 4fd607814f7895b309cdf20cc0bd09dada592862 (diff) | |
download | ardour-2b7a89ecffa92a616cd61774d42bea1e99db6f79.zip ardour-2b7a89ecffa92a616cd61774d42bea1e99db6f79.tar.gz ardour-2b7a89ecffa92a616cd61774d42bea1e99db6f79.tar.bz2 |
prefix blessed scripted DSP plugins with a-*
Diffstat (limited to 'scripts/scope.lua')
-rw-r--r-- | scripts/scope.lua | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/scope.lua b/scripts/scope.lua index efb0e2c..1952c10 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 |