Csound Csound-dev Csound-tekno Search About

[Csnd] UDO for printing audio signals

Date2013-03-14 21:20
Fromjoachim heintz
Subject[Csnd] UDO for printing audio signals
i came across steven's vaget opcode and thought it might be fairly easy 
to write an udo for printing audio signals with it (something i have 
missed several times, for debugging or teaching). here it is:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=178

it works similar to printk, but the intervals between printing and the 
number of starting spaces are at k-rate instead of i-rate, so you can 
produce more funny images on your output console.

as i have worked with formatters like "%%%ds %%.6f: [" in my code, i'd 
be very thankful if someone could test the example on osx and windows, 
because i am not sure if it works there, too.

thanks in advance for any report -

	joachim