Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-14 Thread Hans-Christoph Steiner
On Jul 13, 2009, at 8:32 AM, Lorenzo wrote: Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Could you expand a little on writing externals

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-14 Thread glerm soares
2009/7/14 Hans-Christoph Steiner h...@at.or.at On Jul 13, 2009, at 8:32 AM, Lorenzo wrote: Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+)

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread adrian.g
Thank you for that. I was asking more about resources for learning C\C++ languages themselves keeping in mind that writing DSP externals for pd is my end goal. Any suggestions? Adrian Gierakowski On Mon, 13 Jul 2009 01:45:22 -0700 Jaime Oliver jaime.oliv...@gmail.com wrote

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread David Doukhan
For externals, you should mainly use C. The book I used to learn C when I was student is more or less considered as C bible. Check a look at it: http://en.wikipedia.org/wiki/The_C_Programming_Language_(book) 2009/7/13 adrian.g adria...@zoho.com: Thank you for that. I was asking more about

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread IOhannes m zmoelnig
David Doukhan wrote: For externals, you should mainly use C. for externals you should of course use the language that you are most fluent in. Pd is written in C, so C is the most natural choice from Pd's pov, but probably not yours. you can write externals in a wide number of other

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread Stef
On Mon, Jul 13, 2009 at 12:04 PM, IOhannes m zmoelnig zmoel...@iem.atwrote: you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Are there any links or tutorials

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread Lorenzo
Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Could you expand a little on writing externals with python please? Thanks, Lorenzo.