Re: [PD] some GEM questions, shaders anyone ? ...

2017-04-15 Thread Julian Brooks
Hi Oliver, Perhaps useful if you haven't seen this thread already: (I think a few more in archives too) http://thread.gmane.org/gmane.comp.multimedia.puredata.general/81617 Regards, Julian On 15 April 2017 at 14:36, oliver wrote: > hi, people ! > > some update on the subject: > > i looked aro

Re: [PD] .pdrc?

2017-04-15 Thread Peter P.
* zmoel...@iem.at [2017-04-14 08:48]: [...] > this is mainly because ~/.pdsettings works differently from .pdrc (which > just had one-cmdline-arg per line). > instead, .pdsettings uses key/value pairs with the "keys" being > predefined and not corresponding to any cmdline args, so "autopatch: 0" >

Re: [PD] netsend

2017-04-15 Thread oliver
zmoel...@iem.at wrote: On 04/15/2017 09:46 PM, oliver wrote: i use the OSCX library (get it via deken) to do the job why would you use the most buggy implementation of OSC that is available for Pd? 1.) because nobody ever told me that it is 2,) because i use it without any trouble for quite

Re: [PD] netsend

2017-04-15 Thread zmoelnig
On 04/15/2017 03:58 PM, cristiano piatti wrote: > Good morning, > i receive osc data through netreceive into pd. > How can i netsend these data outside from pd ? > Could someone please make me an example ? the netsend binary that comes with your Pd? not an example, but a writeup of the actual pro

Re: [PD] netsend

2017-04-15 Thread zmoelnig
On 04/15/2017 09:46 PM, oliver wrote: > i use the OSCX library (get it via deken) to do the job why would you use the most buggy implementation of OSC that is available for Pd? Pd>=0.46 has (simple) OSC built-in. it is also the first Pd version that includes deken, so i assume that this is your t

Re: [PD] netsend

2017-04-15 Thread oliver
hi, if i understood correctly, you want to send data from PD to an external application. this is how i do it: (see attached file) i use the OSCX library (get it via deken) to do the job best oliver cristiano piatti wrote: Good morning, i receive osc data through netreceive into pd. How c

[PD] sending motion messages to subpatch

2017-04-15 Thread a. adhiyatma
Hi everyone, I'm trying to get my subpatch to move around in its parent patch by sending it the message [motion x y z( unfortunately when I send the message the post window shows "consistency check failed: editor" I've attached a snippet to show the problem. I'm curious if anyone else is getting t

[PD] netsend

2017-04-15 Thread cristiano piatti
Good morning, i receive osc data through netreceive into pd. How can i netsend these data outside from pd ? Could someone please make me an example ? Thanks a lot. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists

Re: [PD] some GEM questions, shaders anyone ? ...

2017-04-15 Thread oliver
hi, people ! some update on the subject: i looked around and found this GEM-shader dedicated github-space: https://github.com/mxa/glsl bingo ! all of those patches worked alright ! more important for anybody interested: it contains a very useful abstraction called "pix_shader.pd" which make

Re: [PD] some GEM questions, shaders anyone ? ...

2017-04-15 Thread zmoelnig
On 04/14/2017 04:30 PM, cyrille henry wrote: >> >> [glsl_vertex]: error reading file >> [glsl_fragment]: error reading file >> [...] > > can you open the shader file on a windows text editor? i can think of two possible problems: - line endings (CRLF vs LF) - paths with spaces mdsa IOhannes s