diff options
author | Luke Iannini <lukeiannini@users.sourceforge.net> | 2009-05-17 00:18:39 +0000 |
---|---|---|
committer | Luke Iannini <lukeiannini@users.sourceforge.net> | 2009-05-17 00:18:39 +0000 |
commit | 3c670ef38aa37fa309ca0220f251279fbd94160d (patch) | |
tree | bee5b6b58bf8cd7ffad846d4e79db7936a06b07a | |
parent | 0822dbd8b3b65bed9037f5bcf6ba9bb5456b6b18 (diff) |
helpfile for watch-input
svn path=/trunk/abstractions/sfruit/; revision=11405
-rw-r--r-- | sfruit/watch-input-help.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sfruit/watch-input-help.pd b/sfruit/watch-input-help.pd new file mode 100644 index 0000000..6acfb6f --- /dev/null +++ b/sfruit/watch-input-help.pd @@ -0,0 +1,24 @@ +#N canvas 680 185 564 315 10; +#X obj 73 168 watch-input; +#X text 185 171 you can turn off monitoring here (to save cpu \, for +example \, though it doesn't take much).; +#X text 373 275 2009 Luke Iannini; +#X text 373 289 proyekto.net; +#X text 48 15 [watch-input] helps you check for signal presence. By +default \, it monitors the [adc~]'s 0 and 1 channels \, but if you +connect any signal to the top inputs \, those will be shown instead. +; +#X obj 73 89 osc~ 440; +#X obj 73 115 *~ 1; +#X obj 107 116 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 +1; +#X obj 176 115 *~ 1; +#X obj 210 116 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X obj 176 89 osc~ 1000; +#X connect 5 0 6 0; +#X connect 6 0 0 0; +#X connect 7 0 6 1; +#X connect 8 0 0 1; +#X connect 9 0 8 1; +#X connect 10 0 8 0; |