mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
This commit is contained in:
parent
5ff699eee1
commit
f4a4404e87
9 changed files with 33 additions and 25 deletions
|
|
@ -814,8 +814,7 @@ public:
|
|||
internal->setCallback (callback);
|
||||
|
||||
if (callback != 0)
|
||||
callback->audioDeviceAboutToStart (internal->sampleRate,
|
||||
internal->bufferSize);
|
||||
callback->audioDeviceAboutToStart (this);
|
||||
|
||||
isStarted = (callback != 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue