diff eventLogger.h @ 9:d5e928887f51

More refactoring. Mode for Synth value changes only sent to PD on triggering sound.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 17 Oct 2014 17:50:41 +0100
parents 7e0a19a538d4
children 2da0350a4aa2
line wrap: on
line diff
--- a/eventLogger.h	Fri Oct 17 16:35:22 2014 +0100
+++ b/eventLogger.h	Fri Oct 17 17:50:41 2014 +0100
@@ -62,11 +62,12 @@
                 ALL_TESTS_COMPLETED,               // 16 ?
                 TARGET_PLAYED,              // 17 however this happens it might be good to know when this happens
                 CANDIDATE_PLAYED,           // 18
-                START_THE_TESTS,            // 19 probably superfluous
+                START_THE_SEARCH_TESTS,            // 19 probably superfluous
                 CRAP_TEST,                  // eliminate these coords somehow ???
                 EMPTY_EVENT,
                 SPEED_CHANGED,              // 22 ms between sounds
-                SAVE_PRESET                 // 23 save a preset
+                SAVE_PRESET,                 // 23 save a preset
+                START_THE_TRAINING_TESTS,
     
 };