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
http://antoine.villeret.free.fr


2013/2/15 João de Brito Rocha Reis Vidigal jbvidi...@gmail.com

 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 list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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
cheers


yes .. a pipe works fine as well.

Antoine did you check out xbmc further, I don't have a Pi here at the moment but 
have been looking at the xbmc docs and it can be controlled directly through a 
TCP port, so you should be able to do a lot more control (via netsend etc). 
Perhaps only the media centre playlist, looping and seeking stuff ... no 
crossfades that I can see. There does seem to be some provision for custom 
effects somewhere, via shaders but it seems, but probably only in GL, not in 
GL-ES. Still ... accurate seeking could be useful, there seems to be access to a 
global clock and seeks in files ... both with high enough resolution to sync 
things well. I'll test that when I can when I get a chance.


Has anyone tried using pdp on a Pi? again, I'll have a play when I've got one 
here. Pdp has an xv window, and a movie player that uses the linux quicktime 
library ... is the quicktime library available for Pi? and if so does it use the 
built-in codecs? ... that could be a way to go for fairly straightforward video 
playback.


Simon

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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
  --enable-sdl=yes
  --enable-x=yes
  --enable-xv=yes
  --enable-glx=no
  --enable-gsl=no
  --enable-png=yes
  --enable-debug=no


???

m



On Sat, Feb 16, 2013 at 2:13 PM, Simon Wise simonzw...@gmail.com wrote:
 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
 cheers


 yes .. a pipe works fine as well.

 Antoine did you check out xbmc further, I don't have a Pi here at the moment
 but have been looking at the xbmc docs and it can be controlled directly
 through a TCP port, so you should be able to do a lot more control (via
 netsend etc). Perhaps only the media centre playlist, looping and seeking
 stuff ... no crossfades that I can see. There does seem to be some provision
 for custom effects somewhere, via shaders but it seems, but probably only in
 GL, not in GL-ES. Still ... accurate seeking could be useful, there seems to
 be access to a global clock and seeks in files ... both with high enough
 resolution to sync things well. I'll test that when I can when I get a
 chance.

 Has anyone tried using pdp on a Pi? again, I'll have a play when I've got
 one here. Pdp has an xv window, and a movie player that uses the linux
 quicktime library ... is the quicktime library available for Pi? and if so
 does it use the built-in codecs? ... that could be a way to go for fairly
 straightforward video playback.

 Simon


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 some people are in different
countries. So for the students in Sweden (where I am based) most of
them get the swedish language selected on install, but by different
reasons would like to have english och portuguese. They´re also on
different platforms.

My question is this... can it be possible to independently select a
preferred language regardless what the OS is suggesting and force
another language to be showed?

/Björn Eriksson

On Fri, Feb 15, 2013 at 4:08 PM, Òscar Martínez Carmona
xamp...@gmail.com wrote:
 Sorry, you've just answered that! Thanx!

 El divendres 15 de febrer de 2013, Òscar Martínez Carmona ha escrit:

 How do I switch it back to English?
 I appreciate the spanish version but English looks much cooler!

 El divendres 15 de febrer de 2013, Hans-Christoph Steiner ha escrit:


 Pd-extended should use the same language that the user is using.  If not,
 its
 a bug.  Pd-extended on Mac OS X looks at what language the Dock is
 configured
 in and uses that.  Apparently, this is not reliable, since I guess people
 buy
 systems in one language, then use them in another, and the Dock doesn't
 seem
 to respect that change.  You can check the language of your Dock and your
 global locale by running this in the Terminal:

 defaults read com.apple.dock loc
 defaults read NSGlobalDomain AppleLocale

 The easiest fix it to probably set the language of the Dock like this:

 defaults write com.apple.dock loc en_US

 I have no idea why its failing on Windows, maybe for a similar reason.
 As far
 as I could tell, Pd-extended uses the 'proper' registry value:

 HKEY_CURRENT_USER\Control Panel\International

 Could you send the value of that registry key on machines that fail to
 respect
 the user setting?

 .hc

 On 02/15/2013 01:03 AM, rene beekman wrote:
  How do I set / change the default language on both Windoze and Mac for
  0.43
  ?
  I don't have a Windoze machine myself, so can't test there, but the
  readme
  for the Mac version does not say anything about it. There also seems to
  be
  no setting in the preference file for this (or at least none that I
  could
  find).
 
  I searched the list-archives and the best instruction I found was to
  delete all .msg files inside /po, which seems a bit crude to me.
  Is there a more elegant way to do this?
 
  I understand from an older discussion that the assumption was that
  non-technical people were assumed to want to use Pd in their native
  language. I did installs this week on about a dozen machines
  and apparently they all belonged to non-technical people, even though
  every single one of them runs all software on their machine in English
  only... Wouldn't it be wiser to assume that whatever the language is
  that
  the OS is running in, is also the language that people really want to
  use
  their software in?
  Just my two cents.
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 --
 Òscar Martínez Carmona



 --
 Òscar Martínez Carmona


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 language, as
far as my experience tells me..


