mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
|
@ -10,7 +10,7 @@ function factory () return function ()
|
|||
-- Instantiate the QM BarBeat Tracker
|
||||
-- see http://manual.ardour.org/lua-scripting/class_reference/#ARDOUR:LuaAPI:Vamp
|
||||
-- http://vamp-plugins.org/plugin-doc/qm-vamp-plugins.html#qm-barbeattracker
|
||||
local vamp = ARDOUR.LuaAPI.Vamp("libardourvampplugins:qm-barbeattracker", Session:nominal_frame_rate())
|
||||
local vamp = ARDOUR.LuaAPI.Vamp("libardourvampplugins:qm-barbeattracker", Session:nominal_sample_rate())
|
||||
|
||||
-- prepare table to hold results
|
||||
local beats = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue