Re: [PD] Update cyclone maintenance

2015-03-05 Thread Fred Jan Kraan
Hi Alexandre, pd-list, These are the objects: Append, Borax, Bucket, Clip, Decode, Histo, MouseState, Peak, Table, TogEdge, Through, Uzi, Clip~, Line~, Scope~, Snapshot~. It appears Hans already implemented lowercase object names for all but Table, and a lowercase version with cyclone/ prefixed

Re: [PD] uzi redundancy and how to load kalashnikov as uzi

2015-03-05 Thread IOhannes m zmölnig
On 03/05/2015 09:07 PM, Alexandre Torres Porres wrote: Hi there, there seems to be some redundancies regarding the uzi object. I'm in Pd-Extended 0.42-5, not sure how this is now at 0.43. There's the cyclone one, but there is also a [kalashnikov] object (from ext13) which I like cause it's a

Re: [PD] Update cyclone maintenance

2015-03-05 Thread Alexandre Torres Porres
Hey, yeah, didn't think of adding aliases , that solves the issue and maintains backwards compatibility with old patches. I hope it gets done. cheers 2015-03-05 15:38 GMT-03:00 Fred Jan Kraan fjkr...@xs4all.nl: It was this thread at the PD-dev list: [PD-dev] cyclone and uppercase

Re: [PD] Update cyclone maintenance

2015-03-05 Thread Alexandre Torres Porres
Does it mean we're supposed to be able to load objects as lower case names somehow? Cause I don't seem to be able to do it anyhow. Hints please? thanks 2015-03-05 17:34 GMT-03:00 Fred Jan Kraan fjkr...@xs4all.nl: Hi Alexandre, pd-list, These are the objects: Append, Borax, Bucket, Clip,

[PD] uzi redundancy and how to load kalashnikov as uzi

2015-03-05 Thread Alexandre Torres Porres
Hi there, there seems to be some redundancies regarding the uzi object. I'm in Pd-Extended 0.42-5, not sure how this is now at 0.43. There's the cyclone one, but there is also a [kalashnikov] object (from ext13) which I like cause it's a bit more convenient to sweep arrays (cause the numbered

Re: [PD] uzi redundancy and how to load kalashnikov as uzi

2015-03-05 Thread Fred Jan Kraan
Hi Alexandre, pd-list, In cyclone it works because the Uzi.c contains both a void Uzi_setup(void) {... and a void uzi_setup(void) { The latter only calls the first. In ext13/void kalashnikov.c there is only a void kalashnikov_setup(void) { It contains the line class_addcreator(...

Re: [PD] uzi redundancy and how to load kalashnikov as uzi

2015-03-05 Thread IOhannes m zmölnig
On 03/05/2015 09:56 PM, IOhannes m zmölnig wrote: Moreover, the cyclone version has upper case U... we were discussing here if we could make a lower case alias, i have missed that discussion, but cyclone's uppercasing is a *design choice* to make sure that the max compat layer does not

Re: [PD] Pd-list Digest, Vol 120, Issue 8

2015-03-05 Thread Jonathan Wilkes via Pd-list
On 03/05/2015 01:50 PM, Dan Wilcox wrote: Sounds good. How are you handling getting the object graph info into and out of the pd core? I might be able to add patch display/editing on iOS ... I use an abstracted API called gui_vmess that uses the same format as pd_vmess. It sends

[PD] VLC plugin - missing openGL headers

2015-03-05 Thread Csaba Láng
Dear list, I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says

Re: [PD] VLC 2.1.x and Gem

2015-03-05 Thread Etienne Landon
I saw the backtrace saying things about lua, I'll try and update. Maybe I could give a shot to a vanilla, is there any difference in lua version between vanilla and extended ? I can open the streams with VLC, with 2.0.8 it doesn't work fine but with 2.1 and 2.2 I had no issue. You can try this

Re: [PD] VLC 2.1.x and Gem

2015-03-05 Thread Etienne Landon
Forgot to mention, I always try vlc plugin with screen:// first, not with a stream url. My guess is that it's something that should work any time (more sure than trying a stream). Etienne 2015-03-05 9:30 GMT+01:00 Etienne Landon landon.etie...@gmail.com: I saw the backtrace saying things about

Re: [PD] VLC 2.1.x and Gem

2015-03-05 Thread Olivier Baudu
*compile gem (from labomedia wiki) LOL... I'm quite sure it's where the problem comes from... :-) But I can't help you on that... :-p 01ivier --- On ne peut pas vivre dans un monde où l'on croit que l'élégance exquise du plumage de la pintade est inutile. Ceci est tout à fait à part. J'ai

Re: [PD] Update cyclone maintenance

2015-03-05 Thread Alexandre Torres Porres
Hi, I have a question about upper case letters in the begining of some objects like [Uzi] and [Scope~] in cyclone. Why is that? In Pd it does make a difference by the way, not in Max. Anyway, if one would change that, old patches would need to be updated as well, which is a bummer, but even so I

Re: [PD] VLC 2.1.x and Gem

2015-03-05 Thread Etienne Landon
Ok so I tried with gem 0.93.git b8b6549, both ubuntu 14.04 and 14.10, still crashing even with only gem_videoVLC and gemglutwindow plugins. I'm going to try again from a fresh install, perhaps some crap of my yesterdays tries is still here and there. I guess I still have to try with pd0.46 and/or

Re: [PD] Update cyclone maintenance

2015-03-05 Thread Fred Jan Kraan
It was this thread at the PD-dev list: [PD-dev] cyclone and uppercase http://lists.puredata.info/pipermail/pd-dev/2009-03/013146.html Fred Jan On 2015-03-05 06:18 PM, Alexandre Torres Porres wrote: Hi, I have a question about upper case letters in the begining of some objects like [Uzi] and

Re: [PD] Pd-list Digest, Vol 120, Issue 8

2015-03-05 Thread Dan Wilcox
Sounds good. How are you handling getting the object graph info into and out of the pd core? I might be able to add patch display/editing on iOS ... -- Forwarded message -- From: Jonathan Wilkes jancs...@yahoo.com To: pd-list@lists.iem.at Cc: Date: Tue, 03 Mar 2015 17:15:10

Re: [PD] Update cyclone maintenance

2015-03-05 Thread Fred Jan Kraan
Hi Alexandre, Hi, I have a question about upper case letters in the begining of some objects like [Uzi] and [Scope~] in cyclone. Why is that? In Pd it does make a difference by the way, not in Max. Anyway, if one would change that, old patches would need to be updated as well, which is a

Re: [PD] VLC 2.1.x and Gem

2015-03-05 Thread Antoine Villeret
hi, it works here, I can open the two streams you linked to. I can change the size and open screen:// too. My configuration is : Pd-vanilla 0.46.5 GEM: ver: 0.93.git b8b6549 Ubuntu 14.10 64bit libvlc-dev 2.2.0-pre2 and I do have imagemagick plugin loaded. + a -- do it yourself

Re: [PD] 0.46-5 Not allocating midioutdev correctly? Strange behaviour

2015-03-05 Thread JF via Pd-list
Anyone? I've tried 0.46-5, 0.46-4 0.46-3. All seem to save midioutdev incorrectly as already described. I presume this may be a bug in the 0.46 introduced 'saving devices by name' feature? Any response/help would be greatly appreciated! Thanks, John. On Monday, 2 March 2015, 18:21, JF

Re: [PD] VLC 2.1.x and Gem

2015-03-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2015-03-05 11:02, Antoine Villeret wrote: hi, it works here, I can open the two streams you linked to. I can change the size and open screen:// too. My configuration is : Pd-vanilla 0.46.5 GEM: ver: 0.93.git b8b6549 Ubuntu 14.10 64bit