1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
This commit is contained in:
jules 2008-01-03 21:27:12 +00:00
parent 5ff699eee1
commit f4a4404e87
9 changed files with 33 additions and 25 deletions

View file

@ -814,8 +814,7 @@ public:
internal->setCallback (callback);
if (callback != 0)
callback->audioDeviceAboutToStart (internal->sampleRate,
internal->bufferSize);
callback->audioDeviceAboutToStart (this);
isStarted = (callback != 0);
}