diff yeti/test.yeti @ 43:f5bd00c97de3

Update to revised api
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 20 Nov 2013 21:39:42 +0000
parents ae7d2e558ed1
children 337d3b324c75
line wrap: on
line diff
--- a/yeti/test.yeti	Wed Nov 20 14:25:54 2013 +0000
+++ b/yeti/test.yeti	Wed Nov 20 21:39:42 2013 +0000
@@ -16,10 +16,10 @@
 //testStream = af.open "sweep-48000.wav";
 //testStream = af.open "sweep.wav";
 
-//testStream = manipulate.withDuration 64 (syn.sinusoid 8 2);
-// So the stream is [ 0, 1, 0, -1, 0, 1, 0, -1, ... ]
+// So the stream is [ 0, 1, 0, -1, 0, 1, 0, -1, ... ] :
+testStream = manipulate.withDuration 64 (syn.sinusoid 8 2);
 
-testStream = manipulate.withDuration 32 (syn.pulseTrain 8 0.001);
+//testStream = manipulate.withDuration 32 (syn.pulseTrain 8 0.001);
 
 eprintln "have test stream";