diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2005-05-01 17:03:31 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2005-05-01 17:03:31 +0000 |
commit | 0d78eaa587696bacf78c3713a4490e5ff276b1cd (patch) | |
tree | 2737ebc4bf3ce027d9df063b966ed36a6ed399a9 /between-help.pd | |
parent | 225eb97233ea14ee4f8a97a7d19eddbecae43007 (diff) |
new abstractions of the day!
svn path=/trunk/abstractions/nusmuk/; revision=2865
Diffstat (limited to 'between-help.pd')
-rw-r--r-- | between-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/between-help.pd b/between-help.pd new file mode 100644 index 0000000..f8dd77a --- /dev/null +++ b/between-help.pd @@ -0,0 +1,14 @@ +#N canvas 0 0 450 300 10; +#X obj 29 91 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X floatatom 29 183 5 0 0 0 - - -; +#X floatatom 68 131 5 0 0 0 - - -; +#X floatatom 108 131 5 0 0 0 - - -; +#X obj 29 156 between 2 15; +#X text 164 129 input range; +#X text 62 20 output a float that is between a min and a max; +#X text 52 90 <-- bang; +#X connect 0 0 4 0; +#X connect 2 0 4 1; +#X connect 3 0 4 2; +#X connect 4 0 1 0; |