<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
You can load a text file into a table or array using the read message:<br>
<br>
[read mytextfile.txt(<br>
|<br>
[send array1]<br>
<br>
You can also save the data to a text file using the write message.<br>
<br>
.mmb<br>
<br>
Andrew Faraday wrote:
<blockquote cite="mid:COL120-W193CDFD58FA07431DC90C0DE6F0@phx.gbl"
 type="cite">
  <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>Data
storage in that format is something I've been looking for for ages,
it's merely the way of writing direct to a table that I wasn't aware of
before. Is it possible to load this out of a text file?<br>
  <br>
&gt; Date: Sat, 9 Jan 2010 18:12:22 +0000<br>
&gt; From: <a class="moz-txt-link-abbreviated" href="mailto:claudiusmaximus@goto10.org">claudiusmaximus@goto10.org</a><br>
&gt; To: <a class="moz-txt-link-abbreviated" href="mailto:c.benardis@gmail.com">c.benardis@gmail.com</a><br>
&gt; CC: <a class="moz-txt-link-abbreviated" href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
&gt; Subject: Re: [PD] a better way to make a patch<br>
&gt; <br>
&gt; Using data storage instead of control flow saves the wrists of the
world <br>
&gt; (see attached).<br>
&gt; <br>
&gt; Konstantinos Benardis wrote:<br>
&gt; &gt; Hi all<br>
&gt; &gt; <br>
&gt; &gt; I want to make a patch to play randomly 8 concrete midi
notes. I made the<br>
&gt; &gt; attached patch. As you can see i needed to make many
connections by hand and<br>
&gt; &gt; this is something it happens to many of my patches. Would it
be a better way<br>
&gt; &gt; to make this patch without having to make that many
connection? What makes<br>
&gt; &gt; me believe that should be a better way is that as far as i
know, select many<br>
&gt; &gt; objects and connect them with one click to another object has
never appear<br>
&gt; &gt; as a question or as a feature of an enhanced gui.<br>
&gt; &gt; <br>
&gt; &gt; Thanks for your help<br>
&gt; <br>
  <br>
  <hr>Not got a Hotmail account? <a moz-do-not-send="true"
 href="http://clk.atdmt.com/UKM/go/197222280/direct/01/" target="_new">Sign-up
now - Free</a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
  </pre>
</blockquote>
<br>
</body>
</html>