aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h
diff options
context:
space:
mode:
authormick grierson <mickgrierson@gmail.com>2015-07-27 01:07:41 +0100
committermick grierson <mickgrierson@gmail.com>2015-07-27 01:07:41 +0100
commit1100fc8c462d9a17731340596e7d9c07adb3fe54 (patch)
tree91ed36c7a767f2819289409899ef305b358cf0f4 /ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h
parent68ee8eba9c3834604d220f4bf56e7e9d506a77a7 (diff)
More major repair work. New OS X 10.10 SDK example project. New project structure. New Tutorials / Examples.
Diffstat (limited to 'ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h')
-rw-r--r--ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h b/ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h
deleted file mode 100644
index 020f0fd..0000000
--- a/ofxMaxim/examples/OSX/ofxMaximExamples007OSX/maxiAtomSynthesis/src/pyOSCDebug.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * pyOSCDebug.h
- * bastardPop
- *
- * Created by Chris on 25/10/2011.
- * Copyright 2011 Goldsmiths Creative Computing. All rights reserved.
- *
- */
-
-#include "ofxOSC.h"
-#include <vector>
-
-class pyOSCDebug {
-public:
- pyOSCDebug();
- void setup(string host, int port);
- void clear();
- void send(vector<float> data);
- void send(float *data, unsigned int count);
-private:
- ofxOscSender osc;
- bool ready;
-
-}; \ No newline at end of file