summaryrefslogtreecommitdiff
path: root/audioin
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-11-16 18:35:00 +0000
committerTim Redfern <tim@getdrop.com>2022-11-16 18:35:00 +0000
commitaf643113fc7c309e02c5ddfce1712bad03707f82 (patch)
tree1d53abde9e5cbe2b878460c9cb346228082a79eb /audioin
parent92db935dfa043d1e6e2f65b6fe157329c5ced521 (diff)
idea comments
Diffstat (limited to 'audioin')
-rw-r--r--audioin/src/ofApp.h8
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){