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:
parent
516bddabcc
commit
c8bab5d392
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue