Mercurial > hg > beaglert
comparison examples/08-PureData/hello-midi/_main.pd @ 543:8f8809c77dda prerelease
updated basics, digital, instruments, extras examples
author | chnrx <chris.heinrichs@gmail.com> |
---|---|
date | Fri, 24 Jun 2016 13:19:52 +0100 |
parents | ddb86944e138 |
children |
comparison
equal
deleted
inserted
replaced
542:3016638b4da2 | 543:8f8809c77dda |
---|---|
1 #N canvas 906 587 651 756 10; | 1 #N canvas 461 525 651 756 10; |
2 #X obj 45 706 dac~ 1 2; | 2 #X obj 45 706 dac~ 1 2; |
3 #X obj 45 663 *~ 0.1; | 3 #X obj 45 663 *~ 0.1; |
4 #X obj 45 262 mtof; | 4 #X obj 45 262 mtof; |
5 #X obj 45 300 phasor~ 440; | 5 #X obj 45 300 phasor~ 440; |
6 #X obj 201 303 * 20; | 6 #X obj 201 303 * 20; |
34 #X text 43 53 Here's a simple monophonic synthesiser that is controllable | 34 #X text 43 53 Here's a simple monophonic synthesiser that is controllable |
35 ; | 35 ; |
36 #X text 43 66 with a midi controller. Note and control messages can | 36 #X text 43 66 with a midi controller. Note and control messages can |
37 be; | 37 be; |
38 #X text 43 80 obtained using the; | 38 #X text 43 80 obtained using the; |
39 #X obj 159 80 notein; | 39 #X obj 169 80 notein; |
40 #X text 213 80 and; | 40 #X text 233 80 and; |
41 #X obj 240 80 ctlin; | 41 #X obj 260 80 ctlin; |
42 #X text 292 80 objects.; | 42 #X text 315 80 objects.; |
43 #X text 43 104 Most midi devices should be compatible when plugged | 43 #X text 43 104 Most midi devices should be compatible when plugged |
44 into; | 44 into; |
45 #X text 43 117 the BeagleBone's USB port.; | 45 #X text 43 117 the BeagleBone's USB port.; |
46 #X text 445 5 ............................; | 46 #X text 445 5 ............................; |
47 #X text 445 15 . ____ ._____ _ .......___ .; | 47 #X text 445 15 . ____ ._____ _ .......___ .; |