aboutsummaryrefslogtreecommitdiff
path: root/examples/demo.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo.scm')
-rw-r--r--examples/demo.scm8
1 files changed, 5 insertions, 3 deletions
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