diff UsernameAlertViewController.mm @ 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 851833072cf1
children 75202498bee9
line wrap: on
line diff
--- a/UsernameAlertViewController.mm	Fri Oct 17 16:35:22 2014 +0100
+++ b/UsernameAlertViewController.mm	Fri Oct 17 17:50:41 2014 +0100
@@ -62,7 +62,7 @@
         
     }else{
         eventLogger.setUsername([userName cStringUsingEncoding:NSASCIIStringEncoding]);
-        ((testApp *)self.theOFAppRef)->startTheTests();
+        ((testApp *)self.theOFAppRef)->usernameEntered();
         
     }
     [self.alert dismissWithClickedButtonIndex:self.alert.firstOtherButtonIndex animated:YES];