On Jun 8, 2016, at 10:24 AM, pd-list-request@lists.iem.at wrote:Then, in a test app with ofxPd, in testApp.h I included the following line inside the testApp class:I cloned openFrameworks from GitHub (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).
ofSoundStream soundStream;