On Sat, Feb 16, 2013 at 8:10 PM, Björn Eriksson miu...@gmail.com wrote:

 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 some people are in different
 countries. So for the students in Sweden (where I am based) most of
 them get the swedish language selected on install, but by different
 reasons would like to have english och portuguese. They´re also on
 different platforms.

 My question is this... can it be possible to independently select a
 preferred language regardless what the OS is suggesting and force
 another language to be showed?

 /Björn Eriksson

 On Fri, Feb 15, 2013 at 4:08 PM, Òscar Martínez Carmona
 xamp...@gmail.com wrote:
  Sorry, you've just answered that! Thanx!
 
  El divendres 15 de febrer de 2013, Òscar Martínez Carmona ha escrit:
 
  How do I switch it back to English?
  I appreciate the spanish version but English looks much cooler!
 
  El divendres 15 de febrer de 2013, Hans-Christoph Steiner ha escrit:
 
 
  Pd-extended should use the same language that the user is using.  If
 not,
  its
  a bug.  Pd-extended on Mac OS X looks at what language the Dock is
  configured
  in and uses that.  Apparently, this is not reliable, since I guess
 people
  buy
  systems in one language, then use them in another, and the Dock doesn't
  seem
  to respect that change.  You can check the language of your Dock and
 your
  global locale by running this in the Terminal:
 
  defaults read com.apple.dock loc
  defaults read NSGlobalDomain AppleLocale
 
  The easiest fix it to probably set the language of the Dock like this:
 
  defaults write com.apple.dock loc en_US
 
  I have no idea why its failing on Windows, maybe for a similar reason.
  As far
  as I could tell, Pd-extended uses the 'proper' registry value:
 
  HKEY_CURRENT_USER\Control Panel\International
 
  Could you send the value of that registry key on machines that fail to
  respect
  the user setting?
 
  .hc
 
  On 02/15/2013 01:03 AM, rene beekman wrote:
   How do I set / change the default language on both Windoze and Mac
 for
   0.43
   ?
   I don't have a Windoze machine myself, so can't test there, but the
   readme
   for the Mac version does not say anything about it. There also seems
 to
   be
   no setting in the preference file for this (or at least none that I
   could
   find).
  
   I searched the list-archives and the best instruction I found was
 to
   delete all .msg files inside /po, which seems a bit crude to me.
   Is there a more elegant way to do this?
  
   I understand from an older discussion that the assumption was that
   non-technical people were assumed to want to use Pd in their native
   language. I did installs this week on about a dozen machines
   and apparently they all belonged to non-technical people, even
 though
   every single one of them runs all software on their machine in
 English
   only... Wouldn't it be wiser to assume that whatever the language is
   that
   the OS is running in, is also the language that people really want to
   use
   their software in?
   Just my two cents.
  
  
  
   ___
   Pd-list@iem.at mailing list
   UNSUBSCRIBE and account-management -
   http://lists.puredata.info/listinfo/pd-list
  
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
  --
  Òscar Martínez Carmona
 
 
 
  --
  Òscar Martínez Carmona
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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
   --enable-sdl=yes
   --enable-x=yes
   --enable-xv=yes
   --enable-glx=no
   --enable-gsl=no
   --enable-png=yes
   --enable-debug=no
 
 
 ???
 
 m
 
 
 
 On Sat, Feb 16, 2013 at 2:13 PM, Simon Wise simonzw...@gmail.com wrote:
 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
 cheers


 yes .. a pipe works fine as well.

 Antoine did you check out xbmc further, I don't have a Pi here at the moment
 but have been looking at the xbmc docs and it can be controlled directly
 through a TCP port, so you should be able to do a lot more control (via
 netsend etc). Perhaps only the media centre playlist, looping and seeking
 stuff ... no crossfades that I can see. There does seem to be some provision
 for custom effects somewhere, via shaders but it seems, but probably only in
 GL, not in GL-ES. Still ... accurate seeking could be useful, there seems to
 be access to a global clock and seeks in files ... both with high enough
 resolution to sync things well. I'll test that when I can when I get a
 chance.

 Has anyone tried using pdp on a Pi? again, I'll have a play when I've got
 one here. Pdp has an xv window, and a movie player that uses the linux
 quicktime library ... is the quicktime library available for Pi? and if so
 does it use the built-in codecs? ... that could be a way to go for fairly
 straightforward video playback.

 Simon


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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
translations of the text.  Its something I think we should add for tutorials
and reference docs.

