annotate examples/08-PureData/hello-world/_main.pd @ 506:2a8afa6fa118 prerelease

Re-removed basic-network example, as the accompanying core code has been taken out a few commits ago
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 22 Jun 2016 01:33:19 +0100
parents 8fcfbfb32aa0
children ddb86944e138
rev   line source
robert@464 1 #N canvas 275 573 461 212 10;
robert@464 2 #X obj 39 143 dac~ 1 2;
robert@464 3 #X text 35 32 Hello world!;
robert@464 4 #X text 35 42 ============;
robert@464 5 #X text 95 79 (the sweet sound of success);
robert@464 6 #X obj 39 102 *~ 0.1;
robert@464 7 #X obj 39 81 osc~ 440;
robert@464 8 #X text 238 160 ---------------------------------;
robert@464 9 #X text 238 150 @krighxz / BELA / heavy / 12/2015;
robert@464 10 #X text 262 169 beaglert.cc / enzienaudio.com;
robert@464 11 #X connect 4 0 0 1;
robert@464 12 #X connect 4 0 0 0;
robert@464 13 #X connect 5 0 4 0;