Mercurial > hg > tweakathon2ios
diff UsernameAlertViewController.mm @ 2:851833072cf1
panel has 8 sliders if needed.
sliders should get set by midi input.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 10 Oct 2014 18:13:24 +0100 |
parents | a223551fdc1f |
children | d5e928887f51 |
line wrap: on
line diff
--- a/UsernameAlertViewController.mm Fri Oct 10 13:20:55 2014 +0100 +++ b/UsernameAlertViewController.mm Fri Oct 10 18:13:24 2014 +0100 @@ -48,7 +48,7 @@ eventLogger.setUsername([userName cStringUsingEncoding:NSASCIIStringEncoding]); // call some start func - ((testApp *)self.theOFAppRef)->startTheTests(); + ((testApp *)self.theOFAppRef)->usernameEntered(); // rememebr to change return func too! }