Apologies for spam; we've changed our policy by requiring approval for accounts, and deleted all existing spam and user - thanks for your help flagging content. We continue to test our forums and Vanilla software, aiming for release early in 2013. If you need to give us feedback outside the forum, contact us via http://createdigitalmusic.com/contact/ or on Facebook
"self.audioController.active=NO; " make other apps get no sounds.
  • I found that when my libPd app did exit to background, some of my other musical apps get no sounds,  I know it is caused by this function.. 

    - (void)applicationWillResignActive:(UIApplication *)application{    self.audioController.active=NO;}

    What is the right solution? may I simply delete this line of code?
  • Sorry you haven't received much help on this, I only now saw this. :/

    Can you explain exactly how this can be reproduced so I can try it out? You can use the example PdSettings app, which supports background audio, along with say the built in iTunes music player.