diff testApp.h @ 2:fcb512cef986

ofxPD working.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 27 Nov 2012 15:34:51 +0000
parents 23efe1f0cd8a
children 43df75088d85
line wrap: on
line diff
--- a/testApp.h	Thu Nov 22 17:59:13 2012 +0000
+++ b/testApp.h	Tue Nov 27 15:34:51 2012 +0000
@@ -8,6 +8,7 @@
 #include "2dvector.h"
 #include "ofxUI.h"
 #include "eventLogger.h"
+#include "AppCore.h"
 
 #define HOST "169.254.1.1"
 #define PORT 12345
@@ -84,5 +85,11 @@
     
     ofxUICanvas *zoomGUI;
     
+    // audio callbacks
+	void audioReceived(float * input, int bufferSize, int nChannels);
+	void audioRequested(float * output, int bufferSize, int nChannels);
+    
+    AppCore core;
+    
 };