Re: Starting pd from command line and suppress jack connections
Roman Haefeli <[email protected]>
| Newsgroups | gmane.comp.multimedia.puredata.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2025-08-22 at 02:00 +0000, Worik via Pd-list wrote: > Friends > > I am using version 0.53.1 in this case (from Debian-12 archives) so > apologies in advance if my problem is not apparent in more recent > versions > > I am using pd to implement guitar effects > (https://github.com/worikgh/120Pedal.git) > > To that end I want to start a pd process in the background and > headless. I manage Jack audio pipes programmatically (it is how I > switch between pedals in real time) and I do not connect directly to > system:playback_1 as I have a volume control between my effects and > playback > > To this end I wish to start a pd process that creates jack I/O for > itself but does not connect them to the system input and outputs Jack, uhm.. I mean: Check 'pd -help'. Here is the relevant section: -jack -- use JACK audio API -jackname <name> -- a name for your JACK client -nojackconnect -- do not automatically connect pd to the JACK graph -jackconnect -- automatically connect pd to the JACK graph `pd -nojackconnect` should do what you want. Because I had similar needs, I once created the jackpatch external available in Deken. It lists JACK clients and creates/deletes connections between them. Maybe it is useful to your setup. Roman --- [email protected] - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/[email protected]/message/XEKKN4Y6ZVDWLUP3YEUDITW6QB75OIF5/ To unsubscribe send an email to [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
signature.asc
(application/pgp-signature, 512 B)
-----BEGIN PGP SIGNATURE----- iQFHBAABCgAxFiEEZhiayanamWnbdJ1ZfR/MvBcPEc0FAmiuxTMTHHJlZHV6ZW50 QGdtYWlsLmNvbQAKCRB9H8y8Fw8RzfDSCACeYypkXvV6W0RbgAs1k/fHPQ2gFRPe dDFmkDUgxO5LlXWfTHAyGFCnp3qj5UnzMb77LUipPK10tYYP6XhX6ffEao1CQ2Qu aoPWVs6HbziHUegBP8ndX+OLZd2eF15cBa0WdxbpGvgxbOhNsOM24/yocoPeG8du jzXg+ZIPty/1fVAElI+7GEfyiJ5pEYTnENZdd2/QHqYxttiz40CDHKCL5rKbqKTI 9VII/v7WUHNnUKWtPJH2EFbpRUBpE20tgUjIvfvtuI9MhDbuMbwTDtc0U1cvUs1S jDmuXNUMwvVZDNQ7/Wrcxho01w4fvrX6stBNPLYOnLuq3fc+REQlffcB =VY66 -----END PGP SIGNATURE-----