Re: [PD] jack on through console?

2010-02-22 Thread IOhannes m zmoelnig
On 2010-02-21 00:10, João Pais wrote: Hi, actually I don't want to start/stop many times. I just have a complex setup now (jack+jackrack+pd+ardour), and wanted to start them all with one bash command. the gui of qjackctl would be necessary, for when I have to create/remove connections

Re: [PD] jack on through console?

2010-02-22 Thread Derek Holzer
Hey again, at the bottom of this page: http://en.flossmanuals.net/PureData/StartingPD under Advanced scripting for starting Pd is a sample script I wrote to start Jack, start Pd, start SooperLooper and then use aconnect to hook them all together. Would something like this help you? D.

Re: [PD] jack on through console?

2010-02-22 Thread João Pais
ah yes, thanks. this looks very useful. pd floss manual? Uau, had never heard of it! João Hey again, at the bottom of this page: http://en.flossmanuals.net/PureData/StartingPD under Advanced scripting for starting Pd is a sample script I wrote to start Jack, start Pd, start SooperLooper

[PD] jack on through console?

2010-02-20 Thread João Pais
Hi, do you know if there's a way to turn qjackctl on through the console? That is, the program is already open, but instead of clicking start or stopp, I wanted to do it with bash commands. Thanks (again), João -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49

Re: [PD] jack on through console?

2010-02-20 Thread Derek Holzer
Hi João, Qjackctl will also simply report if JACK has been started or not, and with which settings. I'm not sure why you would need to start and stop JACK many times during a session, but if you wanted to do all this from the command line then wouldn't it be easier to simply use the jackd

Re: [PD] jack on through console?

2010-02-20 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Glenn Smith wrote: João Pais wrote: Hi, do you know if there's a way to turn qjackctl on through the console? That is, the program is already open, but instead of clicking start or stopp, I wanted to do it with bash commands. qjackctl

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
Hi, actually I don't want to start/stop many times. I just have a complex setup now (jack+jackrack+pd+ardour), and wanted to start them all with one bash command. the gui of qjackctl would be necessary, for when I have to create/remove connections (although I can already make jack

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.start dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.stop is equivalent to pressing qjackctl's startstop buttons. hmm, this would be what I want, but it didn't work here (jaunty). any permissions missing?

Re: [PD] jack on through console?

2010-02-20 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João Pais wrote: dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.start dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.stop is equivalent to pressing qjackctl's startstop buttons. hmm, this would be what I want, but it