That's good to know, it should simplify things in the future. But the Jack dependency needs to be optional so we don't need to release separate Jack and non-Jack binaries. Currently that's done with "-weak_framework Jack" when linking. Do you know if pd v19's jack support can be optional in binary?
not sure ... at least it's possible to build portaudio as shared library and link pd with that, but that's just moving the dependency from pd to portaudio ... on the other hand, that's the only way to use pa/jack/pd at the moment ...
t