aboutsummaryrefslogtreecommitdiff
path: root/iemabs/split3.pd
blob: 8e5bb47b2cf9cc077c8674bb2d6c6e07a9f0e953 (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
#N canvas 363 140 456 333 10;
#X obj 25 60 inlet;
#X obj 26 231 outlet;
#X text 19 273 (c) musil@iem.kug.ac.at;
#X text 61 286 IEM KUG;
#X obj 68 79 inlet;
#X text 8 7 split3;
#X obj 111 100 inlet;
#X obj 72 212 outlet;
#X obj 111 188 outlet;
#X obj 25 135 moses \$1;
#X obj 68 157 moses \$2;
#X text 68 234 <float> output within;
#X text 117 213 <float> output less than low-limit;
#X text 155 189 <float> output greater than high-limit;
#X text 61 58 <float> input;
#X text 106 78 <float> low-limit;
#X text 148 101 <float> high-limit;
#X text 160 134 1.arg: <float> low-limit;
#X text 160 146 2.arg: <float> high-limit;
#X text 80 5 part a <float>-message into 3 ways:;
#X text 36 298 graz \, austria 2001;
#X text 141 40 3 greater than high-limit;
#X text 141 30 2 less than low-limit \;;
#X text 141 20 1 within low- and high-limit \;;
#X connect 0 0 9 0;
#X connect 4 0 9 1;
#X connect 6 0 10 1;
#X connect 9 0 7 0;
#X connect 9 1 10 0;
#X connect 10 0 1 0;
#X connect 10 1 8 0;