mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Some more frame -> sample changes (in scripts)
This commit is contained in:
parent
9ddc47204a
commit
79db200bdb
5 changed files with 7 additions and 8 deletions
|
|
@ -274,7 +274,7 @@ function factory (params) return function ()
|
|||
Session:abort_reversible_command ()
|
||||
end
|
||||
|
||||
print ("bounced " .. n_regions_created .. " regions from loop range (" .. loop:length() .. " frames) to playhead @ frame # " .. playhead)
|
||||
print ("bounced " .. n_regions_created .. " regions from loop range (" .. loop:length() .. " samples) to playhead @ sample # " .. playhead)
|
||||
::errorout::
|
||||
end -- end of anonymous action script function
|
||||
end -- end of script factory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue