Re: [PD] Pd-list Digest, Vol 173, Issue 14

2019-08-06 Thread Nick Burge via Pd-list
I’m sorry to have to admit I don’t really understand these pointers from Dan and IOhannes. How should the line 227 read in full? Thanks, Nick > On 6 Aug 2019, at 20:56, pd-list-requ...@lists.iem.at wrote: > > Send Pd-list mailing list submissions to > pd-list@lists.iem.at > > To

Re: [PD] readanysf~ on osx 10.14

2019-08-06 Thread Dan Wilcox
Ah I think I got it backwards. Try using a local variable to feed the filename in: char *filepath = (const char *)s->s_name; Then use filepath in place of s->s_name in the function. enohp ym morf tnes --- Dan Wilcox danomatika.com robotcowboy.com > On Aug 6, 2019, at 6:41 PM, Nick

[PD] jmmmp library Version 0.54 - [multiarray]

2019-08-06 Thread João Pais
Hello everyone, The jmmmp library of abstractions has been updated. Added [multiarray], an abstraction to store and operate several graphical arrays in one graphical container. You can download it soon through deken, or follow the link below. For more informations and a tarball file, visit

Re: [PD] readanysf~ on osx 10.14

2019-08-06 Thread IOhannes m zmölnig
Am 6. August 2019 18:41:21 MESZ schrieb Nick Burge via Pd-list : >src/ReadMedia.h:59:25: note: passing argument to parameter 'filename' >here >void openFile( char * filename, int vfifosize, int afifosize, int >samples_per_frame); > ^ >1 error generated. >make:

Re: [PD] readanysf~ on osx 10.14

2019-08-06 Thread Dan Wilcox
Judging from the error, try casting to const char* at src/readanysf~.cpp:227: x->rm->openFile((const char*)s->s_name, 0, x->num_frames_in_fifo, x->num_sam... > On Aug 6, 2019, at 12:00 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 1 > Date: Mon, 5 Aug 2019 21:48:32 +0100 > From: