On Mon, 20 Jan 2003, smoerk wrote:
do we really need another incompatible jackd? i would like to connect pd with other audio applications, but as you said, it's not possible to connect a jack enabled application to k_jack~. also pd is not an audio server...
No, but k_jack~ is an audio server.
it's the application which should connect to jackd and not implement a jack like system?
?
how could i connect alsaplayer (jack enabled) to k_jack~? what modifications to the alsaplayer source code / makefile are needed?
Replace -ljack with -lk_jack -laipc in your makefile.
I guess you could do some trick by setting the LD_LIBRARY_PATH env-variable or something, to avoid relinking the program, but I havent investigated that.