mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Re-brand a-* plugins as Ardour Community Effects (ACE)
This commit is contained in:
parent
e4cb7a14e8
commit
46e895aaad
26 changed files with 51 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue