aboutsummaryrefslogtreecommitdiff
path: root/signal/streamout~.pd
blob: 56b2ecebe22d002f3f660888b4446b604af3fdd0 (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
#N canvas 45 154 820 483 12;
#X floatatom 227 194 0 0 0;
#X msg 46 32 disconnect;
#X obj 368 72 osc~;
#X floatatom 368 20 0 0 0;
#X obj 368 44 sig~ 220;
#X text 13 239 The format message sets the transmission format;
#X text 11 419 Hopefully we will sometimes have a version where we can compress it for transmission over the "real" net.;
#X text 14 462 (C) 1999 Guenter Geiger;
#X obj 455 21 streamin~ 3001;
#X obj 448 78 dac~;
#X msg 156 68 connect tritonus 3000;
#X msg 20 113 format float;
#X msg 20 144 format 16bit;
#X text 13 256 format float: send float numbers;
#X text 12 275 format 16bit: send 16 bit integers;
#X msg 20 176 format 8bit;
#X text 380 246 host:;
#X text 13 219 format:;
#X obj 227 162 streamout~ localhost 3000;
#X text 379 193 connect:;
#X text 378 210 connect sets the host and portnumber and immediatly tries to connect .;
#X text 380 263 Set the host name and connect to the host \, if a connection was active.;
#X msg 250 100 1;
#X msg 284 100 0;
#X text 379 298 disconnect (0);
#X text 378 315 disconnect and 0 disconnect the object;
#X text 379 335 1:;
#X text 376 352 if the number 1 is sent to streamout \, the object connects to the stored host and portnumber. Default is localhost \, port number 3000;
#X obj 366 107 *~ 0.01;
#X msg 179 12 connect gige 15001;
#X msg 156 37 connect localhost 3001;
#X text 12 292 format 8bit: send 8 bit integers;
#X connect 1 0 18 0;
#X connect 2 0 28 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X connect 8 0 9 0;
#X connect 8 0 9 1;
#X connect 10 0 18 0;
#X connect 11 0 18 0;
#X connect 12 0 18 0;
#X connect 15 0 18 0;
#X connect 18 0 0 0;
#X connect 22 0 18 0;
#X connect 23 0 18 0;
#X connect 28 0 18 0;
#X connect 29 0 18 0;
#X connect 30 0 18 0;