Re: [PD] pd~ binary for max/msp - test version available

2020-09-01 Thread Alexandre Torres Porres
Em qua., 2 de set. de 2020 às 02:20, Alexandre Torres Porres < por...@gmail.com> escreveu: > Wonderful, now people can finally use pd inside Max and use the Cyclone > library! > I guess this also means we can use Pd inside Max for Live, so one can use the cyclone library inside Max for Live as

Re: [PD] pd~ binary for max/msp - test version available

2020-09-01 Thread Alexandre Torres Porres
Wonderful, now people can finally use pd inside Max and use the Cyclone library! Em qua., 2 de set. de 2020 às 00:57, Fede Camara Halac escreveu: > > Woa! This is great news! > > Thanks a lot, Miller! > > > > > fdch.github.io > > > On Sep 1, 2020, at 11:58 PM, Miller Puckette via Pd-list < >

Re: [PD] pd~ binary for max/msp - test version available

2020-09-01 Thread Fede Camara Halac
Woa! This is great news! Thanks a lot, Miller! fdch.github.io > On Sep 1, 2020, at 11:58 PM, Miller Puckette via Pd-list > wrote: > ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] pd~ binary for max/msp - test version available

2020-09-01 Thread Miller Puckette via Pd-list
OK, that was an ugly trip into MacOS-ness, but it's over for now at least... I've put a test version of Pd~ for Max 7 and/or 8 on the usual: http://msp.ucsd.edu/software.html Test away... note that people on the Jacktrip google group are asking about quacktrip in Max - this might be the easiest

[PD] [pii2c] won't send more than 32 bytes

2020-09-01 Thread Alexandros
The MAX_I2C_BUF_SIZE macro in pii2c.c is set to 64, but still when I try to send 64 bytes to a slave Teensy, only 32 go through, the rest 32 are all 0s. Raising this value to an even greater number, like 128 (which is something I would like to implement), gives similar results. The same behavior