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

ASIO fix.

This commit is contained in:
jules 2013-07-03 10:52:09 +01:00
parent 516bddabcc
commit c8bab5d392

View file

@ -659,6 +659,7 @@ public:
else
JUCE_ASIO_LOG ("latencies: " + String ((int) outputLatency) + ", " + String ((int) inputLatency));
asioObject->getBufferSize (&minSize, &maxSize, &preferredSize, &granularity);
deviceIsOpen = true;
JUCE_ASIO_LOG ("starting");