Re: [PD] comport & Arduino

2015-09-04 Thread rolfm
(probably, to formulate the right clear question, would be answering it.) IOhannes wrote: the serial port of the Arduino has a max. data rate of 115200 bits/sec. [comport] input & output is in bytes of 8 bits. over the line 1 stopbit is added. that comes down to almost 13 bytes/msec. in Pd

[PD] creating a pseudo random list

2015-09-04 Thread Pagano, Patrick
i want to create a sequence of (8), (16), (32)numbers between -24 and 24 for octaves/duples without commas for use in a pd sequence. Can someone suggest a object that would help me out? PP Patrick Pagano B.S, M.F.A Audio and Projection Design Faculty Digital Worlds Institute University of

Re: [PD] creating a pseudo random list

2015-09-04 Thread IOhannes m zmölnig
On 09/04/2015 10:55 PM, Pagano, Patrick wrote: > i want to create a sequence of (8), (16), (32)numbers between -24 and 24 for > octaves/duples > > without commas for use in a pd sequence. > > > Can someone suggest a object that would help me out? > [random] + [list append]? fdsmr IOhannes

Re: [PD] creating a pseudo random list

2015-09-04 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Patrick, There is an exemple called [list-random] in the "list-abs" using [random] and [list prepend]. There is a lot of abstractions in "list-abs" for operations on lists. https://puredata.info/downloads/list-abs ++ Jack Le 05/09/2015

Re: [PD] unexpected [array max] and [array min] behavior

2015-09-04 Thread Matt Barber
Thanks. I meant to say that there was the same problem in [array min], but you probably caught it in your fix. Best, Matt On Fri, Sep 4, 2015 at 7:19 PM, Miller Puckette wrote: > Yep... thanks. Fixed in git - may take some time for me to get out a new > compiled version

Re: [PD] unexpected [array max] and [array min] behavior

2015-09-04 Thread Miller Puckette
Yep :) M On Fri, Sep 04, 2015 at 07:46:30PM -0400, Matt Barber wrote: > Thanks. > > I meant to say that there was the same problem in [array min], but you > probably caught it in your fix. > > Best, > > Matt > > On Fri, Sep 4, 2015 at 7:19 PM, Miller Puckette wrote: > > >

Re: [PD] [declare -stdpath] has no effect on Windows

2015-09-04 Thread Miller Puckette
Interesting... I can't get -stdpath to work either on wine or in linux. But I noticed that -stdpath cecks if each directory exists before adding it... therefore perhaps it found 'zexy' and didn't find 'osc' - in that case it wouldn't print anything out aboutosc - it just silently ignores the

[PD] unexpected [array max] and [array min] behavior

2015-09-04 Thread Matt Barber
Hi list, I've been playing around with the new(ish) [array] object suite in vanilla 0.46.6. Forgive me if this is already a known issue, but it looks like the min and max arguments aren't working properly. The second inlet (setting the number of points to search) works as expected. The first

Re: [PD] unexpected [array max] and [array min] behavior

2015-09-04 Thread Miller Puckette
Yep... thanks. Fixed in git - may take some time for me to get out a new compiled version (other stuff to fix too :) M On Fri, Sep 04, 2015 at 05:51:15PM -0400, Matt Barber wrote: > Hi list, > > I've been playing around with the new(ish) [array] object suite in vanilla > 0.46.6. Forgive me if