NAME

reversegen - reverse the order of values in a function table


SYNOPSIS

reversegen(table_number)


DESCRIPTION

Call reversegen from a script to reverse the order of the values in a function table.

NOTE: Much of the functionality of reversegen has been duplicated and extended by the reverse operation of the modtable scorefile command in the new (in RTcmix 4.0) table-handle scheme.


ARGUMENTS

table_number
The numeric ID for the function table.


EXAMPLES

   /* Make a table of 100 random numbers. */
   makegen(1, 20, 100, 1)
   /* Reverse it. */
   reversegen(1)


SEE ALSO

makegen, addgens, multgens, copygen, offsetgen, scalegen, invertgen, shiftgen, quantizegen


AUTHOR

John Gibson <johgibso at indiana edu>