Csound Csound-dev Csound-tekno Search About

[Cs-dev] --strset option, strtod and strtol opcodes

Date2005-04-29 13:49
FromIstvan Varga
Subject[Cs-dev] --strset option, strtod and strtol opcodes
The --strset option allows setting strset string values from the command line,
in the format '--strsetN=VALUE'. It is useful for passing parameters to the
orchestra (e.g. file names).

------------------------------------------------------------------------------

ir      strtod  Sstr
ir      strtod  indx
kr      strtodk Sstr
kr      strtodk kndx
ir      strtol  Sstr
ir      strtol  indx
kr      strtolk Sstr
kr      strtolk kndx

These opcodes convert a string to a floating point (strtod) or a signed
integer (strtol) value. strtol can parse numbers in decimal, octal (prefixed
by 0), and hexadecimal (with a prefix of 0x) format.
It is also possible to pass an strset index or a string p-field from the
score instead of a string argument. Both strtod and strtol have an i-time
only version and one that runs both at initialization and performance time
(note: in the latter case, if a k-rate index variable is used, it should be
valid at i-time as well).
If the string cannot be parsed as a floating point or integer number, an
init or perf error occurs and the instrument is deactivated.


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net