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

Update avtive ports when opening JACK audio device

This commit is contained in:
hogliux 2016-05-24 17:05:46 +01:00
parent 0ea9e33544
commit 0a040c6b97

View file

@ -290,6 +290,8 @@ public:
}
}
updateActivePorts();
return lastError;
}