[PD] How to force OSS MIDI via command line argument

2013-02-15 Thread Antoine Villeret
hi, I need to force the use of OSS MIDI instead of alsa on my RPi. I don't know why, alsa is the default whereas there is nothing saying that in startup flags nor in config file. There is a -alsamidi, but is there an -ossmidi option ? cheers antoine -- do it yourself http://antoine.villeret.fre

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

2013-02-15 Thread IOhannes zmölnig
On 02/15/2013 02:00 AM, Pagano, Patrick wrote: I have a little Asus with an atom processor and my Gem patches are noticeably faster with fluxbox so far. Anything quicker still? i love "evilwm", but it is _very_ ascetic. gadkr IOhannes ___ Pd-list

[PD] Pd-ext 43.4 [msgfile] crashes Pd

2013-02-15 Thread rolfm
cont. also on Vista sending a read to [msgfile] for an existing file crashes Pd-ext [read file.txt( | [msgfile] rolf meesters earlier post: hello 'list', (Windows 7, VAIO 4Gb AMD 1.65 Ghz 64-bits). Pdext from download page. it took quit some time to find out why my patch, working in 42.5 d

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

2013-02-15 Thread João de Brito Rocha Reis Vidigal
I can't seem to be able to install the externals package! keeps returning: gpio: can't load library how dum am I being here!? On 14 Feb 2013, at 19:00, Miller Puckette wrote: ... and oops, I see that the thread got split - on the other thread, the solution from jack at rybn.org (using built-i

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

2013-02-15 Thread IOhannes zmölnig
On 02/15/2013 03:00 PM, João de Brito Rocha Reis Vidigal wrote: I can't seem to be able to install the externals package! keeps returning: gpio: can't load library where did you put the gpio.l_arm? which Pd-version are you using? the one packaged with debian currently does not recognize the "

[PD] pidip for pd-extended 0.43.4 Ubuntu 12.04

2013-02-15 Thread Elektro Moon
Hi all, may i ask someone to pass me the pidip binary for ubuntu 12.04. I am serching fot it everywhere but the latest i could find is for Maverick. Thanks in advance for your help: Popesz ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-manageme

Re: [PD] pidip for pd-extended 0.43.4 Ubuntu 12.04

2013-02-15 Thread Hans-Christoph Steiner
Just copy it out of Pd-extended 0.42.5. You can extract a .deb package like this: dpkg -x Pd-extended-0.42.5.deb /tmp/pd-extended-0.42.5 Then you'll find pidip in /tmp/pd-extended-0.42.5/usr/lib/pd-extended/extra/pidip. Copy that folder to ~/pd-externals or /usr/local/lib/pd-externals .hc O

Re: [PD] Changing the defaul language in 0.43

2013-02-15 Thread Hans-Christoph Steiner
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

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 th

Re: [PD] Changing the defaul language in 0.43

2013-02-15 Thread Òscar Martínez Carmona
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 w

Re: [PD] Changing the defaul language in 0.43

2013-02-15 Thread Òscar Martínez Carmona
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

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

2013-02-15 Thread plutek
> On 02/15/2013 02:00 AM, Pagano, Patrick wrote: >> I have a little Asus with an atom processor and my Gem patches are >> noticeably faster with fluxbox so far. Anything quicker still? xmonad. it's all i use here, both in studio and in performance. http://xmonad.org cheers! .pltk. __

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

2013-02-15 Thread IOhannes zmölnig
On 02/15/2013 04:02 PM, João de Brito Rocha Reis Vidigal wrote: "basically you can use the "gpio" command to set the pins up" What command? Where in PD or terminal? i guess he is referring to the [gpio] object. check the "test-gpio.pd" patch for a rudimentary documentation. fgamsdr IOhannes

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-15 Thread Nicolas Montgermont
Le 14/02/13 19:09, Hans-Christoph Steiner a écrit : Can you tell me the exact steps that you take in order to swap in your build of libmp3lame into Pd-extended to make it work? .hc Sure I just replace the lib: sudo rm /Applications/Pd-extended.app/Contents/lib/libmp3lame.0.dylib sudo cp /sw/

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-15 Thread IOhannes zmölnig
On 02/15/2013 05:22 PM, Nicolas Montgermont wrote: Le 14/02/13 19:09, Hans-Christoph Steiner a écrit : Can you tell me the exact steps that you take in order to swap in your build of libmp3lame into Pd-extended to make it work? .hc Sure I just replace the lib: since the PdX installer essen

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 lis

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-15 Thread Hans-Christoph Steiner
On 02/15/2013 11:38 AM, IOhannes zmölnig wrote: > On 02/15/2013 05:22 PM, Nicolas Montgermont wrote: >> >> Le 14/02/13 19:09, Hans-Christoph Steiner a écrit : >>> Can you tell me the exact steps that you take in order to swap in your >>> build >>> of libmp3lame into Pd-extended to make it work? >>>

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 -> http://lists.puredat

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

2013-02-15 Thread IOhannes zmölnig
On 02/15/2013 06:18 PM, João de Brito Rocha Reis Vidigal wrote: 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! i have absolutely no clue what you are talking about. from your body

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-15 Thread Nicolas Montgermont
Le 15/02/13 18:03, Hans-Christoph Steiner a écrit : since the PdX installer essentially does the same, i guess it is more interesting to know which version of libmp3lame you are using (as compared to PdX) there is certainly an easy way to get the package version of a library, e.g. $ fink show l

[PD] PD to QT and QT to PD

2013-02-15 Thread Duwyn Adam
Hello here is the way to link PD to QT and QT to PD : https://bitbucket.org/AdamSky/midi-visual-control (folder simple_example) Enjoy AdamSky Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net _

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

2013-02-15 Thread Charles Goyard
João de Brito Rocha Reis Vidigal wrote: > 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! I guess you're talking about oxmplayer on the RPi.

Re: [PD] How to force OSS MIDI via command line argument

2013-02-15 Thread Miller Puckette
This is probably something I should fix... MIDI used to default to 'OSS' on linux and now defaults to 'alsa' - but I'm not sure that's really the appropriate default. In any event, since it now defaults to alsa we clearly need a 'ossmidi' flag! In the meantime, I put this in my .pdsetting o nthe

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-15 Thread Hans-Christoph Steiner
On 02/15/2013 01:02 PM, Nicolas Montgermont wrote: > > Le 15/02/13 18:03, Hans-Christoph Steiner a écrit : >>> since the PdX installer essentially does the same, i guess it is more >>> interesting to know which version of libmp3lame you are using (as compared >>> to >>> PdX) >>> >>> there is cert