<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.multimedia.puredata.general">
    <title>gmane.comp.multimedia.puredata.general</title>
    <link>http://blog.gmane.org/gmane.comp.multimedia.puredata.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/91014"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/91012"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90996"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90995"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90992"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90990"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90985"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90982"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90973"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90970"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90959"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90954"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90953"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90946"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90944"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90942"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90927"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90924"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90909"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90891"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/91014">
    <title>build Pd from source on Raspberry Pi</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/91014</link>
    <description>&lt;pre&gt;Hi,

Been wanting to do this for a while but it always keeps failing so could do
with some tips.

I have the source from git

git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data

Then (as it's a minimal RPi image) have installed
automake (and dependencies: autoconf, autotools-dev, m4, libtool, gettext)

Also added libasound2-dev and tk8.5-dev (not sure if tk required?)

When running

./autogen.sh
then
./configure
and finally
make (I ran make previously so much shorter bit before it fails.

I get this:

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4/generated -I m4
^[[B^[[Bautoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory portaudio to autoreconf
autoreconf: Entering directory `portaudio'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: configure.in: subdirectory bindings/cpp not present
autoreconf: running: &lt;/pre&gt;</description>
    <dc:creator>Julian Brooks</dc:creator>
    <dc:date>2013-05-23T02:03:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/91012">
    <title>Audio dialog checkbuttons</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/91012</link>
    <description>&lt;pre&gt;Question: when using a _single_ input and/or single output device, why is there a checkbutton beside the dropdown menubutton?  What is the use case for selecting in/out devices and unchecking the box?

Thanks,
Jonathan
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Jonathan Wilkes</dc:creator>
    <dc:date>2013-05-23T01:08:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90996">
    <title>SOLVED: a method for a subpatch to determine the name of its parent patch</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90996</link>
    <description>&lt;pre&gt;Ivica,

[window_name 1] works perfectly! Thanks so much!

Sam


On Tue, May 21, 2013 at 7:03 PM, Ivica Ico Bukvic &amp;lt;ico&amp;lt; at &amp;gt;vt.edu&amp;gt; wrote:

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Samuel Burt</dc:creator>
    <dc:date>2013-05-21T23:18:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90995">
    <title>[PD-announce] PuREST JSON 0.12.1 released</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90995</link>
    <description>&lt;pre&gt;Hello,

as I have introduced a bug with cookie authentication in 0.12, I have
released version 0.12.1 of PuREST JSON today, code name: I accidentally
the whole cookie.

Github page: https://github.com/residuum/PuRestJson
Binary downloads for Windows and Debian:
http://ix.residuum.org/pd/purest_json.html
Build instructions: https://github.com/residuum/PuRestJson/wiki/Compilation

Thanks,
Thomas
&lt;/pre&gt;</description>
    <dc:creator>Thomas Mayer</dc:creator>
    <dc:date>2013-05-21T21:59:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90992">
    <title>a method for a subpatch to determine the name of its parentpatch</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90992</link>
    <description>&lt;pre&gt;Friends, please, assist me with a question.

I want to have a subpatch refer to the name of its parent patch.

The subpatch will be a gop object that can be dropped into parent patches
of varying names. The subpatch will have a list of gop abstractions that
can be automatically created in a parent patch. How can I get the name of
the parent patch from the subpatch for the subsequent [send]?

I have tried [parentdollarzero]. Does it just generate the random number
associated with the parent? This is what it looks like to me. Can this
number be used with my dynamic patching [send] in a way of which I am not
aware?

On another message board, someone recommended [gf/canvas_*], but I don't
have gridflow working nor do I want to include it because I am doing this
programming for someone else.

Do any of you have solutions for me? I would greatly appreciate advice!

Cheers,
Sam
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.inf&lt;/pre&gt;</description>
    <dc:creator>Samuel Burt</dc:creator>
    <dc:date>2013-05-21T20:41:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90990">
    <title>Store some lists with undo function?</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90990</link>
    <description>&lt;pre&gt;I'm experimenting with a message sequencer that will play back time tagged lists.

So far I've looked at [qlist] [textfile] and rjlib's [u_cocollect].

Are there any relatively simple approaches to 'undo'-ing the last list written to any of these 

objects?

I'm a little stumped on it to be honest other than complicated writing to buffers and 

attempting to prune the last list somehow.


Thanks,
John.


_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>JF</dc:creator>
    <dc:date>2013-05-21T19:38:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90985">
    <title>Equivalent of [f ] or [symbol] for a list?</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90985</link>
    <description>&lt;pre&gt;Is there a storage box that will hold a list?

List in left inlet to output
or 

set with list at right inlet and bang left to output

?

Thanks in advance,
John.


_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>JF</dc:creator>
    <dc:date>2013-05-21T18:21:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90982">
    <title>GGEE - envgen [deleting points]</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90982</link>
    <description>&lt;pre&gt;Hi all,

can i delete the points that i've created in the [envgen] gui?

best!

agustin

&lt;/pre&gt;</description>
    <dc:creator>agustin genoud</dc:creator>
    <dc:date>2013-05-21T15:34:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90973">
    <title>Reactable using Pd and SuperCollider</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90973</link>
    <description>&lt;pre&gt;I was reading some wikipedia stuff and reread after quite some time that
the reactable engine is Pd and SuperCollider. My question is, what's the Pd
side and how can you do all that stuff dynamically without any clicks or
drop outs and when using Pd on your computer such a thing is not possible?
Is it SuperCollider that takes care of adding nodes with the audio running
smoothly? If so, how can Pd and SuperCollider be combined for such an
outcome?
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Alexandros Drymonitis</dc:creator>
    <dc:date>2013-05-20T21:52:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90970">
    <title>[PD-announce] PuREST JSON 0.12 released</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90970</link>
    <description>&lt;pre&gt;Hello,

I am happy to announce version 0.12 of PuREST JSON, code name: The
multitude came together

PuREST JSON is a library for working with RESTful HTTP webservices, and
JSON data.

Authentication and authorization for webservices are available with
basic HTTP auth, cookie authentication, and OAuth. As an example for
OAuth authenticated webservices, a Twitter client is included.

Changes in the new version:
- Disabling checking peer for SSL requests in [rest] and [oauth] possible
- [urlparams] does now overwrite previously set parameters
- RSA-SHA1 signature possible, otherwise info message is posted to Pd
console

- Bugfixes:
* SSL requests on Windows possible
* regression fixed for PUT requests

Github page: https://github.com/residuum/PuRestJson
Binary downloads for Windows and Debian:
http://ix.residuum.org/pd/purest_json.html
Build instructions: https://github.com/residuum/PuRestJson/wiki/Compilation

Have fun,
Thomas
&lt;/pre&gt;</description>
    <dc:creator>Thomas Mayer</dc:creator>
    <dc:date>2013-05-20T19:49:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90959">
    <title>Pduino + XBee</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90959</link>
    <description>&lt;pre&gt;Hi,

I would like to know if I can use Pduino with a XBee connection :
Computer (Pduino) &amp;gt; usb-to-serial device &amp;gt; XBee#1 ----- XBee#2 &amp;gt; Arduino 
(Firmata)

I've tried this, but it seems not working. And why not sending data to 
some other XBee-Arduino(Firmata) ?

And thanks a million to [mrpeach/unpackxbee] and this thread 
(http://lists.puredata.info/pipermail/pd-list/2009-03/079021.html), I've 
success with a Network Star with XBee (receive datas into pd from few 
XBee modules).

Best,

Jerome

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Abel Jérôme</dc:creator>
    <dc:date>2013-05-20T10:25:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90954">
    <title>external: method to convert t_atom to c string.</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90954</link>
    <description>&lt;pre&gt;Hello all, 

I need to create a textfile from inside an external and I need to give the computer a path with a message like:

path /home/path/file.txt

I am therefore creating a method for path with:

class_addmethod(testtext_class, (t_method)testtext_path, gensym("path"), A_GIMME, 0); 

Or should I use A_DEFSYMBOL ? 

But then how can I read the atom inside the external?

I am using:

void testtext_path(t_testtext *x, t_atom *s){
char teststring[1000];
atom_string(s, teststring, 1000);
post(teststring);
}

but then I get the following printout:

consistency check failed: atom_string
333333&amp;lt; at &amp;gt;ÿÿÿÿs

I'm not sure where to move with this. anybody has any suggestions?

best,

J

Here's the info for atom_string:
atom_string

void atom_string(t_atom *a, char *buf, unsigned int bufsize);
Converts an atom a into a C-string buf. The memory to this char-Buffer has to be reserved manually and its length has to be declared in bufsize.

in: http://pdstatic.iem.at/externals-HOWTO/node9.html#SECTION00092200000000&lt;/pre&gt;</description>
    <dc:creator>J Oliver</dc:creator>
    <dc:date>2013-05-20T03:47:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90953">
    <title>error: New incompatible [pow~] object.</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90953</link>
    <description>&lt;pre&gt;error: New incompatible [pow~] object.
For a backwards-compatible version, use [cyclone/pow~]


...
...
i haven't updated pd-extended since 0.42.5-extended-rc3
so, please excuse me if this has been addressed already.

but why does the vanilla [pow] object send me an error message telling me
to use an external?

if this has not been fixed, can someone just cut that message out, please.
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>i go bananas</dc:creator>
    <dc:date>2013-05-19T13:50:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90946">
    <title>bytebeat~ external</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90946</link>
    <description>&lt;pre&gt;i remembered i did a [bytebeat~] external a year and a half or so ago
and was just reminded of it when i saw claude's bitbreader program he
mentioned a couple of days ago. for those interested:

https://github.com/megrimm/bytebeat-

i had intention of doing something similar to bitbreader but never got
around to figuring it out.

m

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>me.grimm</dc:creator>
    <dc:date>2013-05-18T15:44:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90944">
    <title>how to know if a file has more than one channel?</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90944</link>
    <description>&lt;pre&gt;hi

I would like to be able to distinguish between mono and stereo files at
loading time. I am loading the sound with soundfiler using this messages
which works both for stereo and mono files

read -resize path_to_file table1 table2

any suggestions? maybe there is some way to check if the second table is
full with zeros?

thanks

enrike
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>altern</dc:creator>
    <dc:date>2013-05-18T13:57:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90942">
    <title>[PD-announce] CFP - 2nd Int'l Workshop on MusicalMetacreation(MUME2013)</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90942</link>
    <description>&lt;pre&gt;======================
CALL FOR PARTICIPATION
======================

((( MUME 2013 )))
2nd International Workshop on Musical Metacreation
http://www.metacreation.net/mume2013/

Held at the Ninth Annual AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE'13)
Northeastern University, Boston, Massachusetts, USA
October 14-15, 2013

----------------------

Deadline for Paper and Demo Submissions:
*** July 1, 2013 ***

======================

We are delighted to announce the 2nd International Workshop on Musical Metacreation (MUME2013) to be held October 14 and 15, 2013, in conjunction with the Ninth Annual AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE'13). MUME2013 builds on the enthusiastic response and participation we received for the inaugural workshop in 2012, which received 31 submissions, 17 of which were accepted (a 55% acceptance rate). This year the workshop has expanded to 2 days. 

Thanks to continued progress in artistic &lt;/pre&gt;</description>
    <dc:creator>Graeme McCaig</dc:creator>
    <dc:date>2013-05-18T06:45:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90927">
    <title>tcpserver crashes on the 34th client connection</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90927</link>
    <description>&lt;pre&gt;hi all,

I've just notice [tcpserver] crashes when the 34th client try to connect
both iemnet and mrpeach are affected

iemnet version send a strange number on the 33th connection
(like 2.8686e+07) and crashes on the 34th


here is a gdb output for iem :
Program received signal SIGSEGV, Segmentation fault.
0x00007fffcdbca746 in tcpserver_connectpoll (x=0x66994c0) at tcpserver.c:503
503      x-&amp;gt;x_sr[i] = y;
(gdb) watchdog: signaling pd...


and for mrpeach :
Program received signal SIGSEGV, Segmentation fault.
0x00007fffcddaf585 in tcpserver_connectpoll (x=0xadfc1c0) at
tcpserver.c:1113
1113        outlet_float(x-&amp;gt;x_sockout, x-&amp;gt;x_sr[i]-&amp;gt;sr_fd); /* the socket
number */
(gdb) watchdog: signaling pd...


it happens on ubuntu 12.04 64 bit
pd 0.44.2
and SVN update today

i'm certainly doing something wrong to get this (like keeping clients
connected all the time)
but a crash is never welcome...

cheers

antoine
--
do it yourself
http://antoine.villeret.free.fr
_______________________________________________
Pd-lis&lt;/pre&gt;</description>
    <dc:creator>Antoine Villeret</dc:creator>
    <dc:date>2013-05-16T21:57:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90924">
    <title>OT: raspberry pi</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90924</link>
    <description>&lt;pre&gt;Hello

i just received my first raspberry doo-hickey and i am wondering what 
distro people are using.
I tried the wheezy last night and it seems okay, i installed pd-extended 
after a few tries
I was unsuccessful with getting the CCRMA distro to load onto an 8GB chip

i basically would like to have pd with pdp working, supercollider and i 
assume omxplayer

are there any other essentials i should try?

i would like to use the pi for receiving network GOs for small video 
projections on stage or to fire off small videos from other sources 
[arduino, kinect, wii etc..]


thanks in advance for any comments or help

Patrick

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Patrick Pagano</dc:creator>
    <dc:date>2013-05-16T13:39:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90909">
    <title>redrawing arrays crashes Pd (invalid Tcl command)</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90909</link>
    <description>&lt;pre&gt;Hello list,

with the current pd-extended 0.43.4, I experience random crashes when 
arrays are redrawn.

The error message always tells "invalid Tcl command", followed by a list 
of coordinates. So from my limited understanding of things, it seems 
that the Tcl instruction to redraw the array gets interrupted at random. 
I have no idea whether that is a Tcl or pd issue but in any case, it 
makes pd-extended 0.43 pretty unusable for me.

As a side-note, this happens on all OSs I have tested so far (Win7, 
WinXP, Ubuntu 12.04 64bit). Reverting to pd-extended 0.42-5 resolved all 
issues, but this is of course not the best option for the future.

Any ideas?
Thanks, Matthias

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Matthias Blau</dc:creator>
    <dc:date>2013-05-15T19:57:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90891">
    <title>pd2png : screenshots of patchs</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90891</link>
    <description>&lt;pre&gt;Hi list,

I'm following the thread about "Pd &amp;gt; svg" : 
http://lists.puredata.info/pipermail/pd-list/2013-05/102452.html

It gives me energy to make another tool. Sometimes I need to take 
screenshots of a lot of patchs to show on a website or with a panorama.

So I've made a tool with "scrot" program in GNU/Linux :
http://jeromeabel.net/files/code/pd/pd-works/scripts/pd2png.zip

I don't know if there are better solutions, simplier, cleaner and 
cross-platform.

+
Jerome

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Abel Jérôme</dc:creator>
    <dc:date>2013-05-15T14:09:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90888">
    <title>tcpserver buffer size issues</title>
    <link>http://comments.gmane.org/gmane.comp.multimedia.puredata.general/90888</link>
    <description>&lt;pre&gt;Hi,
I am having some issues with M.Peach's [tcpserver] object. I get some spureous, incorrect messages which seem to behave in a weird way according to the buffer size. Apparently some messages are splitted. I saw in http://www.mail-archive.com/pd-dev&amp;lt; at &amp;gt;iem.at/msg06056.html that it was supposed to be a [timeout( message which would help solving this issue, but it seems it is no longer recognised?
Any help welcome!
Josep M
       _______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Jeppi Jeppi</dc:creator>
    <dc:date>2013-05-15T08:11:45</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.multimedia.puredata.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.multimedia.puredata.general</link>
  </textinput>
</rdf:RDF>
