<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hey Andy<br><br>Pure data text files are not human readable, this is a simple fact of their existence, while you can tell what an object is and where it is on the canvas (although subpatches make even this difficult), the objects and inlets/outlets for wires are numeric, and you have to add anything new at the end of the file to avoid them pointing to the wrong place.<br><br>I have come across this library for ruby https://github.com/nagachika/ruby-puredata/, which will remember objects by name and hopefully would be usable to make some pure data work in text. Although I've never gotten into it, so I don't know if it will be of any use. <br><br>https://github.com/nagachika/ruby-puredata/<br><br>Andrew<br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Thu, 16 Aug 2012 20:58:07 +0100<br>&gt; From: padawan12@obiwannabe.co.uk<br>&gt; To: sam.raker@gmail.com<br>&gt; CC: pd-list@iem.at<br>&gt; Subject: Re: [PD] Textual pd primer<br>&gt; <br>&gt; <br>&gt; I guess this is a case of working out best practices for development.<br>&gt; <br>&gt; Nobody actually develops Pd in text mode, but gettin things running in<br>&gt; an embedded way involves a good deal less graphics and can be intimidating<br>&gt; or confusing at first.<br>&gt; <br>&gt; If you don't want the RPi set up with mouse, kbd and monitor like a full<br>&gt; system, it's rather like working on other embedded development systems,<br>&gt; you need to see the board as a target host, and your local machine as the<br>&gt; development (client).<br>&gt; <br>&gt; One way is to work on a laptop or desktop, and the ftp/scp them accross to the<br>&gt; target board.<br>&gt; <br>&gt; But probably most useful is to use X windows to ssh <br>&gt; <br>&gt; ssh -Y -l user address.of.my.rpi<br>&gt; <br>&gt; and then just start Pd, which will seem to run on your main machine.<br>&gt; <br>&gt; <br>&gt; I sense some kind of Raspberry Pi and Pd workshop in the coming<br>&gt; weeks. maybe best developmnt practices and tips will be an<br>&gt; outcme of that meeting.<br>&gt; <br>&gt; best,<br>&gt; Andy<br>&gt; <br>&gt; <br>&gt; On Thu, Aug 16, 2012 at 10:42:47AM -0400, Sam Raker wrote:<br>&gt; &gt; Hi guys,<br>&gt; &gt; Longtime listener, first time caller. <br>&gt; &gt; I was wondering if there's a good intro to text-only pd. I just got a raspberry pi, and I've heard a lot of chatter about how the -nogui flag solves a lot of weird dsp problems &amp;c, plus it'd be nice not to have to waste a USB port plugging in a mouse as well as a keyboard/midi keyboard/sound card/m-audio box/etc. Plus my main comp is a mac, and I'm worried making my patches on my Mac and then getting them onto my pi will be a pain in the b. <br>&gt; &gt; <br>&gt; &gt; I've seen people say stuff like, "oh, just make a patch and look at it with a text editor and figure it out," but that's a bit over my head.<br>&gt; &gt; <br>&gt; &gt; Thoughts?<br>&gt; &gt; <br>&gt; &gt; -sam<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Pd-list@iem.at mailing list<br>&gt; &gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<br>&gt; <br>&gt; _______________________________________________<br>&gt; Pd-list@iem.at mailing list<br>&gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<br></div>                                               </div></body>
</html>