mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
lua: changes to a few Lua scripts because of Readable->AudioRedable and AudioRegion as IS-A AudioReader API changes
This commit is contained in:
parent
b2a4fe1b50
commit
6481b555ea
3 changed files with 6 additions and 4 deletions
|
|
@ -63,7 +63,7 @@ function factory () return function ()
|
|||
local rb = ARDOUR.LuaAPI.Rubberband (ar, false)
|
||||
|
||||
-- the rubberband-filter also implements the readable API.
|
||||
-- https://manual.ardour.org/lua-scripting/class_reference/#ARDOUR:Readable
|
||||
-- https://manual.ardour.org/lua-scripting/class_reference/#ARDOUR:AudioReadable
|
||||
-- This allows to read from the master-source of the given audio-region.
|
||||
-- Any prior time-stretch or pitch-shift are ignored when reading, however
|
||||
-- processing retains the previous settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue