[PD] [PD-announce] pd 0.48-0test1 released

Christof Ressi christof.ressi at gmx.at
Thu Jul 20 18:40:20 CEST 2017


Dear Miller,

thanks for your efforts!

> I didn't realize jack worked on windows... 

but you always compiled your windows binaries with jack support ;-)
I can say that JACK + Pd vanilla always worked for me on Windows 7 and it also works with your test release Windows binaries!

Now here's some quick feedback from my side:

1) the very first time you start up Pd, there's no log level set (and therefore you don't get any errors).

2) thanks for [text insert] and the notify outlet for [text define], works well! I also noticed that the text window now shows the name of the text buffer, very nice :-)

3) when I create [midiin] and [sysexin] I get the error 'windows: not supported' in the console. these objectes used to always work for me. did you change something? unfortunately I don't have any MIDI equipment right now to test it.

4) [list store] looks very promising for sequencing lists in linear time! the appending and prepending mechanism works but the range message is broken.
I think the reason is the 't_symbol *s' in

static void list_store_range(t_list_store *x, t_symbol *s, float f1, float f2){...}

which doesn't fit the message prototype.

right now, the index part of the range message ends up in 's' (and gets lost), the length ends up in 'f1', and 'f2' (on my system) is initialized to 0. this explains why I always get a bang from the left inlet :-).


that's what I noticed at first glance but over the weekend I will go deeper.

Christof





> Gesendet: Montag, 17. Juli 2017 um 20:30 Uhr
> Von: "Miller Puckette" <msp at ucsd.edu>
> An: "IOhannes m zmölnig" <zmoelnig at iem.at>
> Cc: pd-list at lists.iem.at
> Betreff: Re: [PD] [PD-announce] pd 0.48-0test1 released
>
> I didn't realize jack worked on windows... I don't think I can add that to
> 0.48 safely but will try to support it later.  And/or, if anyone else wants to
> try to include it, go for it!  I think it's just compiling in the relevant files
> from portaudio (which might already be in the tarball) and adding some
> compiler flags.
> 
> cheers
> Miller
> 
> 
> On Mon, Jul 17, 2017 at 08:00:32PM +0200, IOhannes m zmölnig wrote:
> > On 07/17/2017 04:24 PM, Max wrote:
> > > 
> > > Great work, I really appreciate the more verbose INSTALL.txt.
> > > The autogen.sh process worked flawless, however, I could not get JACK to
> > > work, even with ./configure --enable-jack
> > 
> > i'm not sure jack is supported on w32.
> > 
> > gdsr
> > IOhannes
> > 
> 
> 
> 
> 
> > _______________________________________________
> > Pd-list at lists.iem.at mailing list
> > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
> 
> 
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list