diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 18:20:43 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 18:20:43 +0000 |
commit | b82f0373c5c7bed95b7c7612db9c051bb37ea36e (patch) | |
tree | ef43ed783bed471ea2ae600cfc7788672b2b7768 /examples/puredata/xtract/xtract-help.pd | |
parent | cadf1d65ff8f2679b2e394ef1843a3a6f7232c54 (diff) | |
download | LibXtract-b82f0373c5c7bed95b7c7612db9c051bb37ea36e.tar.gz LibXtract-b82f0373c5c7bed95b7c7612db9c051bb37ea36e.tar.bz2 LibXtract-b82f0373c5c7bed95b7c7612db9c051bb37ea36e.zip |
Improvements an fixes to PD example and help files
Diffstat (limited to 'examples/puredata/xtract/xtract-help.pd')
-rw-r--r-- | examples/puredata/xtract/xtract-help.pd | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/puredata/xtract/xtract-help.pd b/examples/puredata/xtract/xtract-help.pd index da96a07..6a7435b 100644 --- a/examples/puredata/xtract/xtract-help.pd +++ b/examples/puredata/xtract/xtract-help.pd @@ -15,9 +15,6 @@ may be obtained by sending the external a |help( message:; #X text 26 298 Other than this help message \, the data sent to the left inlet should always be a 'signal' (i.e. audio rate). This is the data from a which a given feature will be extracted.; -#X text 27 405 Any additional arguments that need to be passed to the -feature extraction funtion must be provided as a list to the right -inlet \, e.g.; #X obj 182 490 xtract~ mean; #X floatatom 132 586 10 0 0 0 - - -; #X floatatom 253 523 5 0 0 0 - - -; @@ -30,10 +27,13 @@ inlet \, e.g.; extracted.; #X obj 42 665 f0; #X obj 83 665 mfcc; +#X text 27 405 Any additional arguments that need to be passed to the +feature extraction function must be provided as a list to the right +inlet \, e.g.; #X connect 5 0 4 0; -#X connect 8 0 10 0; -#X connect 8 0 11 0; -#X connect 11 0 12 1; -#X connect 12 0 9 0; -#X connect 13 0 8 0; -#X connect 13 0 12 0; +#X connect 7 0 9 0; +#X connect 7 0 10 0; +#X connect 10 0 11 1; +#X connect 11 0 8 0; +#X connect 12 0 7 0; +#X connect 12 0 11 0; |