annotate examples/08-PureData/scope/_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
rev   line source
chris@531 1 #N canvas 1035 935 404 295 10;
chris@543 2 #X obj 136 235 dac~ 27 28 29 30;
chris@543 3 #X obj 66 201 osc~ 2321;
chris@531 4 #X obj 143 201 osc~ 12;
chris@543 5 #X obj 288 201 noise~;
chris@543 6 #X obj 207 201 phasor~ 10;
giuliomoro@474 7 #X text 16 15 Bela Scope;
chris@531 8 #X text 16 25 ==========;
chris@531 9 #X text 16 81 If you're running this example in the Bela IDE \, simply
chris@531 10 click;
chris@531 11 #X text 16 95 the scope icon to see the signals being visualised.;
chris@531 12 #X text 16 43 You can log any signal to the scope by using the DAC~
chris@531 13 ;
chris@531 14 #X text 16 57 outputs 27-30;
chris@531 15 #X text 17 117 If using the build scripts or compiled using Heavy \,
chris@531 16 make;
chris@531 17 #X text 16 146 up the scope in your browser http://192.168.7.2/scope/
chris@531 18 ;
chris@531 19 #X text 17 132 sure the IDE is running ( ./ide.sh start ) and then
chris@531 20 bring;
chris@531 21 #X connect 1 0 0 0;
chris@531 22 #X connect 2 0 0 1;
chris@531 23 #X connect 3 0 0 3;
chris@531 24 #X connect 4 0 0 2;