Re: [PD] Linux script to launch JACK and Pd at once

2011-01-18 Thread Marco Donnarumma
yep Ladish does that too, never tried though. Just to satisfy my curiosity, how far can we go using scripts? Would it be > possible to launch Pd and write a patch from scratch directly from a > script? Pierre, I reckon it would be easier to do from with a Pd patch. Usually, scripts are useful to

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-18 Thread Pierre Massat
Yeah, obviously that'd be by far the easiest way. Stupid me. 2011/1/18 Ricardo Lameiro > doesnt Ladish does that? (http://ladish.org/) > > What do you mean with turn audio on at startup? on Pd? you can send a > loadbang to a message to turn the dsp on... but maybe that isnt what you > want... >

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Ricardo Lameiro
doesnt Ladish does that? (http://ladish.org/) What do you mean with turn audio on at startup? on Pd? you can send a loadbang to a message to turn the dsp on... but maybe that isnt what you want... 2011/1/17 Pierre Massat > Thank you Marco, but I don't need to run many apps. What does the "exit"

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Pierre Massat
Thank you Marco, but I don't need to run many apps. What does the "exit" do though? I'd be interested in a command that would turn the audio on at startup, i don't know whether this is possible. Just to satisfy my curiosity, how far can we go using scripts? Would it be possible to launch Pd and w

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Marco Donnarumma
Hi Pierre, also the -p argument is quite useful if you use multiple soundcard (like travel setup, studio, etc...), as it allows to choose which profiles you want jack to load. Using many applications for one project, I found useful the following script. First, I have one folder where to save all

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Frank Barknecht
On Mon, Jan 17, 2011 at 03:03:34PM +0100, Pierre Massat wrote: > I used the one published by Joao Pais, that is: > > #!/bin/bash > > qjackctl -s & sleep 5 & pdextended > > > I'd be grateful if someone could tell me what "-s" means, by the way. $ man qjackctl [...] -s, --start Start JACK

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Pierre Massat
I used the one published by Joao Pais, that is: #!/bin/bash qjackctl -s & sleep 5 & pdextended I'd be grateful if someone could tell me what "-s" means, by the way. Pierre 2011/1/17 Jaime Oliver > Hi Pierre, > > would it be possible to see your script? > > J > > 2011/1/17 Pierre Massat > >

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Jaime Oliver
Hi Pierre, would it be possible to see your script? J 2011/1/17 Pierre Massat > Thank you all for your help. I made a simple script than i launch via a > GNOME (or whatever, i'm in ubuntu) launcher and it works just fine. That's > the kind of very simple tricks that make life easier. That made

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-01-17 09:19, Pierre Massat wrote: > @IOhannes : yes, i know that there should be a way of using HID without > being root, i need to take some time to figure it out. it's a good investment, and you should do it. > What's pd-ot? > "Off-topic

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Pierre Massat
Thank you all for your help. I made a simple script than i launch via a GNOME (or whatever, i'm in ubuntu) launcher and it works just fine. That's the kind of very simple tricks that make life easier. That made my day. @IOhannes : yes, i know that there should be a way of using HID without being r

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-08 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2011 08:49 PM, Pierre Massat wrote: >> Is there a way i can write a script that would start Jack and Pd in the >> proper order by clicking on a single file? Pd>=0.43 should automatically start jack if needed. afair, the relevant code is also

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-08 Thread João Pais
I use the script #!/bin/bash qjackctl -s & sleep 5 & pdextended As I've noticed, it works either if jack is already on or not. Same goes to other applications that need jack, like ardour. Ah, no root access there. Wouldn't it be better to search for another of getting permissions, instead

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-07 Thread Thomas Mayer
Hi, On 07.01.2011 20:49, Pierre Massat wrote: > don't know if it made it through the storm... > > 2011/1/3 Pierre Massat > >> Hi all! >> >> Happy new year first of all! >> >> Is there a way i can write a script that would start Jack and Pd in the >> proper order by clicking on a single file? I

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-07 Thread Pierre Massat
don't know if it made it through the storm... 2011/1/3 Pierre Massat > Hi all! > > Happy new year first of all! > > Is there a way i can write a script that would start Jack and Pd in the > proper order by clicking on a single file? > And is there a way i can start both as root? (I need to use H