aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/bondo-help.pd
blob: 87a9910fe5bea5f3fb515bb9754c8e43834ce8de (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
#N canvas 504 81 559 530 10;
#X obj 0 500 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 0 322 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 404 362 406 316 META 0;
#X text 1 20 LICENSE SIBSD;
#X text 1 100 LIBRARY cyclone;
#X text 1 0 KEYWORDS message bond syncronize sync print;
#X text 1 40 DESCRIPTION sync a group of messages;
#X text 1 60 INLET_0 message bang;
#X text 1 80 OUTLET_0 message;
#X text 0 120 VERSION 0.1-alpha57;
#X text 0 138 AUTHOR Krzysztof Czaja;
#X text 1 156 RELEASE_DATE 2002;
#X text 2 175 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 2 207 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 503 502 pd META;
#X obj 0 411 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 448 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#N canvas 189 488 428 109 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 obj 9 31 pack;
#X obj 44 31 unpack;
#X restore 212 502 pd Related_objects;
#X obj 81 420 cnv 17 3 17 empty empty n 5 9 0 16 -228856 -162280 0
;
#X obj 82 337 cnv 17 3 60 empty empty n 5 9 0 16 -228856 -162280 0
;
#X obj 0 0 cnv 15 552 40 empty empty bondo 3 12 0 18 -204280 -1 0;
#X text 12 23 sync a group of messages;
#X msg 164 88 brown;
#X msg 116 66 fox;
#X obj 116 296 print three;
#X msg 159 66 quick;
#X msg 203 66 a;
#X msg 270 118 set newval;
#X msg 221 118 bang;
#X text 105 463 1) float;
#X text 115 334 message;
#X text 115 380 bang;
#X text 181 379 - will output all values (can be from any inlet);
#X text 116 421 message;
#X text 181 419 - sends out all messages stored in syn;
#X obj 509 5 bondo;
#X text 181 462 - sets the number of inlets/outlets;
#X obj 159 275 print two;
#X obj 203 254 print one;
#X text 181 335 - "set value" will set an inlet to a value without
producing output. Other message are produced immediately in sync with
other inlet messages;
#X obj 116 193 cyclone/bondo 3;
#X connect 10 0 28 1;
#X connect 11 0 28 0;
#X connect 13 0 28 1;
#X connect 14 0 28 2;
#X connect 15 0 28 2;
#X connect 15 0 28 0;
#X connect 16 0 28 2;
#X connect 28 0 12 0;
#X connect 28 1 25 0;
#X connect 28 2 26 0;