From 558aa46d0b73770665186bff0cc10ad76b0746ad Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 16 May 2021 11:12:58 +0200 Subject: Get rid of time parameter and use clock objects for cross-fades Because we can stop a clock object, but not "gettimeofday". --- examples/demo.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/demo.scm b/examples/demo.scm index 1821d1a..11f0803 100644 --- a/examples/demo.scm +++ b/examples/demo.scm @@ -93,9 +93,11 @@ ;; Functions can be assigned to parameters -(at foh1 'intensity (lambda (time) - (* 50 - (+ 1 (sin (* 2 time)))))) +;; (temporarily disabled - time parameter is gone, should use +;; clock objects instead) +;;(at foh1 'intensity (lambda (time) +;; (* 50 +;; (+ 1 (sin (* 2 time)))))) ;; Effects library -- cgit v1.2.3