summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-09-18 00:52:23 +0200
committerRobin Gareus <robin@gareus.org>2016-09-18 01:17:05 +0200
commita5169907e537da0f6686d750a4f59e221e77792c (patch)
tree87cd1c33df92db63a5918f1f32a206308f8a72ee /scripts
parent078889efa89ba2cb4be01108b80861acdc5113cb (diff)
match ID of Inline Scope following 2b7a89e
Diffstat (limited to 'scripts')
-rw-r--r--scripts/addscopes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/addscopes.lua b/scripts/addscopes.lua
index d0785dce3b..deb3a5c814 100644
--- a/scripts/addscopes.lua
+++ b/scripts/addscopes.lua
@@ -34,7 +34,7 @@ function factory (params)
-- get Nth Ardour::Processor
proc = t:nth_plugin (i)
-- check if it's a scope
- if (not proc:isnil() and proc:display_name () == "Inline Scope") then
+ if (not proc:isnil() and proc:display_name () == "a-Inline Scope") then
insert = false;
end
i = i + 1
@@ -43,7 +43,7 @@ function factory (params)
-- create a new processor and insert it
if insert then
- local a = ARDOUR.LuaAPI.new_luaproc(Session, "Inline Scope");
+ local a = ARDOUR.LuaAPI.new_luaproc(Session, "a-Inline Scope");
if (not a:isnil()) then
t:add_processor_by_index(a, pos, nil, true)
ARDOUR.LuaAPI.set_processor_param (a, 0, 5) -- timescale 5sec