mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Second round of Lua script API updates
This commit is contained in:
parent
1abf6a77d6
commit
76c0f42ecb
23 changed files with 76 additions and 112 deletions
|
|
@ -30,7 +30,7 @@ function factory () return function ()
|
|||
|
||||
-- add some new ones
|
||||
for i=0,50 do
|
||||
al:add (i * r:length () / 50,
|
||||
al:add (r:length ():scale (Temporal:ratio (i, 50)),
|
||||
1 - math.sqrt (i / 50),
|
||||
false, true)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue