danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

system sound not playing on ios #29

Closed muccio closed 11 years ago

muccio commented 11 years ago

Actually I tested the ofxpd ios example and the openframeworks audiooutputexample.

With the ofxpd every system sound isn't played at all (eg. keyboard clicks, shutter sound, etc.), with the audiooutputexample everythings works fine...

I'm testing on iphone 4 with ios 6.1

Seems like the libpd in ofxpd is initialized with mixingEnabled:YES but can't find it anywhere in the project.

Any chance to get rid of this behaviour?

danomatika commented 11 years ago

See #28. This isn't an issue with ofxPd, but with OpenFrameworks itself. In this case, libpd is not handling the audio interfacing and is only called via the OF audio callbacks.

I'll put a note in the readme about this.