prints
Prints at init-time using a printf() style syntax.
Syntax
Initialization
"string" -- the text string to be printed. Can be up to 8192 characters and must be in double quotes.
Performance
xval1, xval2, ... (optional) -- The k-rate values or strings to be printed. These are specified in “string” with the standard C value specifier (%f, %d, %s etc.) in the order given.
prints is similar to the printks opcode except it operates at init-time instead of k-rate. For more information about output formatting, please look at printks's documentation.
Examples
Here is an example of the prints opcode. It uses the file prints.csd.
Its output should include a line like this:
See also
Credits
Author: Matt Ingalls
January 2003