Re: [PD] pd-0.45 + jack == weirdness

2013-06-24 Thread yvan volochine
hi Miller, Are you using 0.44? (I don't think 0.45 exists yet :) yeah sorry, 0.44 (pd-0.45-0-test) The only relevant thing I can find in recent commits is a change from jack_client_new() to jack_client_open() back in 2010. With apologies, here is the commit I found... commit

Re: [PD] pd-0.45 + jack == weirdness

2013-06-24 Thread Ivica Bukvic
Miller, I think I solved the hang part in pd-l2ork implementation that is based on the older model that allows disconnection and reconnection practically under any circumstances. The only downside is if you yank the USB soundcard while jack is running pd waits on jack to report that it lost the

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-06-24 Thread András Murányi
Yes this is with l2ork and it works in Vanilla (haven't tested in Extended as it's not set up yet). The problem started a few weeks ago and I cannot recall what change I may have made to the system, because it took me some time to notice the problem. It can easily be a symptom specific to my

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-06-24 Thread Frank Barknecht
Hi, On Sun, Jun 23, 2013 at 09:42:54PM +0200, András Murányi wrote: I've been having a problem with SSSAD for a few weeks: it's able to load presets, but when it comes to saving, an empty state is written (i mean, it does write but it overwrites the previous content of the preset with

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-06-24 Thread András Murányi
Ciao Frank, thanks for the tip. I'm using [presetstore] which writes to [pd presetstore0] (etc...) subpatches. (BTW, latest s-abstractions don't have [presetstore] any more?) I've set up the print on receivers, but I guess placing [r $2-SSSAD_ADMIN] and [r $2-SSSAD] inside the [presetstore] patch

Re: [PD] My personal GEM preview inside a patch...

2013-06-24 Thread Cyrille Henry
hello, it would really be useful to have an efficient pix_preview. did anyone try using data structure? would it be faster? i guess lluis pix_preview is the best option for now cheers c Le 23/06/2013 22:31, Olivier Baudu a écrit : I've received few messages asking me if it's a joke... :-°

Re: [PD] pd-0.45 + jack == weirdness

2013-06-24 Thread Miller Puckette
Thanks... I'm toying with a middle solution, which would be simply to open jack with the JackNoStartServer option (one of JackOpenOptions). I think this is a good idea anyway as the user might want to specify jack options and it seems wrong to have Pd get involved in that. cheers Miller On Mon,

Re: [PD] My personal GEM preview inside a patch...

2013-06-24 Thread Philippe Boisnard
Yes arnaud courcelles have made today with datastructures you can find this on codelab.fr on this thread http://codelab.fr/4343 Le 24 juin 2013 à 18:25, Cyrille Henry a écrit : hello, it would really be useful to have an efficient pix_preview. did anyone try using data structure? would it

Re: [PD] My personal GEM preview inside a patch...

2013-06-24 Thread Cyrille Henry
i can see the discution, but where is the patch? and is it fast enough to be usable? cheers c Le 24/06/2013 19:31, Philippe Boisnard a écrit : Yes arnaud courcelles have made today with datastructures you can find this on codelab.fr on this thread http://codelab.fr/4343 Le 24 juin 2013 à

Re: [PD] My personal GEM preview inside a patch...

2013-06-24 Thread Alan Brooker
nice work! 2013/6/24 Philippe Boisnard philem...@mac.com Le 24 juin 2013 à 20:20, Cyrille Henry a écrit : i can see the discution, but where is the patch? and is it fast enough to be usable? cheers c Le 24/06/2013 19:31, Philippe Boisnard a écrit : Yes arnaud courcelles

Re: [PD] pd-0.45 + jack == weirdness

2013-06-24 Thread yvan volochine
On 24/06/13 18:58, Miller Puckette wrote: Thanks... I'm toying with a middle solution, which would be simply to open jack with the JackNoStartServer option (one of JackOpenOptions). I think this is a good idea anyway as the user might want to specify jack options and it seems wrong to have Pd

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-06-24 Thread Ivica Ico Bukvic
On 06/24/2013 07:06 AM, András Murányi wrote: Yes this is with l2ork and it works in Vanilla (haven't tested in Extended as it's not set up yet). The problem started a few weeks ago and I cannot recall what change I may have made to the system, because it took me some time to notice the