[PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-02-26 Thread s p
Hi all! I am pleased to announce that I just released the first working version of pd-fileutils (https://github.com/sebpiq/pd-fileutils) which is a node.js package and a command-line tool for fiddling with pd files. Right now, the command-line tool only allows you to render .pd files to SVG, but

[PD] [PD-announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-02-26 Thread s p
Hi all! I am pleased to announce that I just released the first working version of pd-fileutils (https://github.com/sebpiq/pd-fileutils) which is a node.js package and a command-line tool for fiddling with pd files. Right now, the command-line tool only allows you to render .pd files to SVG, but

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-02-27 Thread s p
For example, here's one goodie brought by `pd-fileutils` : 1) Paste a patch to gist : https://gist.github.com/ 2) Go to this url (replace gistId by your gist id) : http://sebpiq.github.com/pd-fileutils/?gist=http://sebpiq.github.com/pd-fileutils/?gist=5054711 gistId And your patch should be

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-02-27 Thread s p
oops, ... I meant : 2) Go to this url (replace GISTID by your gist id) : http://sebpiq.github.com/pd-fileutils/?gist=http://sebpiq.github.com/pd-fileutils/?gist=5054711 GISTID 2013/2/28 s p seb...@gmail.com For example, here's one goodie brought by `pd-fileutils` : 1) Paste a patch to gist

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-02-27 Thread s p
Sorry for the spam ... problems with gmail and html, the url is : http://sebpiq.github.com/pd-fileutils/?gist=GISTID 2013/2/28 s p seb...@gmail.com oops, ... I meant : 2) Go to this url (replace GISTID by your gist id) : http://sebpiq.github.com/pd-fileutils/?gist=http://sebpiq.github.com

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-01 Thread s p
, and I've been planning to migrate to this forever now, but didn't have the time ... 2013/2/28 Hans-Christoph Steiner h...@at.or.at Very nice :) I'd love to see full-on Pd patching in the browser :) .hc On 02/28/2013 02:02 AM, s p wrote: Sorry for the spam ... problems with gmail and html

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-02 Thread s p
us all posted.. On Fri, Mar 1, 2013 at 12:08 PM, Hans-Christoph Steiner h...@at.or.atwrote: Wow, that's impressive, it actually works! Rough, yes, but working. .hc On Mar 1, 2013, at 10:34 AM, s p wrote: Actually I've had a crappy demo of patching in the browser running for quite

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-04 Thread s p
2013, at 15:34, s p seb...@gmail.com wrote: Actually I've had a crappy demo of patching in the browser running for quite a while now : http://funktion.fm/webpd/demos/simple-gui/simple-gui.html It works (not so well in Firefox, but in chromium it's fine). Wow! That's impressive, when I saw

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-04 Thread s p
PM, s p seb...@gmail.com wrote: Hi Jamie, The audio is not streamed to the browser! WebPd is an implementation of Pure Data in JavaScript, so the browser itself produces the sound (link here : https://github.com/sebpiq/WebPd) . Since a couple of years, thanks to a new standard called Web

[PD] [pd-fileutils], [WebPd] : online drone generator

2013-03-11 Thread s p
Hi all! Here is a demo I just finished, to show how you can use [pd-fileutils] as a tool to generate Pd patches programmatically. http://sebpiq.github.com/pd-fileutils/randomDrone.html Enjoy! And don't hesitate to ask for more details ... Sébastien Piquemal pd-fileutils on github :

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread s p
Or you could try a different approach. Instead of streaming the audio, generate it client-side ... example, this performance that I did last week-end with WebPd : https://vimeo.com/64514693 2013/4/25 august aug...@alien.mur.at Onyx, Interesting idea. What kind of threshold are you looking

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-25 Thread s p
and if it can scale with evolving complexity. thanks! On Thu, Apr 25, 2013 at 10:03 PM, s p seb...@gmail.com wrote: Or you could try a different approach. Instead of streaming the audio, generate it client-side ... example, this performance that I did last week-end with WebPd : https://vimeo.com

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] 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 - svg

2013-05-06 Thread s p
And what about the console? Any error there? 2013/5/6 Jonathan Wilkes jancs...@yahoo.com 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

Re: [PD] pd2png : screenshots of patchs

2013-05-15 Thread s p
SVG is even more cross-plateform, and more importantly it is supported by web browsers, you can use javascript to edit it and you can use css to style it. That could be the stem for a new pd GUI. 2013/5/15 Abel Jérôme abel.jer...@free.fr Hi, GridFlow has a Pd patch to take screenshots of

[PD] Cannot get [hid] to work properly with my mouse

2013-09-23 Thread s p
Hi! I am trying to use [hid] on pd vanilla and Ubuntu. Ideally, I would like to use the mouse as a fader on Y axis : when I move the mouse, the fader moves accordingly, when the mouse doesn't move the fader stays in the same position. Problem is, I can get only relative Y, and relative Y seems

Re: [PD] Cannot get [hid] to work properly with my mouse

2013-09-23 Thread s p
Yep, I tried that already, but that doesn't work if you move the mouse slowly. 2013/9/23 James Dunn ja...@4thharmonic.com What about [change]? Quoth s p, on 23/09/2013 11:12: Hi! I am trying to use [hid] on pd vanilla and Ubuntu. Ideally, I would like to use the mouse as a fader

Re: [PD] Cannot get [hid] to work properly with my mouse

2013-09-23 Thread s p
this on Arch due to this bug: http://sourceforge.net/p/pure-data/bugs/889/ [linuxevent] has finger detection so you can use this to gate the data stream. Quoth s p, on 23/09/2013 12:29: Yep, I tried that already, but that doesn't work if you move the mouse slowly. 2013/9/23 James Dunn ja

Re: [PD] Cannot get [hid] to work properly with my mouse

2013-09-24 Thread s p
Well ... I mean at least mac + linux ! For some reason when I mean that something can run everywhere I always forget windows :) same when I do webdev ... I usually completely forget about internet explorer... 2013/9/24 Simon Wise simonzw...@gmail.com On 23/09/13 20:10, s p wrote: The patch I

