[PD] RPi Video player was : Re: RPi - GEM openGL

2013-02-17 Thread Antoine Villeret
hey Simon, I haven't check the JSON/RPC API of XBMC but yes I think there is some possibilty here Another way is to start with video player example like Ju said on his blog : http://w.xuv.be/projects/raspi_video_loop I'll give it a try next week and keep you aware. My goal is to be able to sync

[PD] [PD-announce] Computer music doctoral studentship opportunity at Durham

2013-02-17 Thread Nikolai Collinsky
[Sorry for any cross posting, feel free to contact me off list to discuss] PhD Studentships in Music available at Durham University We are pleased to announce the availability of up to three funded PhD studentships. In recognition of the recent strategic appointments of Professor Tuomas Eerola

[PD] IR reverb and partconv~

2013-02-17 Thread Pierre Massat
Hello, While readin Katja's website i discovered the [partconv~] object from Ben Saylor's library. I had actually used it long time ago with some IR reverbs, but I then judged the latency to big to be usable live. I gave it another shot this morning, and realized that the partition size could be

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

2013-02-17 Thread Nicolas Montgermont
Le 15/02/13 21:14, Hans-Christoph Steiner a écrit : 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

[PD] Feedback : pd-extended on the Pi

2013-02-17 Thread Pierre Massat
Hi, I've been using Vanilla from the Debian repos, but i needed IEMLIB, and i decided i should give pd-extended a try. I followed these instruction http://puredata.info/downloads/pd-extended-0-43-3-on-raspberry-pi-raspbian-wheezy-armhf(I think HC wrote them). Pd-extended installed fine, but it

Re: [PD] RPi Video player was : Re: RPi - GEM openGL

2013-02-17 Thread Simon Wise
On 17/02/13 17:51, Antoine Villeret wrote: hey Simon, I haven't check the JSON/RPC API of XBMC but yes I think there is some possibilty here Another way is to start with video player example like Ju said on his blog : http://w.xuv.be/projects/raspi_video_loop I'll give it a try next week and

Re: [PD] IR reverb and partconv~

2013-02-17 Thread Pierre Massat
Hi Charles, Thank you for your reply. Indeed, the maximum number of partitions is set to 256. I'll try to inscrease it when i have time (and when i've learned how to compile externals!). Cheers, Pierre. 2013/2/17 Charles Z Henry czhe...@gmail.com On Sun, Feb 17, 2013 at 4:54 AM, Pierre

[PD] Fwd: Re: RPi Video player was : Re: RPi - GEM openGL

2013-02-17 Thread Simon Wise
sorry, first went privately by mistake ... On 17/02/13 22:47, dreamer wrote: I've got lots of existing GEM stuff I was running a few years ago using a mac mini per projector that I'd like to port to Pis. You'd need to start with porting entire GEM to OpenGLES. that would be nice, but very

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

2013-02-17 Thread me.grimm
That's what I was assuming. How to build just pdp.pd_linux minus the pdp_opengl.pd_linux is the question I'll try later this afternoon if I get the chance M On Feb 17, 2013, at 12:35 AM, Simon Wise simonzw...@gmail.com wrote: On 17/02/13 01:25, me.grimm wrote: Has anyone tried using pdp on

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

2013-02-17 Thread Simon Wise
On 17/02/13 23:33, me.grimm wrote: That's what I was assuming. How to build just pdp.pd_linux minus the pdp_opengl.pd_linux is the question I'll try later this afternoon if I get the chance does the raspbian package fail on raspbian?? I guess it must build, it has been built in the main

[PD] gui-plugins

2013-02-17 Thread Rob Bothof
Hi List, I've been fooling around with the gui-plugins, great stuff, and combined the fullscreen with the kiosk plugin to make it switchable and hide the mouse, which is perfect for my intended use with a tablet pc when experimenting with this, and browsing the tcl files i'm now working on an

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

2013-02-17 Thread me.grimm
ok i just went with the apt-get install pd-pdp so when i do this: $ xvinfo i get extention xvideo missing and no xvideo extention on :0 $ xdpyinfo yeilds no module such as xv anything. can someone confirm that xv even exists as a working extention on rpi? maybe i have to load v4l manually?

Re: [PD] gui-plugins

2013-02-17 Thread Ivica Ico Bukvic
- I can change the colors of the wires, but not the color a wire has when connecting one box to another, can this be changed with a tcl setting ? These are hard-coded in pd/extended. They are changeable in pd-l2ork. - is it possible to change the default/initial colors of gui-objects like

Re: [PD] IEM lib in Debian ?

2013-02-17 Thread Hans-Christoph Steiner
Its included Pd-extended 0.43.4, and there is a raspbian package. .hc On 02/17/2013 09:33 AM, Pierre Massat wrote: Dear List, I need a filter in the iemlib included in pd-extended. I'm using vanilla on Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet, iemmatrix and

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

2013-02-17 Thread Hans-Christoph Steiner
Pd-extended uses the pdp build system to build pdp. I don't remember what happened with pdp-opengl. It was buggy and barely documented, so I probably disabled it. But it could be a potentially easier port to OpenGL ES than GEM. .hc On 02/17/2013 10:33 AM, me.grimm wrote: That's what I was

[PD] GUI abstraction issues

2013-02-17 Thread Esteban Viveros
Hi list, I'm initiating to do gui abstractions, and I have two issues in pd-extended. First: When I use the inlet object, can I name it? This is because I would like to have the name inlet in Autotips mode. This in pd-extended and l2ork. Second: In pd-extended .43.4, when I try to use a canvas

