From 19846b8431801f09aa6c55207a679e802b3ddf81 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Mon, 1 Dec 2008 02:57:16 +0000 Subject: added pdoutify, a better alternative to using OSC for internal communication. also, a simple exponential adsr~ and more work on gui-spigot svn path=/trunk/abstractions/sfruit/; revision=10409 --- sfruit/pdoutify-demux.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sfruit/pdoutify-demux.pd (limited to 'sfruit/pdoutify-demux.pd') diff --git a/sfruit/pdoutify-demux.pd b/sfruit/pdoutify-demux.pd new file mode 100644 index 0000000..6812d66 --- /dev/null +++ b/sfruit/pdoutify-demux.pd @@ -0,0 +1,18 @@ +#N canvas 0 22 371 234 10; +#X obj 121 113 list-map; +#X obj 121 141 list-map; +#X obj 52 142 sendmany; +#X msg 183 164 \$1\$2; +#X msg 178 113 /pd/sfs\$1; +#X obj 183 141 list append \$1; +#X obj 121 47 inlet; +#X obj 52 46 inlet; +#X connect 0 0 1 0; +#X connect 0 1 4 0; +#X connect 1 0 2 1; +#X connect 1 1 5 0; +#X connect 3 0 1 1; +#X connect 4 0 0 1; +#X connect 5 0 3 0; +#X connect 6 0 0 0; +#X connect 7 0 2 0; -- cgit v1.2.1