Mercurial > hg > beaglert
comparison examples/08-PureData/midi-poly-synth/bela_ctlin.pd @ 464:8fcfbfb32aa0 prerelease
Examples reorder with subdirectories. Added header to each project. Moved Doxygen to bottom of render.cpp.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Mon, 20 Jun 2016 16:20:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
463:c47709e8b5c9 | 464:8fcfbfb32aa0 |
---|---|
1 #N canvas 554 204 703 475 10; | |
2 #X obj 53 431 outlet; | |
3 #X obj 108 429 outlet; | |
4 #X obj 99 127 r ctlin; | |
5 #X obj 92 151 unpack f f f; | |
6 #X obj 154 429 outlet; | |
7 #X obj 86 322 spigot; | |
8 #X text 51 450 value; | |
9 #X text 105 450 number; | |
10 #X obj 211 138 loadbang; | |
11 #X obj 177 193 \$1; | |
12 #X obj 126 214 == \$1; | |
13 #X obj 119 299 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 | |
14 1; | |
15 #X obj 84 349 unpack f f f; | |
16 #X obj 143 247 ||; | |
17 #X obj 177 217 == 0; | |
18 #X text 70 11 Emulates ctlin \, except number of outlets is fixed. | |
19 ; | |
20 #X obj 228 247 ||; | |
21 #X obj 262 217 == 0; | |
22 #X obj 212 214 == \$2; | |
23 #X obj 262 193 \$2; | |
24 #X obj 177 277 &&; | |
25 #X obj 211 163 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 | |
26 -1 -1; | |
27 #X text 173 299 If (inputController==\$1 || \$1==0) && (inputChannel==\$2 | |
28 || \$2==0); | |
29 #X text 197 52 Known issue: trying to select inputController 0 will | |
30 result i accepting all controllers (because a pd external cannot tell | |
31 the difference between \$1 been explicitely set to 0 and the patch | |
32 not having any argument); | |
33 #X text 162 450 channel; | |
34 #X obj 56 192 pack f f f; | |
35 #X obj 80 408 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | |
36 -1; | |
37 #X floatatom 81 382 5 0 0 0 - - -, f 5; | |
38 #X obj 121 412 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 | |
39 -1 -1; | |
40 #X floatatom 122 386 5 0 0 0 - - -, f 5; | |
41 #X obj 172 406 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 | |
42 -1 -1; | |
43 #X floatatom 173 380 5 0 0 0 - - -, f 5; | |
44 #X obj 122 92 s ctlin; | |
45 #X obj 64 29 r bela_ctlin; | |
46 #X connect 2 0 3 0; | |
47 #X connect 3 0 25 0; | |
48 #X connect 3 1 10 0; | |
49 #X connect 3 1 25 1; | |
50 #X connect 3 2 18 0; | |
51 #X connect 3 2 25 2; | |
52 #X connect 5 0 12 0; | |
53 #X connect 8 0 21 0; | |
54 #X connect 9 0 14 0; | |
55 #X connect 10 0 13 0; | |
56 #X connect 11 0 5 1; | |
57 #X connect 12 0 0 0; | |
58 #X connect 12 0 27 0; | |
59 #X connect 12 1 1 0; | |
60 #X connect 12 1 29 0; | |
61 #X connect 12 2 4 0; | |
62 #X connect 12 2 31 0; | |
63 #X connect 13 0 20 0; | |
64 #X connect 14 0 13 1; | |
65 #X connect 16 0 20 1; | |
66 #X connect 17 0 16 1; | |
67 #X connect 18 0 16 0; | |
68 #X connect 19 0 17 0; | |
69 #X connect 20 0 11 0; | |
70 #X connect 21 0 9 0; | |
71 #X connect 21 0 19 0; | |
72 #X connect 25 0 5 0; | |
73 #X connect 27 0 26 0; | |
74 #X connect 29 0 28 0; | |
75 #X connect 31 0 30 0; | |
76 #X connect 33 0 32 0; |