diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-07-31 04:27:27 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 76e9fc3a254f558b23e196176a651bdb28c32e07 (patch) | |
tree | 633fb8ea3e4bdf6936ac934a4a8af42734066695 /examples/mrandtab.pd | |
parent | 12eb493f82763ad6c9497c18a0bb8af131eb5e0a (diff) |
sorted out the examples and help files and got 'make install' working
svn path=/trunk/externals/unauthorized/; revision=15176
Diffstat (limited to 'examples/mrandtab.pd')
-rw-r--r-- | examples/mrandtab.pd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/mrandtab.pd b/examples/mrandtab.pd new file mode 100644 index 0000000..6532ff1 --- /dev/null +++ b/examples/mrandtab.pd @@ -0,0 +1,7 @@ +#N canvas 187 22 737 487 10; +#X obj 300 10 import unauthorized; +#X obj 138 151 dac~; +#X obj 136 114 randtab; +#X text 174 86 Everything is in the subpatch; +#X connect 2 0 1 0; +#X connect 2 0 1 1; |