<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Thankyou Iohannes, I will try to learn this too!<br>
<br>
Best,<br>
nan<br>
</font><br>
IOhannes m zm&ouml;lnig escribi&oacute;:
<blockquote cite="mid:4A0D916E.80101@iem.at" type="cite">donotreply
wrote:
  <br>
  <blockquote type="cite">Hi People
    <br>
As it took me a lot of work for such a simple idea (near 1700
conections) I share it with you, just in case anybody else needs
something like this.
    <br>
It works receiving a data stream from one inlet, and selecting from a
second one between 42 different outs (outlets not- us provided but
possible, of course).
    <br>
If anybody knows a better way of doing it without this kind of zen
work, please tell me, because I might be using a lot of this stuff.
    <br>
I hope it is usefull.
    <br>
    <br>
  </blockquote>
  <br>
while it is visually pretty, the usual way of doing this is:
  <br>
- use send/receive (probably localized with $0 to not interfere with
other instances)
  <br>
- use zexy's [demultiplex] object
  <br>
- build a demultiplex in Pd
  <br>
.
  <br>
  <br>
data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; selection
  <br>
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
  <br>
[list prepend 0]
  <br>
|
  <br>
[route 0 1 2 3 4 5 6 7 8 9]
  <br>
  <br>
zexy's [demux] has been made obsolete by the latter approach (but it
comes from a time when there were no [list] ojects)
  <br>
  <br>
the send approach as suggested by tim is certainly the one with the
least patching affort (but might be not as simple to read as the above)
  <br>
  <br>
fgasdrt
  <br>
IOhannes
  <br>
  <br>
</blockquote>
</body>
</html>