From 2b7a89ecffa92a616cd61774d42bea1e99db6f79 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Aug 2016 03:11:49 +0200 Subject: prefix blessed scripted DSP plugins with a-* --- scripts/scope.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'scripts/scope.lua') 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 -- cgit v1.2.3