mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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
|
|
@ -14,7 +14,7 @@ function factory () return function ()
|
|||
|
||||
-- load the Vamp Plugin with Id "libardourvampplugins:dBTP"
|
||||
-- http://manual.ardour.org/lua-scripting/class_reference/#ARDOUR:LuaAPI:Vamp
|
||||
local vamp = ARDOUR.LuaAPI.Vamp("libardourvampplugins:dBTP", Session:nominal_frame_rate())
|
||||
local vamp = ARDOUR.LuaAPI.Vamp("libardourvampplugins:dBTP", Session:nominal_sample_rate())
|
||||
print (vamp:plugin():getName())
|
||||
|
||||
-- for each selected region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue