Re: [PD] Porting Max MSP externals to Pure Data

2018-03-07 Thread Ed Kelly via Pd-list
Hi Jamie, Yes, I should probably look at that - I can see the limitations of GSL vectors, platform-wise. I think I needed to wrap my head around that before unpicking the algorithms of this library though, so I'll be going through a rewrite of the rewrite before it becomes a Pd fact!Ed

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-07 Thread Jamie Bullock
Hi Ed, I’d highly recommend porting to Flext rather than Pure Data. Then you have one codebase for both Max and Pd with the added benefit of Flext’s higher level C++ syntax. https://github.com/g/flext/ Jamie > On 4 Mar 2018, at 14:30, Ed Kelly via

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-06 Thread Ed Kelly via Pd-list
s UCONN ECE Faculty Coordinator University of Connecticut, Stamford (352)-226-2016 From: Pd-list <pd-list-boun...@lists.iem.at> on behalf of Simon Iten <itensi...@gmail.com> Sent: Tuesday, March 6, 2018 2:22:54 PM To: Ed Kelly Cc: pd list Subject: Re: [PD] Porting Max MSP externals

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-06 Thread Pagano, Patrick
d-list-boun...@lists.iem.at> on behalf of Simon Iten <itensi...@gmail.com> Sent: Tuesday, March 6, 2018 2:22:54 PM To: Ed Kelly Cc: pd list Subject: Re: [PD] Porting Max MSP externals to Pure Data cool, thanks! On 6 Mar 2018, at 17:25, Ed Kelly <morph_2...@yahoo.co.uk<mailto:morp

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-06 Thread Simon Iten
cool, thanks! > On 6 Mar 2018, at 17:25, Ed Kelly wrote: > > Encoding and decoding of LPC streams. > I know you eagerly anticipate this! I have a lot of work to do... > Ed > > > _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ > > For Lone Shark releases, Pure Data software and published

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-06 Thread Ed Kelly via Pd-list
Encoding and decoding of LPC streams.I know you eagerly anticipate this! I have a lot of work to do...Ed _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases, Pure Data software and published Research, go to http://sharktracks.co.uk  On Sunday, 4 March 2018, 22:11:46 GMT, Simon Iten

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-04 Thread Simon Iten
you are my hero. what will they do exactly? lcp encoding, decoding? lcp-streams to audio? cheers > On 4 Mar 2018, at 15:30, Ed Kelly via Pd-list wrote: > > Hi List, > > I'm porting a library of LPC externals from Max/MSP to Pd. > I wonder if someone could point me

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-04 Thread Ed Kelly via Pd-list
Ah, a book? By Eric Lyons?That's manna from heaven!I have the gigaverb code now. I will investigate it thoroughly. Thanks,Ed _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ For Lone Shark releases, Pure Data software and published Research, go to http://sharktracks.co.uk  On Sunday, 4 March 2018, 15:05:09

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-04 Thread Marco Matteo Markidis
Hi, you can take a look of gigaverb~. Moreover there is Eric Lyon's book on writing externals in max and pd. Best, Marco 2018-03-04 15:30 GMT+01:00 Ed Kelly via Pd-list : > Hi List, > > I'm porting a library of LPC externals from Max/MSP to Pd. > I wonder if someone could