1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Changed the way Mac messaging works internally to avoid shutdown problems with plugins. Updated some iPhone code. Fixed a CoreGraphics line drawing problem.

This commit is contained in:
Julian Storer 2009-11-16 15:19:16 +00:00
parent 9929d71c27
commit 802f850015
15 changed files with 422 additions and 415 deletions

View file

@ -397,7 +397,7 @@ private:
void interruptionListener (UInt32 inInterruption)
{
if (inInterruption == kAudioSessionBeginInterruption)
/*if (inInterruption == kAudioSessionBeginInterruption)
{
isRunning = false;
AudioOutputUnitStop (audioUnit);
@ -410,7 +410,7 @@ private:
isRunning = true;
propertyChanged (0, 0, 0);
}
}
}*/
if (inInterruption == kAudioSessionEndInterruption)
{