Looks like RtAudio is not compiled with Jack support by default: https://forum.openframeworks.cc/t/openframeworks-with-linux-jack/4242/2 https://forum.openframeworks.cc/t/openframeworks-with-linux-jack/4242/2
Try adding UNIX_JACK to your project config.make PROJECT_DEFINES.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Jun 1, 2016, at 1:48 PM, Alexandros Drymonitis adrcki@gmail.com wrote:
On Wed, Jun 1, 2016 at 9:45 PM, Dan Wilcox <danomatika@gmail.com mailto:danomatika@gmail.com> wrote: Best place is to use the OpenFrameworks forum. Will do that.
ofxPd provides a wrapper for libpd, but does not provide the audio interface, that is handled by OF.
OF uses RtAudio in the backend I believe so, if RtAudio is compiled with Jack support, it *should* work in theory. One issue with OF is that, as it’s a more visually focused framework, the built in sound options are relatively limited, ie. device control etc. Ok, I'll look into those files. Thanks for the tips..