diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-07-10 07:47:46 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-07-10 07:47:46 +0000 |
commit | 3faf17f7b713905f582def227df90dac15f3468d (patch) | |
tree | a429f621d2aad8db85d902fde422d3ff1e859bd6 /sx/drift.pd |
This commit was generated by cvs2svn to compensate for changes in r7969,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=7970
Diffstat (limited to 'sx/drift.pd')
-rw-r--r-- | sx/drift.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sx/drift.pd b/sx/drift.pd new file mode 100644 index 0000000..21cbf86 --- /dev/null +++ b/sx/drift.pd @@ -0,0 +1,24 @@ +#N canvas 0 0 450 300 10; +#X obj 15 9 inlet; +#X obj 15 148 line \$1; +#X obj 15 33 unpack f f f; +#X obj 85 149 line \$1; +#X obj 155 150 line \$1; +#X obj 15 182 pack f f f; +#X obj 15 210 outlet; +#X obj 79 209 s \$2; +#X obj 15 90 pack f \$1; +#X obj 85 90 pack f \$1; +#X obj 155 90 pack f \$1; +#X connect 0 0 2 0; +#X connect 1 0 5 0; +#X connect 2 0 8 0; +#X connect 2 1 9 0; +#X connect 2 2 10 0; +#X connect 3 0 5 1; +#X connect 4 0 5 2; +#X connect 5 0 6 0; +#X connect 5 0 7 0; +#X connect 8 0 1 0; +#X connect 9 0 3 0; +#X connect 10 0 4 0; |