.hc

On 02/16/2013 01:37 PM, Alexandros Drymonitis wrote:
 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 language, as
 far as my experience tells me..
 
 
 On Sat, Feb 16, 2013 at 8:10 PM, Björn Eriksson miu...@gmail.com wrote:
 
 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 some people are in different
 countries. So for the students in Sweden (where I am based) most of
 them get the swedish language selected on install, but by different
 reasons would like to have english och portuguese. They´re also on
 different platforms.

 My question is this... can it be possible to independently select a
 preferred language regardless what the OS is suggesting and force
 another language to be showed?

 /Björn Eriksson

 On Fri, Feb 15, 2013 at 4:08 PM, Òscar Martínez Carmona
 xamp...@gmail.com wrote:
 Sorry, you've just answered that! Thanx!

 El divendres 15 de febrer de 2013, Òscar Martínez Carmona ha escrit:

 How do I switch it back to English?
 I appreciate the spanish version but English looks much cooler!

 El divendres 15 de febrer de 2013, Hans-Christoph Steiner ha escrit:


 Pd-extended should use the same language that the user is using.  If
 not,
 its
 a bug.  Pd-extended on Mac OS X looks at what language the Dock is
 configured
 in and uses that.  Apparently, this is not reliable, since I guess
 people
 buy
 systems in one language, then use them in another, and the Dock doesn't
 seem
 to respect that change.  You can check the language of your Dock and
 your
 global locale by running this in the Terminal:

 defaults read com.apple.dock loc
 defaults read NSGlobalDomain AppleLocale

 The easiest fix it to probably set the language of the Dock like this:

 defaults write com.apple.dock loc en_US

 I have no idea why its failing on Windows, maybe for a similar reason.
 As far
 as I could tell, Pd-extended uses the 'proper' registry value:

 HKEY_CURRENT_USER\Control Panel\International

 Could you send the value of that registry key on machines that fail to
 respect
 the user setting?

 .hc

 On 02/15/2013 01:03 AM, rene beekman wrote:
 How do I set / change the default language on both Windoze and Mac
 for
 0.43
 ?
 I don't have a Windoze machine myself, so can't test there, but the
 readme
 for the Mac version does not say anything about it. There also seems
 to
 be
 no setting in the preference file for this (or at least none that I
 could
 find).

 I searched the list-archives and the best instruction I found was
 to
 delete all .msg files inside /po, which seems a bit crude to me.
 Is there a more elegant way to do this?

 I understand from an older discussion that the assumption was that
 non-technical people were assumed to want to use Pd in their native
 language. I did installs this week on about a dozen machines
 and apparently they all belonged to non-technical people, even
 though
 every single one of them runs all software on their machine in
 English
 only... Wouldn't it be wiser to assume that whatever the language is
 that
 the OS is running in, is also the language that people really want to
 use
 their software in?
 Just my two cents.



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 --
 Òscar Martínez Carmona



 --
 Òscar Martínez Carmona


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and 

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 problems with the syntax...
should it be backslashes?

