UI-less Linux applications

we want console apps that use events, asyncupdater and audio/midi … is that asking too much ? eheh

You can do that of course - just use the juce_events module but not the juce_gui ones.

i remember from years ago that the sound classes really needed the GUI message pump for unknown reasons…

Yeah, but I’ve split the audio classes into several modules now - some of those modules require the juce_events module, some need both juce_events and juce_gui, and others don’t need either.