mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +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
|
|
@ -39,7 +39,7 @@ function factory (params)
|
|||
tx:send ("/session/solo_changed", "")
|
||||
elseif (signal == LuaSignal.TransportStateChange) then
|
||||
tx:send ("/session/transport", "if",
|
||||
Session:transport_frame(), Session:transport_speed())
|
||||
Session:transport_sample(), Session:transport_speed())
|
||||
elseif (signal == LuaSignal.RegionPropertyChanged) then
|
||||
obj,pch = ...
|
||||
tx:send ("/region_property_changed", "sTTiii",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue