examples\basic\adc.ck
// mic-in to audio out

// the patch
adc => Gain g => dac;

// infinite time-loop
while( true )
{
    // advance time
    100::ms => now;
}
home .. language .. program .. examples