Correct... I'm only very occasionally looking at github. Eventually I hope
to migrate everything to something nonprofit like Oregon State's Open
Sourge Lab. In the meantime, I'm still mostly watching Sourceforge's tickets,
not github's.
Anyhow, I think these are reasonable changes and will adopt them for 0.48 -
but right now am mostly putting in bug fixed for 0.47-1.
cheers
Miller
On Wed, Jun 15, 2016 at 07:53:09AM -0700, Alex wrote:
Hey Miller,
I'm not sure if you follow the github pullrequests so I figured I'd write
you an email as well as posting.
I have 2 jack related pull requests up, both of which are really useful for
me and I figure would be for others. One of them lets you set the name of
pd's jack client and the other disables
the automatic connections to the
jack graph. This all came about because I wanted to run multiple instances
of PD with unique jack client names to do processing of phone calls with
asterisk. The automatic connections become tiresome if they're never what
you want [though in the common case, they are.. just not this one].
Anyways, here they are:
set a custom name for the pd jack client:
https://github.com/pure-data/pure-data/pull/19
disable automatic connections to the jack graph:
https://github.com/pure-data/pure-data/pull/20
-Alex