Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-29 Thread danomatika
On Thu, 2009-05-28 at 11:32 +0200, pd-list-requ...@iem.at wrote: > Hi, all works well here (0.41.4-ex..rc3 on ubuntu Jaunty), > you just need to specify the channels properly: > > pd -jack (not connect anything) > pd -jack -channels 2 (work fine and autoconnect all) hmm when was this behaviour

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-29 Thread danomatika
On Thu, 2009-05-28 at 09:07 +0200, pd-list-requ...@iem.at wrote: > On Ubuntu Jaunty, pd-extended for some reason fails to automatically > connect > to JACK (running whatever came with Jaunty). I've upgraded from > Intrepid so > that may have something to do with it. Manual connection after Pd has

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-28 Thread Ivica Ico Bukvic
On Thu, May 28, 2009 at 9:11 PM, Ivica Ico Bukvic wrote: > > So my questions are as follows: > > 1) Is renaming of the default jack system i/o from "alsa_pcm" to "system" > change in jackd, or is this one of the Jaunty peculiarities? > 2) what is this MIDI tab vs. ALSA Midi tab on the qjackctl? I

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-28 Thread Ivica Ico Bukvic
It appears I figured it out (Jaunty with 0.41.4 extended). Namely, in the s_audio_jack.c on the line 156 it states: if( strcmp( "alsa_pcm", tmp_client_name ) == 0 && num_clients > 0 ) { char* tmp; /* alsa_pcm goes in spot 0 */ tmp

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-28 Thread Ivica Ico Bukvic
> Hi, all works well here (0.41.4-ex..rc3 on ubuntu Jaunty), > you just need to specify the channels properly: > > pd -jack (not connect anything) > pd -jack -channels 2 (work fine and autoconnect all) > -- > Lazzaro Many thanks all for your help! I'll try suggested solutions and report back here

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-28 Thread CICCOLIX
IOhannes m zmoelnig ha scritto: Ivica Ico Bukvic wrote: Hi all, On Ubuntu Jaunty, pd-extended for some reason fails to automatically connect to JACK (running whatever came with Jaunty). I've upgraded from Intrepid so that may have something to do with it. Manual connection after Pd has start

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-28 Thread IOhannes m zmoelnig
Ivica Ico Bukvic wrote: Hi all, On Ubuntu Jaunty, pd-extended for some reason fails to automatically connect to JACK (running whatever came with Jaunty). I've upgraded from Intrepid so that may have something to do with it. Manual connection after Pd has started works fine, but I am just trying

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-27 Thread Ivica Ico Bukvic
Hi all, On Ubuntu Jaunty, pd-extended for some reason fails to automatically connect to JACK (running whatever came with Jaunty). I've upgraded from Intrepid so that may have something to do with it. Manual connection after Pd has started works fine, but I am just trying to figure out where I coul