I have errors on OF compilation with latest 007 from github:
…/…/…/openFrameworks/sound/ofRtAudioSoundStream.cpp: In static member function static int ofRtAudioSoundStream::rtAudioCallback(void*, void*, unsigned int, double, RtAudioStreamStatus, void*):
…/…/…/openFrameworks/sound/ofRtAudioSoundStream.cpp:209: error: no matching function for call to ofBaseSoundInput::audioIn(float*, unsigned int&, int&, long long unsigned int&)
…/…/…/openFrameworks/types/ofBaseTypes.h:98: note: candidates are: virtual void ofBaseSoundInput::audioIn(float*, int, int)
…/…/…/openFrameworks/sound/ofRtAudioSoundStream.cpp:217: error: no matching function for call to ofBaseSoundOutput::audioOut(float*, unsigned int&, int&, long long unsigned int&)
…/…/…/openFrameworks/types/ofBaseTypes.h:111: note: candidates are: virtual void ofBaseSoundOutput::audioOut(float*, int, int)
make: *** [obj/Debug/openFrameworks/sound/ofRtAudioSoundStream.o] Errore 1
It used to work a couple of weeks ago