1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Minor CoreAudio callback fix.

This commit is contained in:
jules 2011-12-18 10:36:28 +00:00
parent a56a285e58
commit 78dc975ab9

View file

@ -778,6 +778,7 @@ private:
case kAudioDevicePropertyNominalSampleRate:
case kAudioDevicePropertyStreamFormat:
case kAudioDevicePropertyDeviceIsAlive:
case kAudioStreamPropertyPhysicalFormat:
intern->deviceDetailsChanged();
break;