Hey everyone,
I’m currently working on a command line app. The app is producing audio via the deviceManager.
My question is, how can I run a dispatch loop equivalent to the START_JUCE_APPLICATION() in a command line app ?
JuceApplication belongs to the gui_basics module, is there any equivalent for command line types of project?
Doing a while(1) in the main function looks dirty doesn’t it?
Many thanks
Silvere