Re: [PD] gui-plugins

2013-02-17 Thread Hans-Christoph Steiner
There are a few ways to change the colors of the cords: * using the global variables $::signal_cord/$::signal_nlet and $::msg_cord/$::msg_nlet, i.e. you could add this to a GUI plugin: set signal_cord green set signal_nlet pink set msg_cord darkblue set msg_nlet red * using the

Re: [PD] gui-plugins

2013-02-17 Thread Hans-Christoph Steiner
On 02/17/2013 03:48 PM, Ivica Ico Bukvic wrote: - I can change the colors of the wires, but not the color a wire has when connecting one box to another, can this be changed with a tcl setting ? These are hard-coded in pd/extended. They are changeable in pd-l2ork. That is incorrect, there are

Re: [PD] Feedback : pd-extended on the Pi

2013-02-17 Thread Hans-Christoph Steiner
Thanks for the feedback! How did you start it? It currently starts Gem and pdp by default, which it shouldn't since they don't work on RPi. Try this: pd-extended -noprefs .hc On 02/17/2013 09:08 AM, Pierre Massat wrote: Hi, I've been using Vanilla from the Debian repos, but i needed

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

2013-02-17 Thread Hans-Christoph Steiner
On 02/17/2013 06:34 AM, Nicolas Montgermont wrote: Le 15/02/13 21:14, Hans-Christoph Steiner a écrit : 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

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

2013-02-17 Thread olm-e
hello, to my knowledge, and following what I already tried, the xvideo extention is not usable due to the restrictions on the gpu chip, and even gstreamer is not capable of using it : result of collective efforts and experiments during the last puredata patching circle in Brussels :

Re: [PD] gui-plugins

2013-02-17 Thread Rob Bothof
thanks, would it be possible to change the color a cord has when connecting one object to another ? for the gui objects like bang, toggle slider etc i've come up with an approach of which i'm wondering if it would work to some extend through making changes to the put-menu. i've traced the

Re: [PD] gui-plugins

2013-02-17 Thread Hans-Christoph Steiner
On 02/17/2013 06:55 PM, Rob Bothof wrote: thanks, would it be possible to change the color a cord has when connecting one object to another ? You mean different colors for different cords depending on which objects it connected? That would be possible, but would be a project. You'd have

Re: [PD] gui-plugins

2013-02-17 Thread michael noble
On Mon, Feb 18, 2013 at 9:41 AM, Hans-Christoph Steiner h...@at.or.atwrote: would it be possible to change the color a cord has when connecting one object to another ? You mean different colors for different cords depending on which objects it connected? I think possibly he means the

Re: [PD] gui-plugins

2013-02-17 Thread Rob Bothof
On 2/18/2013 1:41 AM, Hans-Christoph Steiner wrote: On 02/17/2013 06:55 PM, Rob Bothof wrote: thanks, would it be possible to change the color a cord has when connecting one object to another ? You mean different colors for different cords depending on which objects it connected? That

Re: [PD] GUI abstraction issues

2013-02-17 Thread Jonathan Wilkes
From: Esteban Viveros emvive...@gmail.com To: PD-list list pd-list@iem.at Sent: Sunday, February 17, 2013 4:50 PM Subject: [PD] GUI abstraction issues Hi list, I'm initiating to do gui abstractions, and I have two issues in pd-extended. First: When I use

Re: [PD] GUI abstraction issues

2013-02-17 Thread Esteban Viveros
Very helpful!! Thanks! 2013/2/17 Jonathan Wilkes jancs...@yahoo.com From: Esteban Viveros emvive...@gmail.com To: PD-list list pd-list@iem.at Sent: Sunday, February 17, 2013 4:50 PM Subject: [PD] GUI abstraction issues Hi list, I'm initiating to

Re: [PD] gui-plugins

2013-02-17 Thread Hans-Christoph Steiner
On 02/17/2013 07:59 PM, michael noble wrote: On Mon, Feb 18, 2013 at 9:41 AM, Hans-Christoph Steiner h...@at.or.atwrote: would it be possible to change the color a cord has when connecting one object to another ? You mean different colors for different cords depending on which objects it

Re: [PD] GUI abstraction issues

2013-02-17 Thread Jonathan Wilkes
From: Esteban Viveros emvive...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: PD-list list pd-list@iem.at Sent: Sunday, February 17, 2013 9:09 PM Subject: Re: [PD] GUI abstraction issues Very helpful!!  Thanks! No problem.  But it occurs to me that

Re: [PD] gui-plugins

2013-02-17 Thread Jonathan Wilkes
- Original Message - From: Hans-Christoph Steiner h...@at.or.at To: michael noble loop...@gmail.com Cc: PD send List pd-list@iem.at Sent: Sunday, February 17, 2013 10:39 PM Subject: Re: [PD] gui-plugins On 02/17/2013 07:59 PM, michael noble wrote: On Mon, Feb 18, 2013 at 9:41

Re: [PD] Changing the defaul language in 0.43

2013-02-17 Thread rene beekman
Hans, thanks for the reply On the Mac it works for me. Applelocale reports en_BG and Pd properly shows up in English. The windows machines I will be able to check tomorrow evening. How do I find the proper registry keys there? Date: Fri, 15 Feb 2013 09:54:35 -0500 From: Hans-Christoph