I compiled from source
In that case could you not edit jack_connect_ports() to not autoconnect?
spider:/home/sources# diff pd-0.40-2/src/s_audio_jack.c pd-0.40-2-noauto/src/
168a169,172
#ifdef NO_JACK_AUTOCONNECT return (0); #endif /* NO_JACK_AUTOCONNECT */
Then you can export CFLAGS=-DNO_JACK_AUTOCONNECT and ./configure and make ; it works for me ...
-----Original Message----- From: pd-list-bounces@iem.at on behalf of Atte André Jensen Sent: Sat 6/30/2007 12:32 PM To: pure data list Subject: [PD] disable autoconnect with -jack
Hi
How do I start pd and *not* have it auto connect it's in and outs to jack?
BTW: If it matters I compiled from source (0.40-2) under linux (debian/etch).