From 76f3fb4567f26372c14087dfac7d95032815fe37 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 22 Apr 2024 22:44:50 +0300 Subject: applause.lua: fixed link to RTcmix --- applause.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3