Message: 2
Date: Thu, 21 Feb 2019 22:46:32 +0100
From: Antoine Rousseau <
antoine@metalu.net>
To: Pd-list <
pd-list@lists.iem.at>
Subject: Re: [PD] Audio clicks with postgresql external
Message-ID:
<
CAOCG5Hx9uP7emPN3SoeGPPVAAiS07Wj4yH5eCn2sX09GT1Xfdw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
You could try:
- to launch a second instance of Pd from your init script, and communicate
via [netsend] / [netreceive]
- or to run this second Pd instance via [pd~]; this could be simpler to
implement (because you'll just use inlet/outlet to communicate), but I
don't know, even with -noaudio and -nogui flags, if it will avoid the
master instance to block.