Re: [PD] pd - svg

2013-05-05 Thread Jonathan Wilkes
Used can2svg from Mats Bengtsson and got a nice result.  You can open it in a browser, zoom it, select text.  It's about 3x larger than pd file.  Probably wouldn't be too difficult to parse and turn most of the pddplinks into real links. What happened to pdpedia?  If it's still around maybe I

Re: [PD] Pd-list Digest, Vol 98, Issue 14

2013-05-05 Thread Dan Wilcox
Looks great! Now just need an option for arrays to automatically clip numbers to a given min/max ... On May 5, 2013, at 12:18 AM, pd-list-requ...@iem.at wrote: From: Jonathan Wilkes jancs...@yahoo.com Subject: Re: [PD] got jump-on-click arrays working Date: May 5, 2013 12:17:58 AM EDT To:

Re: [PD] pd - svg

2013-05-05 Thread s p
Also, I put this library together a little while ago, as a part of WebPd : https://github.com/sebpiq/pd-fileutils It should work out of the box, converting pd patch to SVG 2013/5/5 philippe boisnard philem...@mac.com Hi an example to create html/svg from pd cheers p Le 5 mai 2013 à

Re: [PD] UA-25 on RPI

2013-05-05 Thread Dan Wilcox
I tried the latest firmware (alsa mmap update) and still the same issue. PD cpu usage seems lower now though, at about 8% with a simple test patch and stereo out. Don't get me wrong, stereo audio out works with the UA-25 on rPI. The issue is that full duplex (stereo in out) do not, resulting

Re: [PD] UA-25 on RPI

2013-05-05 Thread Dan Wilcox
Aha! I actually do remember this being an issue with my old hardware and it was something that was fixed by making sure to plug the audio in directly to the machine and not through a hub. Unfortunately, this doesn't solve the issue on the rPI, but disabling the Ethernet port *and* unplugging my

[PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Halfdan Mouritzen
Dear PD Friends, We are building a collaborative music sculpture, using five Raspberry Pi's to each run a seperate instrument / HID. Everything is very well, they each run a minimal Arch installation and boot up into PD without a GUI. One machine we are building at the moment, is just a very

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Halfdan Mouritzen
On 5 May 2013 18:42, Dan Wilcox danomat...@gmail.com wrote: Even though you don't have audio coming out when you're muting, you're still doing dsp. Yes, what I don't understand though is _why_ we see such an increase in CPU load, when the channels are muted. You should put each channel in a

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Martin Peach
On 2013-05-05 13:52, Halfdan Mouritzen wrote: Yes, what I don't understand though is _why_ we see such an increase in CPU load, when the channels are muted. Could it be that denormals are produced when the line gets close to 0? Depending on how the floating point is set up that could cause a

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Julian Brooks
Yep good call, maybe a Pd update might fix it (pre-compiled version for RPi on Miller's webpage http://crca.ucsd.edu/~msp/software.html ) as from 0.44-2 the denormal thing has (apparently) been sorted. On 5 May 2013 18:58, Martin Peach martin.pe...@sympatico.ca wrote: On 2013-05-05 13:52,

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Pagano, Patrick
This might be the wrong direction but for a multichannel installation I has great success with Eric Lyon's player~ abstraction in his pd potpourri set. Not sure if it will work since its an external but I had 20+ players firing off and never had a glitch. Cheers~ pp On May 5, 2013, at 2:37 PM,

Re: [PD] Cheap audio USB device with Raspberry PI -- works!

2013-05-05 Thread Alexandre Castonguay
Hiya, I didn't see a post by André but yes, he told me the 'dwc_otg.speed=1 added to /boot/cmdline.txt' had no effect. ttys, a Le 2013-05-04 18:48, Alexandre Torres Porres a écrit : Yeah, Deal Extreme, Great, Free Shipping to Brazil :) 2013/4/30 me.grimm megr...@gmail.com That's without

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Roman Haefeli
On Son, 2013-05-05 at 12:42 -0400, Dan Wilcox wrote: Even though you don't have audio coming out when you're muting, you're still doing dsp. You should put each channel in a sub patch or abstraction and use [switch~] to enable/disable that abstraction. This is super important with low resource

[PD] pyOSC receives but wont send/connect to Pd

2013-05-05 Thread Julian Brooks
Hey Alex / all, This could be stupidly obvious but I'm completely new to python so bear with me please: I'm following the tutorials that Alex put up here: https://github.com/alx-s/RPi_tutorials/tree/master/OSC_python-pd First off, many thanks for the tutorials Alex:) I can't seem to get the

Re: [PD] pd - svg

2013-05-05 Thread Jonathan Wilkes
From: s p seb...@gmail.com To: Cc: PD List pd-list@iem.at Sent: Sunday, May 5, 2013 10:39 AM Subject: Re: [PD] pd - svg Also, I put this library together a little while ago, as a part of WebPd :  https://github.com/sebpiq/pd-fileutils It should work out

Re: [PD] pd - svg

2013-05-05 Thread s p
i.e. is kind of out of my radar ... but for sure I should test with it some day. With my firefox it works fine. What do you mean by it fails? Do you get anything at all? Or is the graph cropped or something? 2013/5/5 Jonathan Wilkes jancs...@yahoo.com From: s

Re: [PD] Pd-list Digest, Vol 98, Issue 14

2013-05-05 Thread Jonathan Wilkes
I believe pd-l2ork does this. Ivica: can you send me the code you use to keep the array trace inside the graph? -Jonathan From: Dan Wilcox danomat...@gmail.com To: pd-list@iem.at Sent: Sunday, May 5, 2013 10:23 AM Subject: Re: [PD] Pd-list Digest, Vol 98,

Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-05 Thread Antoine Villeret
hello, unfortunately I never built pix_opencv on Windows (but I do on Mac OS X and Linux) and I've no plan do to that because 1) I know anything about Windows platform and 2) I don't have such a computer I hope this is ready to build on Windows but I'm not sure... but you are welcome to share

Re: [PD] pd - svg

2013-05-05 Thread Jonathan Wilkes
From: s p seb...@gmail.com To: Cc: PD List pd-list@iem.at Sent: Sunday, May 5, 2013 5:05 PM Subject: Re: [PD] pd - svg i.e. is kind of out of my radar ... but for sure I should test with it some day. With my firefox it works fine. What do you mean by it

[PD] MobMuPlat (libpd+iOS) open release

2013-05-05 Thread Daniel Iglesia
Hi pd list, A few months ago, I released MobMuPlat, an iOS app to host pd patches (via libpd) with user-created GUIs (made with an accompanying OSX GUI editor). It's been refined and tested quite a bit since then, and (for those of you who can tolerate closed systems) it has now been released

[PD] [patching circle] tomorrow at ITP

2013-05-05 Thread sonia yuditskaya
Reminder: patching circle is tomorrow Monday May 6 at ITP 721 Broadway, 4th floor, NY NY 10003 See you there! Sofy Yuditskaya s~ http://yuditskaya.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [patching circle] tomorrow at ITP

2013-05-05 Thread sonia yuditskaya
I forgot the time! Again: What: NY Patching Circle When: Monday May 6 from 6-9 Where: NYU/ITP 721 Broadway, 4th floor, NY NY 10003 Sofy Yuditskaya s~ http://yuditskaya.com On Sun, May 5, 2013 at 8:03 PM, sonia yuditskaya marysgh...@gmail.comwrote: Reminder: patching circle is tomorrow