This won’t call Thread::initailiseJUCE()
, it just sets up the message loop. If you aren’t using the autogenerated com.roli.juce.JuceApp
Java class then you’ll need to call Thread::initialiseJUCE()
somewhere in your app in addition to using the scoped initialiser. This post contains some useful information on what needs to be done.
2 Likes