mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +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
|
|
@ -19,7 +19,7 @@ have to wait for the export.
|
|||
|
||||
function factory (unused_params) return function ()
|
||||
|
||||
local fr = Session:frame_rate()
|
||||
local fr = Session:sample_rate()
|
||||
local chaps = {}
|
||||
|
||||
for l in Session:locations():list():iter() do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue