diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-11-16 00:13:00 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-11-16 00:13:00 +0000 |
| commit | 21a7fe9d7d125be58c4dcfa09db469e83f16780d (patch) | |
| tree | 9d26961e8dff36adcbdaf8d203092ad70338c40c /audioin/src/ofApp.h | |
| parent | 93048304a2e9be1dcc1dbd400b06472c6519f912 (diff) | |
better osc stat message
Diffstat (limited to 'audioin/src/ofApp.h')
| -rw-r--r-- | audioin/src/ofApp.h | 1 |
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; |
