If that’s an issue with the OF source, I’d open an issue on the OF Github repo.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Jun 8, 2016, at 10:24 AM, pd-list-request@lists.iem.at wrote:
I cloned openFrameworks from GitHub (https://github.com/openframeworks/openFrameworks https://github.com/openframeworks/openFrameworks) and made the following changes: In the libs/openFrameworks/sound directory, I changed lines lines 96 and 224 from ofSoundStream.h, and line 25 from ofBaseSoundStream.h, replacing UNSPECIFIED with JACK (to be honest, I'm not sure if this is really necessary). Then, in a test app with ofxPd, in testApp.h I included the following line inside the testApp class: ofSoundStream soundStream;