diff yeti/test.yeti @ 56:e2b7f7462618

Single Makefile, build Vamp by default
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 30 Jan 2014 10:33:38 +0000
parents 337d3b324c75
children a219bab90abe
line wrap: on
line diff
--- a/yeti/test.yeti	Thu Nov 28 17:03:57 2013 +0000
+++ b/yeti/test.yeti	Thu Jan 30 10:33:38 2014 +0000
@@ -19,7 +19,7 @@
 // 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";
 
@@ -41,7 +41,7 @@
 mat.print bigM;
 
 //\() (plot.plot [Contour bigM]);
-//\() (plot.plot [Grid bigM]);
+\() (plot.plot [Grid bigM]);
 
 ()