diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-11-16 18:35:00 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-11-16 18:35:00 +0000 |
| commit | af643113fc7c309e02c5ddfce1712bad03707f82 (patch) | |
| tree | 1d53abde9e5cbe2b878460c9cb346228082a79eb /audioin | |
| parent | 92db935dfa043d1e6e2f65b6fe157329c5ced521 (diff) | |
idea comments
Diffstat (limited to 'audioin')
| -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){ |
