diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-09 19:48:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-09 19:48:58 +0000 |
commit | 6c2593b19bccaba6fd9581f6e045a49d4f50e5dd (patch) | |
tree | e0ac90d18b0815f194378deafe77d2042c0fa5ed | |
parent | bfd32981f084b9f637b176bd086bc1debade56fd (diff) |
added most basic help patch
svn path=/trunk/externals/ggee/; revision=13416
-rw-r--r-- | control/inv-help.pd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/control/inv-help.pd b/control/inv-help.pd new file mode 100644 index 0000000..69f0d2d --- /dev/null +++ b/control/inv-help.pd @@ -0,0 +1,10 @@ +#N canvas 141 276 450 300 10; +#X obj 165 115 inv; +#X floatatom 165 164 5 0 0 0 - - -; +#X text 41 32 perform 1/x using float from inlet; +#X obj 166 77 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 1500 1; +#X msg 126 77 5; +#X connect 0 0 1 0; +#X connect 3 0 0 0; +#X connect 4 0 0 0; |