mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
More s/frame/sample/ -- Lua Scripts
Sadly this breaks existing loaded scripts. C'est la vie.
This commit is contained in:
parent
53fb2f6235
commit
eb928b05e9
15 changed files with 24 additions and 24 deletions
|
|
@ -3,7 +3,7 @@ function factory () return function ()
|
|||
|
||||
local plugins = ARDOUR.LuaAPI.Vamp.list_plugins ();
|
||||
for id in plugins:iter () do
|
||||
local vamp = ARDOUR.LuaAPI.Vamp(id, Session:nominal_frame_rate())
|
||||
local vamp = ARDOUR.LuaAPI.Vamp(id, Session:nominal_sample_rate())
|
||||
local vp = vamp:plugin ()
|
||||
print (" --- VAMP Plugin ---")
|
||||
print ("Id:", vp:getIdentifier ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue