JackAudioIODevice input/output channel count

[quote=“jpo”]you may want to look at the version I had posted here a long time ago:

http://www.rawmaterialsoftware.com/viewtopic.php?p=21027#p21027

In this version the number of channels is set by the application, and the connections to the default output can be automatically established, or let to user (I expose two JackAudioIODeviceType, one for the ‘auto-connect’ mode, on for the “no auto-connect” mode. I can post an update to this code as it has evolved a bit since then, but basically I think the correct approach with Jack is that the juce application chooses the number of channels exposed to jack.[/quote]
oh nice, can you please share that (updated) code?

having transport support in there would be cool too, I can do that myself if it’s not implemented yet.