[PD] Building portable instruments with Pd and Raspberry Pi workshop

2013-10-09 Thread s p
Hi all, We just finished the first run of our workshop Building portable instruments with Pd and Raspberry Pi in Riga. Here is a cut of the jam we did to show case the work done by participants : https://vimeo.com/76307579 More info about the whole event here : http://www.cc4av.info/en/events/

[PD] [WebPd] Status update

2013-10-23 Thread s p
For those interested in WebPd, here is a short status update about the project : http://funktion.fm/#post/webpd-refactor Cheers! -- *Sébastien Piquemal * * ** *-* @sebpiq* -* *http://github.com/sebpiq* * - http://funktion.fm ___

Re: [PD] [WebPd] Status update

2013-10-28 Thread s p
Slowly, slowly ... :) 2013/10/28 Hans-Christoph Steiner h...@at.or.at Cool to see this progressing! .hc On Oct 23, 2013, at 10:23 AM, s p wrote: For those interested in WebPd, here is a short status update about the project : http://funktion.fm/#post/webpd-refactor Cheers

Re: [PD] audio output AND input with the Rpi?

2013-10-29 Thread s p
Same here ... I tried with 2 different usb interfaces, and I got no luck. In both cases I got some sound input, but there is a lot of popping sounds. 2013/10/28 Chris Jack christopherdanielj...@gmail.com Hey folks, Apologies as this post is not strictly about Pd, though Pd will be a crucial

Re: [PD] [WebPd] Status update

2013-11-03 Thread s p
. re slowly it takes me 15 or 20 years to get anything done. On Mon, Oct 28, 2013 at 12:38 PM, s p seb...@gmail.com wrote: Slowly, slowly ... :) 2013/10/28 Hans-Christoph Steiner h...@at.or.at Cool to see this progressing! .hc On Oct 23, 2013, at 10:23 AM, s p wrote: For those

[PD] Released rhizome v0.1 : web server for participative performances and installations.

2014-02-09 Thread s p
Hi all! I just open-sourced a web server we used to do some participative sound performances. I thought some of you might find it interesting. More info on the github page : https://github.com/sebpiq/rhizome Cheers, -- *Sébastien Piquemal* -* @sebpiq* - http://github.com/sebpiq