aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/capture~-help.pd
blob: 4517393677a07814320ba982ab9f9b8f05bbeef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#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 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 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;