Re: [PD] RPi - GEM openGL

2013-02-16 Thread Antoine Villeret
hello, if by from within PD you mean triggering omxplayer from pd you can do that either by using [shell] like Simon explained or by using pdsend and pdreceive, this could be done remotely, here is an how to : http://antoine.villeret.free.fr/?p=600 cheers a -- do it yourself

Re: [PD] RPi - GEM openGL

2013-02-16 Thread Simon Wise
On 16/02/13 20:16, Antoine Villeret wrote: hello, if by from within PD you mean triggering omxplayer from pd you can do that either by using [shell] like Simon explained or by using pdsend and pdreceive, this could be done remotely, here is an how to : http://antoine.villeret.free.fr/?p=600

[PD] pdp on RPI (was RPi - GEM openGL)

2013-02-16 Thread me.grimm
Has anyone tried using pdp on a Pi? i get: ../../include/pdp_matrix.h:25:27: fatal error: gsl/gsl_block.h: No such file or directory even when doing: ./configure --disable-glx --disable-gsl which gives me: --enable-mmx=no --enable-quicktime=yes --enable-v4l=yes --enable-pwc=auto

Re: [PD] Changing the defaul language in 0.43

2013-02-16 Thread Björn Eriksson
You can also delete the files within the po folder at the installation folder. Then you will have (only) english menus. I have a related question. I am running a beginners course on Pd (distance course) and in the group there are at least 3 or 4 different languages. Added to that is also that

Re: [PD] Changing the defaul language in 0.43

2013-02-16 Thread Alexandros Drymonitis
Hans-Christoph Steiner made this video explaining how to open Pd from the command line with the preferred language https://www.youtube.com/watch?v=eLkSmIAleMc Although if you open it in English for example and then open a patch you made in another language it will most likely switch to that

Re: [PD] pdp on RPI (was RPi - GEM openGL)

2013-02-16 Thread Hans-Christoph Steiner
You could just install gsl. If you're on Raspbian, you can install all of the dependencies by doing: apt-get build-dep pd-pdp .hc On 02/16/2013 12:25 PM, me.grimm wrote: Has anyone tried using pdp on a Pi? i get: ../../include/pdp_matrix.h:25:27: fatal error: gsl/gsl_block.h: No such

Re: [PD] Changing the defaul language in 0.43

2013-02-16 Thread Hans-Christoph Steiner
You can also do that LANG=pt trick on Windows and Mac OS X, but you have to use the full path to pd/bin/pd instead of just 'pd-extended'. If someone has written in a patch in their own language, the patch will always be in that language. There is currently no way to have patches with

Re: [PD] Changing the defaul language in 0.43

2013-02-16 Thread Björn Eriksson
Thank you for this news!! The youtube was excellent in explaining some things aswell! I should know better but I am not using the command line so much in the win7 machine i am on, should i write LANG=pt c:/program/pd/pd-extended The folder pd is installed at is program/pdbut seems i have some

Re: [PD] Changing the defaul language in 0.43

2013-02-16 Thread Alexandros Drymonitis
When I say that it switches back to that language I mean Pd itself, not just comments, but the menus and everything.. On Sat, Feb 16, 2013 at 9:28 PM, Björn Eriksson miu...@gmail.com wrote: Thank you for this news!! The youtube was excellent in explaining some things aswell! I should know

Re: [PD] pdp on RPI (was RPi - GEM openGL)

2013-02-16 Thread Simon Wise
On 17/02/13 01:25, me.grimm wrote: Has anyone tried using pdp on a Pi? i get: ../../include/pdp_matrix.h:25:27: fatal error: gsl/gsl_block.h: No such file or directory even when doing: ./configure --disable-glx --disable-gsl which gives me: --enable-mmx=no --enable-quicktime=yes