Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Alexandre Torres Porres
> I did share all features to be included according to my findings and research, of course 2016-02-20 21:34 GMT-02:00 Alexandre Torres Porres : > > > 2016-02-20 20:53 GMT-02:00 Jonathan Wilkes : > >> One last question: >> Does Max/MSP retain all the same

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Alexandre Torres Porres
2016-02-20 20:53 GMT-02:00 Jonathan Wilkes : > One last question: > Does Max/MSP retain all the same class interfaces for version 4/5 classes > in later versions of Max/MSP? For example, is Max 7 guaranteed to be > backwards compatible with all the internal classes of Max

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Jonathan Wilkes via Pd-list
One last question:Does Max/MSP retain all the same class interfaces for version 4/5 classes in later versions of Max/MSP?  For example, is Max 7 guaranteed to be backwards compatible with all the internal classes of Max 4.5? -Jonathan On Saturday, February 20, 2016 3:13 PM, Alexandre Torres

Re: [PD] weird pdp code

2016-02-20 Thread Jonathan Wilkes via Pd-list
Some OSX details:OS X El CapitanVersion 10.11.2 Samples of the errors using /usr/bin/gcc or usr/bin/clang are: pdp_imageproc_portable.c:594:38: error: function definition is not allowed here   double mapx(double _x, double _y){return cx + izx * ( c * (_x-cx) + ... pdp_imageproc_portable.c:595:38:

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Alexandre Torres Porres
2016-02-20 17:11 GMT-02:00 Jonathan Wilkes via Pd-list : > Is there actual Pd code for Max 6+ classes somewhere behind this 40+ message > thread? > The thread was first about compiling the nettles and also did comport parallel discussions about how to implement

Re: [PD] weird pdp code

2016-02-20 Thread Jonathan Wilkes via Pd-list
> (i remember having troubles with those functions on other compilers...but it's been years :-)) Presently it fails to compile under OSX.  It's a fairly recent mac air-- I don't have the specs atm but I'll check and post later. -Jonathan On Saturday, February 20, 2016 2:36 PM, IOhannes m

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread IOhannes m zmölnig
On 02/20/2016 06:22 PM, Jonghyun Kim wrote: > You are right, claude. I'm not sure, but I think the pd-deken's > files are broken. [pix_image] loads PNG after replacing broken > deken's(~/pd-externals/Gem) folder with > pd-extended's(/usr/lib/pd-extended/Gem). Pd-Deken's doesn't work,

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread IOhannes m zmölnig
On 02/20/2016 04:51 PM, Jonghyun Kim wrote: > Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is > installed by Pd-DEKEN(https://github.com/pure-data/deken). why don't you install gem via your package manager? deken is mainly for people who cannot afford a decent systemwide

Re: [PD] weird pdp code

2016-02-20 Thread IOhannes m zmölnig
On 02/19/2016 09:37 PM, Jonathan Wilkes via Pd-list wrote: > Hi List, > Line 593 of pdp_imageproc_portable.c:/* affine x, y mappings in screen > coordinates */double mapx(double _x, double _y){return cx + izx * ( c * > (_x-cx) + s * (_y-cy));}double mapy(double _x, double _y){return

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Max
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It doesn't seem to be the issue in this case, but just to exclude this possibility i would always use a path and filename without spaces when debugging. On 2016년 02월 20일 16:30, Jonghyun Kim wrote: > [pix_image]: failed to load image

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Jonathan Wilkes via Pd-list
Is there actual Pd code for Max 6+ classes somewhere behind this 40+ message thread? -Jonathan On Saturday, February 20, 2016 12:57 PM, Matt Barber wrote: +1 To Ivica's proposal and rationale. There are plenty of people willing to help with development and

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Matt Barber
+1 To Ivica's proposal and rationale. There are plenty of people willing to help with development and maintenance. If a Max 4.6 compatibility library is really necessary, perhaps that could be the fork with the new name. On Sat, Feb 20, 2016 at 11:04 AM, Ivica Ico Bukvic wrote: >

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
You are right, claude. I'm not sure, but I think the pd-deken's files are broken. [pix_image] loads PNG after replacing broken deken's(~/pd-externals/Gem) folder with pd-extended's(/usr/lib/pd-extended/Gem). Pd-Deken's doesn't work, but Pd-extended's Gem works properly. best,

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
thanks for your time, claude. this can be a clue. I'll report again when I have another clue. best, jonghyun On Sun, Feb 21, 2016 at 1:08 AM, Claude Heiland-Allen wrote: > Thanks for the additional information. > > On 20/02/16 15:51, Jonghyun Kim wrote: > >> Sure I already

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Claude Heiland-Allen
Thanks for the additional information. On 20/02/16 15:51, Jonghyun Kim wrote: Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken). Here is my information. Installed Pd ver on my ubuntu 14.04-3 Pd-0.46-7 (compiled

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Ivica Ico Bukvic
FWIW, Fred, if there is a way to convince you to allow for adding new objects, I would certainly like to second that. In the eyes of new pd users who are familiar with Max, Cyclone is not only a Max 4.6 compatibility library, it is first and foremost Max compatibility library and that would

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken). Here is my information. Installed Pd ver on my ubuntu 14.04-3 Pd-0.46-7 (compiled myself) Pd-0.45-4 (by Ubuntu Repo) Pd-extended 0.43.4 (manually installed by .deb)

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Claude Heiland-Allen
You have to restart Pd for GEM to notice the new plugins. If you did that already, maybe there is a conflict between self-compiled Pd GEM and system-installed Pd GEM? Please send more information: $ which pd # should be /usr/bin/pd $ pd -stderr -verbose

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
Pd says: Image loading support: SGI jpeg [pix_draw]: requesting [pix_draw] - consider using [pix_texture] GEM: Only using 8 color bits GEM: Direct Rendering enabled! [pix_image]: failed to load image '/home/ak/Desktop/Screenshot from 2016-02-20 22:04:40.png' I installed

Re: [PD] egregore

2016-02-20 Thread hi via Pd-list
hello c thanks for the hint of GEMglPointSize. that was easy. next i will try to dive into "morphing" -j- Am 20.02.2016 um 12:44 schrieb cyrille henry : > hello Johnny, > > i'm glad you like egregore source. > > > Le 19/02/2016 21:39, hi via Pd-list a écrit : >> Hi

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
thanks claude, I installed it by "sudo apt-get install gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it? thanks, jonghyun On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen wrote: > On

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Claude Heiland-Allen
On 20/02/16 14:49, Jonghyun Kim wrote: on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg" FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't

[PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
hi list, on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg" FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that? Thanks, Jonghyun

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Esteban Viveros
Thanks Porres! I'm waiting good news Perhaps a cyclone fork, maybe UpCyclone :P And again.. Thanks every pd/library maintainer for your time of life! Em sáb, 20 de fev de 2016 às 01:51, Alexandre Torres Porres < por...@gmail.com> escreveu: > Thanks for your thoughts and message here,

Re: [PD] egregore

2016-02-20 Thread cyrille henry
hello Johnny, i'm glad you like egregore source. Le 19/02/2016 21:39, hi via Pd-list a écrit : Hi Cyrille, Nicolas et all i'm playing with egregore and am blown away! Thanks for sharing that with puplic. Unfortunatly i don't know much about pmpd. Now i want to alter things to my needs: #