Re-brand a-* plugins as Ardour Community Effects (ACE)

This commit is contained in:
Robin Gareus 2020-09-30 21:59:20 +02:00
parent e4cb7a14e8
commit 46e895aaad
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
26 changed files with 51 additions and 51 deletions

View file

@ -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 () == "a-Inline Scope") then
if (not proc:isnil() and proc:display_name () == "ACE 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, "a-Inline Scope");
local a = ARDOUR.LuaAPI.new_luaproc(Session, "ACE 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