diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2006-12-23 11:38:02 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2006-12-23 11:38:02 +0000 |
commit | 2a2288fb0a2f8b7d6a50fdd5d4dbc12f827d3272 (patch) | |
tree | edcde2b2da9e4ea824793046a56eb69ba7d6b100 /help | |
parent | 72898d681120c0a0d46af2a118898c45c781b5cb (diff) |
*** empty log message ***
svn path=/trunk/externals/mapping/; revision=7051
Diffstat (limited to 'help')
-rw-r--r-- | help/rec_play-help.pd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/help/rec_play-help.pd b/help/rec_play-help.pd new file mode 100644 index 0000000..d66affe --- /dev/null +++ b/help/rec_play-help.pd @@ -0,0 +1,32 @@ +#N canvas 729 51 701 508 10; +#X obj 41 41 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144 +-1 -1 7400 1; +#X obj 41 327 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144 +-1 -1 1100 1; +#X obj 41 179 / 127; +#X obj 41 303 * 127; +#X obj 76 202 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X text 96 202 rec; +#X obj 112 219 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 +1; +#X msg 148 238 write test; +#X msg 161 258 read test; +#X text 346 152 arg1 : number of sample to record; +#X text 346 172 arg2 : time between sample (ms); +#X text 190 16 record and play stream of float; +#X text 141 45 Warning : the save fonctionality work only if data are +:; +#X text 478 69 -1 < data < 1; +#X text 255 242 write and load in a wave file; +#X text 168 280 10s recording \, 10ms between data; +#X text 132 219 play (loop); +#X obj 41 279 rec_play 1000 10; +#X connect 0 0 2 0; +#X connect 2 0 17 0; +#X connect 3 0 1 0; +#X connect 4 0 17 1; +#X connect 6 0 17 2; +#X connect 7 0 17 3; +#X connect 8 0 17 3; +#X connect 17 0 3 0; |