diff options
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; |
