mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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
|
|
@ -45,8 +45,8 @@ function factory () return function ()
|
|||
local pos = 0 -- insert at the top
|
||||
|
||||
-- the following two lines are equivalent
|
||||
--local proc = ARDOUR.LuaAPI.new_luaproc(Session, "a-Inline Scope");
|
||||
local proc = ARDOUR.LuaAPI.new_plugin (Session, "a-Inline Scope", ARDOUR.PluginType.Lua, "");
|
||||
--local proc = ARDOUR.LuaAPI.new_luaproc(Session, "ACE Inline Scope");
|
||||
local proc = ARDOUR.LuaAPI.new_plugin (Session, "ACE Inline Scope", ARDOUR.PluginType.Lua, "");
|
||||
assert (not proc:isnil())
|
||||
|
||||
t:add_processor_by_index(proc, pos, nil, true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue