summaryrefslogtreecommitdiff
path: root/audioin/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-11-16 00:13:00 +0000
committerTim Redfern <tim@getdrop.com>2022-11-16 00:13:00 +0000
commit21a7fe9d7d125be58c4dcfa09db469e83f16780d (patch)
tree9d26961e8dff36adcbdaf8d203092ad70338c40c /audioin/src/ofApp.h
parent93048304a2e9be1dcc1dbd400b06472c6519f912 (diff)
better osc stat message
Diffstat (limited to 'audioin/src/ofApp.h')
-rw-r--r--audioin/src/ofApp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audioin/src/ofApp.h b/audioin/src/ofApp.h
index 8965aef..eeb8d21 100644
--- a/audioin/src/ofApp.h
+++ b/audioin/src/ofApp.h
@@ -62,6 +62,7 @@ class ofApp : public ofBaseApp{
void gotMessage(ofMessage msg);
void audioIn(float * input, int bufferSize, int nChannels);
+ void printOscParams();
ofSoundStream soundStream;
int blockSize;