diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
commit | 3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch) | |
tree | 56f40e8053708927921138e95b9adc2b427a5340 /s-recorder~-help.pd | |
parent | cf335a829cb3917e17a4d3074ecb193b6b9d7287 (diff) |
This commit was generated by cvs2svn to compensate for changes in r9017,HEADsvn2git-headabstractions/s-abstractions
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=9018
Diffstat (limited to 's-recorder~-help.pd')
-rw-r--r-- | s-recorder~-help.pd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/s-recorder~-help.pd b/s-recorder~-help.pd new file mode 100644 index 0000000..edae981 --- /dev/null +++ b/s-recorder~-help.pd @@ -0,0 +1,16 @@ +#N canvas 589 269 450 300 10; +#X obj 10 108 s-recorder~ rec; +#X obj 10 48 osc~ 440; +#X obj 334 146 osc~ 220; +#X text 9 5 Quick and easy way to record audio streams; +#X text 10 197 Global receivers for left and right are called mainout-l +and mainout-r.; +#X obj 215 146 osc~ 110; +#X msg 170 67 \; rec/record 1 \;; +#X text 168 49 Trigger recording externally.; +#X obj 334 174 throw~ mainout-l; +#X obj 215 174 throw~ mainout-r; +#X connect 1 0 0 0; +#X connect 1 0 0 1; +#X connect 2 0 8 0; +#X connect 5 0 9 0; |