NAME

invertgen - invert the values of a function table around their midpoint


SYNOPSIS

invertgen(table_number)


DESCRIPTION

Call invertgen from a script to invert the values of a function table around their midpoint. Specifically, this center of symmetry is a point halfway between the minimum and maximum values in the table.

NOTE: Much of the functionality of invertgen has been duplicated and extended by the makefilter 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 hanning window (bell curve). */
   makegen(1, 25, 1000, 1)
   /* Invert it. */
   invertgen(1)


SEE ALSO

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


AUTHOR

John Gibson <johgibso at indiana edu>