aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/44.multiple_messages.pd
blob: 2374ad54922726a0e304f215687f848e82b37f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#N canvas 517 97 631 447 12;
#X obj -49 6 cnv 15 400 40 empty empty multiple_messages 20 12 0 24
-228992 -66577 0;
#X text -42 70 You can send multiple messages in one message box by
separating them with commas:;
#X msg 7 161 1 \, 2 \, 3;
#X text 102 175 these each print on a new line;
#X msg 7 263 first 1 \, second 2 \, third 3;
#X obj 7 308 route first second third;
#X floatatom 7 335 5 0 0 0 - - -;
#X floatatom 85 335 5 0 0 0 - - -;
#X floatatom 163 335 5 0 0 0 - - -;
#X obj 7 195 print;
#X connect 2 0 9 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 5 1 7 0;
#X connect 5 2 8 0;