Module: FMOD::Core::DspIndex

Defined in:
lib/fmod/core/dsp_index.rb

Overview

Strongly-typed index values to denote special types of node within a DSP chain.

Constant Summary collapse

HEAD =

Head of the DSP chain. Equivalent of index 0.

-1
FADER =

Built in fader DSP.

-2
TAIL =

Tail of the DSP chain. Equivalent of the number of DSPs minus 1.

-3