mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
|
@ -32,8 +32,8 @@ function factory (params)
|
|||
io.output (file)
|
||||
io.write (string.format ("Region: '%s' pos-changed: %s, length-changed: %s\n",
|
||||
obj:name (),
|
||||
tostring (pch:containsFramePos (ARDOUR.Properties.Start)),
|
||||
tostring (pch:containsFramePos (ARDOUR.Properties.Length))
|
||||
tostring (pch:containsSamplePos (ARDOUR.Properties.Start)),
|
||||
tostring (pch:containsSamplePos (ARDOUR.Properties.Length))
|
||||
))
|
||||
io.close (file)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue