diff src/testApp.cpp @ 53:5274e3b5479d

Smoothed output, added tempo distribution variation to match the output
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 14 Aug 2012 21:45:12 +0100
parents e359b9bad811
children 2eca10a31ae2
line wrap: on
line diff
--- a/src/testApp.cpp	Tue Jul 17 22:12:20 2012 +0100
+++ b/src/testApp.cpp	Tue Aug 14 21:45:12 2012 +0100
@@ -7,6 +7,12 @@
 #include <cstdlib> 
 
 
+/*
+ L: load marker file
+ S: save markers
+ 
+ */
+
 const double samplingFrequency = 44100.0;
 	
 //--------------------------------------------------------------
@@ -27,7 +33,6 @@
 
 	ofSetFrameRate(20);
 
-	
 	eventMatcher.loadAudioFiles();
 	
 	eventMatcher.setWindowDimensions();
@@ -214,8 +219,6 @@
 	}
 
 	if (key == OF_KEY_RETURN){
-		
-			
 		eventMatcher.recordedTracks.stop();
 	}