This section describes all constants used with miscellaneous MIDAS functions. They are grouped according to the enum used to define them.
enum MIDASechoFilterTypes
These constants define different echo filter types for MIDAS Digital Audio System echo effects. Each echo in an echo effect has a separate filter. If the echo effect contains more than a couple of echoes, the echoes should usually sound best with low-pass filtering.
enum MIDASpostProcPosition
These constants define the position of a new post-processor in the system post-processor list when it is being added with MIDASaddPostProcessor. The order of the post-processors in the list determines the order in which they are applied to the sound output.
MIDAS internal echo effects are always inserted to the beginning of the list, and filters to the end. Most user post-processors should be inserted to the beginning as well.