diff options
| -rw-r--r-- | audioin/src/ofApp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audioin/src/ofApp.h b/audioin/src/ofApp.h index eeb8d21..05fc36a 100644 --- a/audioin/src/ofApp.h +++ b/audioin/src/ofApp.h @@ -8,6 +8,14 @@ #define min(a,b) (a<b?a:b) #define max(a,b) (a>b?a:b) +/* +TEXT+SOUND +oscilloscopes on letters +what is the message +text from twitter + +can we get a sillouette from kinect to laser +*/ class Buffer{ public: Buffer(size_t sz=0){ |
