Re: [PD] GPIO - Python (pyata) - PD ?

2013-02-15 Thread João de Brito Rocha Reis Vidigal
resolution). cheers Miller On Thu, Feb 14, 2013 at 05:26:20PM +, João de Brito Rocha Reis Vidigal wrote: Hi guys! Is it too stupid to assume that I can get control of the GPIO via python and send the data to PD via pyata!? All I really need is to read a pushbutton! tks JV

Re: [PD] GPIO - Python (pyata) - PD ?

2013-02-15 Thread João de Brito Rocha Reis Vidigal
OK! Got the object on!... However, I'm not quite sure of what to do with it now there is no help file on it. Besides, I didn't really get what meant when said: basically you can use the gpio command to set the pins up What command? Where in PD or terminal? Does it have anything to do with the

Re: [PD] RPi - GEM openGL

2013-02-15 Thread João de Brito Rocha Reis Vidigal
Simon, Your patch seems to be a GREAT simplification work of what I got. Thanks so much! I got the omxplayer working on the RPi from terminal... Perfect! however I can't get it to work from within PD! any suggestions? JV ___ Pd-list@iem.at mailing

Re: [PD] OT: Lightest Fastest Linux Window Manager

2013-02-15 Thread João de Brito Rocha Reis Vidigal
Would this be a good substitute for GEM (in simple video playback terms!) on RPi? You guys mentioned something like it... I just didn't really get if yes or no! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] GPIO - Python (pyata) - PD ?

2013-02-14 Thread João de Brito Rocha Reis Vidigal
Hi guys! Is it too stupid to assume that I can get control of the GPIO via python and send the data to PD via pyata!? All I really need is to read a pushbutton! tks JV ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] gpio on the raspberry pi from within pd ?

2013-02-14 Thread João de Brito Rocha Reis Vidigal
Charles: Hi list, I could make use of gpio (as output) within pd with just [textfile] : on the command-line: echo gpio17 /sys/class/gpio/export echo out /sys/class/gpio/gpio17/direction chown charles /sys/class/gpio/gpio17/value inside pd: [ set 1 ( [ write

Re: [PD] RPi - GEM openGL

2013-02-13 Thread João de Brito Rocha Reis Vidigal
Ok... Hands on! I kinda need this... So guide me and I'll try my best! 1st - can I use pdp_xv on the RPi?... will it work? putting it very simply, the thing I need is really just a video window to throw some videos in... short videos and from time to time. meaning it is not a VJ machine... which

[PD] GEM to openGL ES - github

2013-02-13 Thread João de Brito Rocha Reis Vidigal
Hi guys Well I guess I created a repository on github to try and get this going! https://github.com/jbvidigal/GEM-to-openGL-ES I have no clue where to start... but I guess that creating this github is somehow already a start! gimme feedback and input stuff! tks

Re: [PD] RPi - GEM openGL

2013-02-13 Thread João de Brito Rocha Reis Vidigal
Could I ask you guys to check my patch? I guess this way it would be easier to understand what I'm talking about and what I need to do, as well as getting an idea of what it is possible to do with it on a RPi! tks JV ___ Pd-list@iem.at mailing list

Re: [PD] RPi - GEM openGL

2013-02-13 Thread João de Brito Rocha Reis Vidigal
One thing I didn't really get by going through the dev lists is where it stopped and why! JV ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] RPi - GEM openGL

2013-02-12 Thread João de Brito Rocha Reis Vidigal
Hi guys. I'm almost back from the dead for what concerns this list... Well... I'm almost back from the dead for what concerns PD at all!!! Let's Just say that almost 3years have passed! Anyways, to my questions! Ok, so the issue, as pretty self explanatory as the subject of this email can

Re: [PD] List with variable number of floats

2010-08-18 Thread João de Brito Rocha Reis Vidigal
I sound insane!? Can you help me with it!? Thanks guys! On 17 Aug 2010, at 17:28, Frank Barknecht wrote: Hi João, On Tue, Aug 17, 2010 at 04:30:00PM +0100, João de Brito Rocha Reis Vidigal wrote: Here's what I wanna do: I have 18 slot for audio and video to play. There can be one playing

[PD] Using dual processor to manage 2 Pd at the same time

2010-08-17 Thread João de Brito Rocha Reis Vidigal
Hi I remember reading somewhere that it is possible to have 2 Pd patches open running synched at the same time. This would be to manage sound and video in different patches in order not to get (or get less) glitches in sound and video. How do I do this?

[PD] Bang order entry

2010-08-17 Thread João de Brito Rocha Reis Vidigal
Hi again. Here goes another problem! Ok. So I'm working with Arduino firmata here... To expose to problem in a simple way, I have 2 sensors that are detecting a door crossing. The 2 detectors give an order to the door crossing: coming in or going out. Now I just don't know how I can translate

Re: [PD] Bang order entry

2010-08-17 Thread João de Brito Rocha Reis Vidigal
As it is coming from the arduino firmata, the only way I know is that the signal inputs a bang. So I'll have 2 bangs being hit with a delay between them. this delay depends on the speed of the body crossing the sensors and its size! calling them bang1 and bang2, if the order is bang1 then bang2

Re: [PD] Using dual processor to manage 2 Pd at the same time

2010-08-17 Thread João de Brito Rocha Reis Vidigal
Any idea on how to get the first Pd working with one processor and the second with the other? I'm using the Arduino firmata to trigger both sound and video. I think I can't open twice the same port! So how can I use the OSC then to sync the triggering!? On 17 Aug 2010, at 16:05, Mathieu

Re: [PD] Using dual processor to manage 2 Pd at the same time

2010-08-17 Thread João de Brito Rocha Reis Vidigal
clarify this a bit further? What are the two things you want to sync? (Arduino and pd? No need for OSC for that...but very do-able) (your OS can tell you in which CPU a process is running, there are several cmd tools in linux for that) Best regards, Pedro 2010/8/17 João de Brito Rocha Reis

Re: [PD] List with variable number of floats

2010-08-17 Thread João de Brito Rocha Reis Vidigal
-17 at 16:30 +0100, João de Brito Rocha Reis Vidigal wrote: Here I am again!!! This time with a list problem! Or at least I think it's a list problem! Here's what I wanna do: I have 18 slot for audio and video to play. There can be one playing, none or even um to the 18. These slots

Re: [PD] List with variable number of floats

2010-08-17 Thread João de Brito Rocha Reis Vidigal
Barknecht's attachment! Could you please resend it!? Thanks! Joao Vidigal On 17 Aug 2010, at 17:07, Mathieu Bouchard wrote: On Tue, 17 Aug 2010, João de Brito Rocha Reis Vidigal wrote: Is there a possibility of storing the ID of the slots already triggered? Like a list? The thing