f_arg/i_arg/s_arg/n_arg

scorefiles commands -- return command-line arguments

These functions allow command-line arguments to the CMIX command to be entered into the RTcmix scorefile environment. For example, the command: contains 5 ingeter command-line arguments. The command: contains 2 floating-point arguments and 1 string argument.


f_arg(n) returns the nth argument as a floating-point value.

i_arg(n) returns the nth argument as an integer value.

s_arg(n) returns the nth argument as a string value.

n_arg(n) returns the number of arguments in the CMIX command.


Numbering of arguments starts at "0" for the first argument after the CMIX command.