| The syntax in the manual for printk is wrong. The correct syntax is:
printk itime, kvar [,ispace]
I need to rework the printks ugen. Currently, to get a newline, you
have to use "\n" in the quoted string. However, since I wrote this
something else has been introduced into Csound which catches the
backslashes - I think for line extension purposes.
I haven't decided, and am open to suggestion, but my thoughts are to
abandon \n, \N, \t and \T as and use ~n, ~N, ~t and ~T instead.
This means I will take out the use of tilde to produce the ANSI
escape sequence.
By then it will be time for me to rewrite the whole manual page.
- Robin
===============================================================
Robin Whittle rw@firstpr.com.au http://www.firstpr.com.au
Heidelberg Heights, Melbourne, Australia
First Principles Research and expression: music, Internet
music marketing, telecommunications, human
factors in technology adoption. Consumer
advocacy in telecommunications, especially
privacy. Consulting and technical writing.
Real World Electronics and software for music: eg.
Interfaces the Devil Fish mods for the TB-303.
=============================================================== |