Hi,
is there a way to control qjackctl from pd? For example to change the
patch cables to different combinations?
In case there's no direct way (from osc or something), does anyone know if
it's feasible to change patchbay setups from the console (e.g. with
[shell])?
Another thing: I'm working on something that can involve controlling
ardour from Pd. For that I'll do a transport patch in Pd, would anyone be
interested in this?
João Pais
On Fri, Feb 5, 2010 at 2:10 AM, João Pais jmmmpais@googlemail.com wrote:
In case there's no direct way (from osc or something), does anyone know if it's feasible to change patchbay setups from the console (e.g. with [shell])?
Hi, in a shell: jack_lsp , jack_connect, jack_disconnect
Another thing: I'm working on something that can involve controlling ardour from Pd. For that I'll do a transport patch in Pd, would anyone be interested in this?
latest ardour can be (partially) controlled by OSC. you can activate OSC from options -> misc options -> use osc (take a look in ardour_src/libs/surfaces/osc/osc.cc for names/values binding)
ciao