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:
parent
9929d71c27
commit
802f850015
15 changed files with 422 additions and 415 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue