Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Alexandre Torres Porres
yay, thanks Lucas. A question, when a final version is out, could the binaries for mac and windows be available in their respective distributions? Em qui., 3 de set. de 2020 às 02:34, Lucas Cordiviola escreveu: > If someone is willing to test [pd~] for MAX/MSP on Windows here's a > version for

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Lucas Cordiviola
If someone is willing to test [pd~] for MAX/MSP on Windows here's a version for 64bit (both Pd and Max has to be 64bit). https://nc.nubegris.com.ar/index.php/s/yRawpTz9iod7ZmM I have tested on "Max for Live" and it works. Report any issues back to the list and let us know. :) Mensaje telepa

[PD] Ideas about double precision

2020-09-02 Thread José de Abreu
Hello list, i'm excited about some possibilities of double precision, and i had some ideas, but instead of making an issue on github, i think that would be interesting to put here, so maybe this would create some discussion if these make sense before asking a feature request haha As this is implem

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Lucas Cordiviola
Hi Miller, On 9/2/2020 4:14 PM, Miller Puckette via Pd-list wrote: Anyone who wants to can compile and test on windows... I'll be happy to link to them if they want to share :) I got it working but I had to change line 50 of "pd~.c"  from "#include " to "#include " can this be fixed with a

Re: [PD] [PD-announce] r_cycle | Pd library for creative coding with Launchpads

2020-09-02 Thread Thomas Grill
Hi Mario, thank you for your contribution. As I have a Launchpad Mini 1st generation, the patches don't work on it. It would be great to have complete docs of the input/output MIDI protocol. Do you have access to those and can you share them? best, Thomas > Am 30.07.2020 um 11:41 schrieb Mario Bu

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Alexandre Torres Porres
I knew it you'd take care of it Lucas ;) By the way, there's a typo in the help file, where you have "MASSAGE"-filenames 😂 Em qua., 2 de set. de 2020 às 16:20, Lucas Cordiviola escreveu: > I'll try. Also i Just happen to have Max for Live to test. > > > :) > > Mensaje telepatico asistido por ma

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

2020-09-02 Thread Alexandros
On 2/9/20 7:19 μ.μ., Martin Peach wrote: > On Tue, Sep 1, 2020 at 1:19 PM Alexandros wrote: >> 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 numbe

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Lucas Cordiviola
I'll try. Also i Just happen to have Max for Live to test. :) Mensaje telepatico asistido por maquinas. On 9/2/2020 4:14 PM, Miller Puckette via Pd-list wrote: Anyone who wants to can compile and test on windows... I'll be happy to link to them if they want to share :) M On Wed, Sep 02, 202

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Miller Puckette via Pd-list
Anyone who wants to can compile and test on windows... I'll be happy to link to them if they want to share :) M On Wed, Sep 02, 2020 at 02:47:25PM -0300, Alexandre Torres Porres wrote: > It's working super great for me, so no one will stop me :) > > by the way, are there plans to also provide a

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Alexandre Torres Porres
It's working super great for me, so no one will stop me :) by the way, are there plans to also provide a windows binary on your website when all is great and good? thanks again, really stoked about this Em qua., 2 de set. de 2020 às 13:25, Miller Puckette via Pd-list < pd-list@lists.iem.at> escr

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-02 Thread Miller Puckette via Pd-list
Fearless user Omar Costa Hamido has already found a crasher bug in pd~ - better hold off using it until I can figure this one out... cheers Miller On Wed, Sep 02, 2020 at 03:02:29PM +0200, IOhannes m zmoelnig wrote: > On 02.09.20 10:47, alfonso santimone wrote: > > Great! Is there any source code

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

2020-09-02 Thread Martin Peach
On Tue, Sep 1, 2020 at 1:19 PM Alexandros wrote: > > 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 lik

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

2020-09-02 Thread Miller Puckette via Pd-list
Yep, you can just put a message box in the patch to tell Max where to find Pd (but that wouldn't have worked in the help file because it depends on your own file layout). Meanwhiel, on another thread, the thing still has a crash bug somewhere, so I'll have to put another version out soon. I don't

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

2020-09-02 Thread IOhannes m zmoelnig
On 02.09.20 10:47, alfonso santimone wrote: > Great! Is there any source code available to try a Win64 build? thanks > it's in Pd's git repository. gf,adfs IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailin

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

2020-09-02 Thread alfonso santimone
Great! Is there any source code available to try a Win64 build? thanks On Wed, Sep 2, 2020, 09:32 João Pais wrote: > If a windows version is compiled, I can test it. > > Only looking at the help patch, I wanted to ask: is it possible to send > the Pd app location as a message, so that the user d

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

2020-09-02 Thread João Pais
If a windows version is compiled, I can test it. Only looking at the help patch, I wanted to ask: is it possible to send the Pd app location as a message, so that the user doesn't have to do it? OK, that was an ugly trip into MacOS-ness, but it's over for now at least... > > I've put a test versi