All the best,
/björn

On Sat, Feb 16, 2013 at 8:05 PM, Hans-Christoph Steiner h...@at.or.at wrote:

 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
 translations of the text.  Its something I think we should add for tutorials
 and reference docs.

 .hc

 On 02/16/2013 01:37 PM, Alexandros Drymonitis wrote:
 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 language, as
 far as my experience tells me..


 On Sat, Feb 16, 2013 at 8:10 PM, Björn Eriksson miu...@gmail.com wrote:

 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 some people are in different
 countries. So for the students in Sweden (where I am based) most of
 them get the swedish language selected on install, but by different
 reasons would like to have english och portuguese. They´re also on
 different platforms.

 My question is this... can it be possible to independently select a
 preferred language regardless what the OS is suggesting and force
 another language to be showed?

 /Björn Eriksson

 On Fri, Feb 15, 2013 at 4:08 PM, Òscar Martínez Carmona
 xamp...@gmail.com wrote:
 Sorry, you've just answered that! Thanx!

 El divendres 15 de febrer de 2013, Òscar Martínez Carmona ha escrit:

 How do I switch it back to English?
 I appreciate the spanish version but English looks much cooler!

 El divendres 15 de febrer de 2013, Hans-Christoph Steiner ha escrit:


 Pd-extended should use the same language that the user is using.  If
 not,
 its
 a bug.  Pd-extended on Mac OS X looks at what language the Dock is
 configured
 in and uses that.  Apparently, this is not reliable, since I guess
 people
 buy
 systems in one language, then use them in another, and the Dock doesn't
 seem
 to respect that change.  You can check the language of your Dock and
 your
 global locale by running this in the Terminal:

 defaults read com.apple.dock loc
 defaults read NSGlobalDomain AppleLocale

 The easiest fix it to probably set the language of the Dock like this:

 defaults write com.apple.dock loc en_US

 I have no idea why its failing on Windows, maybe for a similar reason.
 As far
 as I could tell, Pd-extended uses the 'proper' registry value:

 HKEY_CURRENT_USER\Control Panel\International

 Could you send the value of that registry key on machines that fail to
 respect
 the user setting?

 .hc

 On 02/15/2013 01:03 AM, rene beekman wrote:
 How do I set / change the default language on both Windoze and Mac
 for
 0.43
 ?
 I don't have a Windoze machine myself, so can't test there, but the
 readme
 for the Mac version does not say anything about it. There also seems
 to
 be
 no setting in the preference file for this (or at least none that I
 could
 find).

 I searched the list-archives and the best instruction I found was
 to
 delete all .msg files inside /po, which seems a bit crude to me.
 Is there a more elegant way to do this?

 I understand from an older discussion that the assumption was that
 non-technical people were assumed to want to use Pd in their native
 language. I did installs this week on about a dozen machines
 and apparently they all belonged to non-technical people, even
 though
 every single one of them runs all software on their machine in
 English
 only... Wouldn't it be wiser to assume that whatever the language is
 that
 the OS is running in, is also the language that people really want to
 use
 their software in?
 Just my two cents.



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 --
 Òscar Martínez Carmona



 --
 Òscar Martínez Carmona


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 

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 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 problems with the syntax...
 should it be backslashes?

 All the best,
 /björn

 On Sat, Feb 16, 2013 at 8:05 PM, Hans-Christoph Steiner h...@at.or.at
 wrote:
 
  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
  translations of the text.  Its something I think we should add for
 tutorials
  and reference docs.
 
  .hc
 
  On 02/16/2013 01:37 PM, Alexandros Drymonitis wrote:
  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 language, as
  far as my experience tells me..
 
 
  On Sat, Feb 16, 2013 at 8:10 PM, Björn Eriksson miu...@gmail.com
 wrote:
 
  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 some people are in different
  countries. So for the students in Sweden (where I am based) most of
  them get the swedish language selected on install, but by different
  reasons would like to have english och portuguese. They´re also on
  different platforms.
 
  My question is this... can it be possible to independently select a
  preferred language regardless what the OS is suggesting and force
  another language to be showed?
 
  /Björn Eriksson
 
  On Fri, Feb 15, 2013 at 4:08 PM, Òscar Martínez Carmona
  xamp...@gmail.com wrote:
  Sorry, you've just answered that! Thanx!
 
  El divendres 15 de febrer de 2013, Òscar Martínez Carmona ha escrit:
 
  How do I switch it back to English?
  I appreciate the spanish version but English looks much cooler!
 
  El divendres 15 de febrer de 2013, Hans-Christoph Steiner ha escrit:
 
 
  Pd-extended should use the same language that the user is using.  If
  not,
  its
  a bug.  Pd-extended on Mac OS X looks at what language the Dock is
  configured
  in and uses that.  Apparently, this is not reliable, since I guess
  people
  buy
  systems in one language, then use them in another, and the Dock
 doesn't
  seem
  to respect that change.  You can check the language of your Dock and
  your
  global locale by running this in the Terminal:
 
  defaults read com.apple.dock loc
  defaults read NSGlobalDomain AppleLocale
 
  The easiest fix it to probably set the language of the Dock like
 this:
 
  defaults write com.apple.dock loc en_US
 
  I have no idea why its failing on Windows, maybe for a similar
 reason.
  As far
  as I could tell, Pd-extended uses the 'proper' registry value:
 
  HKEY_CURRENT_USER\Control Panel\International
 
  Could you send the value of that registry key on machines that fail
 to
  respect
  the user setting?
 
  .hc
 
  On 02/15/2013 01:03 AM, rene beekman wrote:
  How do I set / change the default language on both Windoze and Mac
  for
  0.43
  ?
  I don't have a Windoze machine myself, so can't test there, but the
  readme
  for the Mac version does not say anything about it. There also
 seems
  to
  be
  no setting in the preference file for this (or at least none that I
  could
  find).
 
  I searched the list-archives and the best instruction I found was
  to
  delete all .msg files inside /po, which seems a bit crude to me.
  Is there a more elegant way to do this?
 
  I understand from an older discussion that the assumption was that
  non-technical people were assumed to want to use Pd in their
 native
  language. I did installs this week on about a dozen machines
  and apparently they all belonged to non-technical people, even
  though
  every single one of them runs all software on their machine in
  English
  only... Wouldn't it be wiser to assume that whatever the language
 is
  that
  the OS is running in, is also the language that people really want
 to
  use
  their software in?
  Just my two cents.
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
  

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
   --enable-v4l=yes
   --enable-pwc=auto
   --enable-sdl=yes
   --enable-x=yes
   --enable-xv=yes
   --enable-glx=no
   --enable-gsl=no
   --enable-png=yes
   --enable-debug=no


???


that looks like pdp_matrix is using shaders and therefore won't work on the Pi 
... probably need to avoid building it, plus any other parts that are using 
shaders  more clues on this below, bit it seems from a glance at google that 
OpenGL was an addition to pdp, but a while ago ... so there may be quite a lot 
that does not depend on it.


I have two binaries in the /usr/lib/pd/extra/ ... pdp.pd_linux and 
pdp-opengl.pd_linux ... while in /usr/lib/pd-extended/extra/ I have just 
pdp/pdp.pd_linux, so they were obviously built quite differently.


The one in extended came with a pd-extended deb, and presumably from the 
pd-extended build system, while the pdp-opengl.pd_linux came with the pd-pdp deb 
so maybe its worth building from the debian source package, but avoid building 
the opengl part


Neither of these packages are very recent, but both work.


Simon

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list