1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Android Bluetooth MIDI, pro-audio i/o and improved openGL support

This commit is contained in:
jules 2015-11-03 10:37:52 +00:00
parent 02041328dc
commit 89ba69ab29
45 changed files with 4088 additions and 669 deletions

View file

@ -520,6 +520,10 @@ MainAppWindow::MainAppWindow()
taskbarIcon = new DemoTaskbarComponent();
#endif
#if JUCE_ANDROID
setOpenGLRenderingEngine();
#endif
triggerAsyncUpdate();
}