3 // see net_recv.ck and net_relay.ck
5 // set up the patch - blackhole is for driving the netout
6 sinosc s => netout n => blackhole;
7 // set the oscillator frequency
9 // replace the following with the destination
10 "127.0.0.1" => n.addr => stdout;
13 while( true ) { 100::ms => now; }