diff testApp.h @ 6:92850a2b099c

set up preset slots from init file. PD synth has metronome, recieves ticks but doesn't do anything with them.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 17 Oct 2014 14:50:50 +0100
parents 851833072cf1
children 4e00f92567d9
line wrap: on
line diff
--- a/testApp.h	Thu Oct 16 15:52:53 2014 +0100
+++ b/testApp.h	Fri Oct 17 14:50:50 2014 +0100
@@ -60,6 +60,9 @@
     void initialiseVariables();
     void initialiseMIDI();
     void setupUIElements();
+    void setupExpressViewPanels();
+    void setupTrainingViewPanels();
+    void setupSearchViewPanels();
     
     void setup();
     void update();