From 4c1bcfd1857e4e5b25c5b3c9729d0422a8cce576 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 2 Feb 2015 19:14:33 +0000 Subject: Reformatted and enhanced the cyclone help-patches. svn path=/trunk/externals/miXed/; revision=17422 --- doc/help/cyclone/capture~-help.pd | 117 +++++++++++++++++++++++++------------- 1 file changed, 77 insertions(+), 40 deletions(-) (limited to 'doc/help/cyclone/capture~-help.pd') diff --git a/doc/help/cyclone/capture~-help.pd b/doc/help/cyclone/capture~-help.pd index 0eb8c57..4517393 100644 --- a/doc/help/cyclone/capture~-help.pd +++ b/doc/help/cyclone/capture~-help.pd @@ -1,44 +1,81 @@ -#N canvas 0 26 526 445 10; -#X text 16 20 Collect samples from a signal and examine them in a text -window; -#X msg 285 141 write; -#X msg 100 141 clear; -#X obj 28 128 cycle~ 440; -#X text 133 141 Clear capture buffer; -#X text 22 46 capture~ is similar to the capture object \, except that -it collects signal values rather than incoming integers. capture~ is -designed for signal debugging or investigation321for recording \, use -record~ or sfrecord~; -#X text 326 139 Write as text file; -#X text 160 207 Arguments: - optional "f" or "first" to put capture~ -into "first" mode where it stops collecting data after it has received -the specified number of values \; - number of values to capture \; -- the print precision (number of decimal places shown) \; - a list -of up to 10 indices within a signal vector. If no indices present \, -capture~ records the entire vector.; -#X text 160 301 Default values: - "last" mode \, where capture~ continues -to collect data \, throwing away old values if it has received more -than its specified number \; - 4100 values \; - print precision of -4 decimal places \; - record the entire signal vector \;; -#X text 30 107 (look at values from a sine wave...); -#X text 43 387 Note that capture~'s text window only holds a limited +#N canvas 507 84 567 530 10; +#X obj 0 685 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289 +0; +#X obj 0 176 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0 +; +#N canvas 1102 100 422 247 META 0; +#X text 1 18 LICENSE SIBSD; +#X text 1 103 LIBRARY cyclone; +#X text 1 85 OUTLET_0 list; +#X text 1 0 KEYWORDS capture signal collect text; +#X text 1 36 DESCRIPTION Collect samples from a signal and examine +in text window; +#X text 1 67 INLET_0 signal message; +#X text 0 122 VERSION 0.1-alpha57; +#X text 0 140 AUTHOR Krzysztof Czaja; +#X text 1 158 RELEASE_DATE 2002; +#X text 2 177 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +; +#X text 2 209 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan +Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland +updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan +adapted the patch to pd-extended 2015-02-02; +#X restore 501 687 pd META; +#X obj 0 267 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0 +; +#X obj 0 304 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1 +0; +#X obj 0 519 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1 +0; +#N canvas 466 526 428 77 Related_objects 0; +#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0; +#X text 6 1 Related Objects; +#X restore 212 687 pd Related_objects; +#X obj 81 185 cnv 17 3 42 empty empty 0 5 9 0 16 -228856 -162280 0 +; +#X obj 79 276 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0 +; +#X obj 0 0 cnv 15 551 43 empty empty capture~ 3 12 0 18 -204280 -1 +0; +#X text 108 206 messages; +#X text 181 206 - clear: clear contents; +#X text 181 223 - write: save to textfile (dialog box asks for filename) +; +#X text 108 276 list; +#X text 181 239 - write /path/to/file: write to file (no dialog); +#X msg 321 97 write; +#X msg 136 97 clear; +#X obj 64 84 cycle~ 440; +#X text 173 97 Clear capture buffer; +#X text 360 95 Write as text file; +#X text 59 56 (look at values from a sine wave...); +#X text 238 136 double-click to see text of captured values; +#X text 108 184 signal; +#X text 181 184 - signal to collect samples from; +#X text 76 537 capture~ is similar to the capture object \, except +that it collects signal values rather than incoming integers. capture~ +is designed for signal debugging or investigation321for recording \, +use record~ or sfrecord~; +#X text 76 606 Note that capture~'s text window only holds a limited amount of data \, so it's easy to capture more data than you can see. If you want to see all the data \, write it to a text file and open the file with another text editor.; -#X text 159 172 double-click to see text of captured values; -#X obj 28 181 capture~ f 1000 2 0; -#N canvas 247 115 494 409 META 0; -#X text 12 145 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan -Wilkes for Pd-extended 0.42 to conform to the PDDP template.; -#X text 12 115 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +#X text 181 275 - list of values captured; +#X text 90 432 Default values: - "last" mode \, where capture~ continues +to collect data \, throwing away old values if it has received more +than its specified number \; - 4100 values \; - print precision of +4 decimal places \; - record the entire signal vector \;; +#X text 91 312 1) str - optional "f" or "first" to put capture~ into +"first" mode where it stops collecting data after it has received the +specified number of values \; 2) float - number of values to capture +\; 3) float - the print precision (number of decimal places shown) +\; 4) float - a list of up to 10 indices within a signal vector. If +no indices present \, capture~ records the entire vector.; +#X obj 491 4 capture~; +#X text 13 23 Collect samples from a signal and examine in a text window ; -#X text 12 5 KEYWORDS signal GUI max_compatible; -#X text 12 75 INLET_0 signal clear write; -#X text 12 25 LICENSE SIBSD; -#X text 12 45 DESCRIPTION collect samples from a signal and examine -them in a text window; -#X text 12 95 AUTHOR Krzysztof Czaja; -#X restore 475 423 pd META; -#X connect 1 0 12 0; -#X connect 2 0 12 0; -#X connect 3 0 12 0; +#X obj 64 137 cyclone/capture~ f 1000 2 0; +#X obj 517 140 dspSwitch~; +#X connect 15 0 31 0; +#X connect 16 0 31 0; +#X connect 17 0 31 0; -- cgit v1.2.1