My question is this: how modular is the audio code (i.e. is it
possible to support different audio targets at the makefile level)? It is,
as you likely know, fairly easy to port between various
callback-based libraries, and I'd be interested in taking a crack at making a
CoreAudio port for OS X. (Since there is a wxWindows port for OS X, the
"hard part" is not so hard. :-)
It should be pretty easy... I planned to support alternate I/O subsytems, it
should just be a matter of subclassing FTioSupport ( as FTjackSupport is) and
implementing it. Hah! Wouldn't we be so lucky :)
jlc