diff options
-rw-r--r-- | applause.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applause.lua b/applause.lua index 074afca..d15d6b5 100644 --- a/applause.lua +++ b/applause.lua @@ -2477,7 +2477,7 @@ end -- @fixme Could v1 and v2 be StreamableNumbers? function curve(v1, alpha, t, v2) -- Derived from RTcmix' "curve" table - -- See http://www.music.columbia.edu/cmc/Rtcmix/docs/scorefile/maketable.html#curve + -- See https://rtcmix.org/reference/scorefile/maketable.html#curve v2 = v2 or 0 if not alpha or alpha == 0 then return line(v1, t, v2) end |