mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
Fix region-gain curve example script
This commit is contained in:
parent
1f27dc81f9
commit
1c9cb5152d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function factory () return function ()
|
||||||
|
|
||||||
-- add some new ones
|
-- add some new ones
|
||||||
for i=0,50 do
|
for i=0,50 do
|
||||||
al:add (r:length ():scale (Temporal:ratio (i, 50)),
|
al:add (r:length ():scale (Temporal.ratio (i, 50)),
|
||||||
1 - math.sqrt (i / 50),
|
1 - math.sqrt (i / 50),
|
||||||
false, true)
|
false, true)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue