#include <Mixer.h>
Inheritance diagram for csl::Panner:

This Effect simply takes a monophonic input stream and a dynamic panner value and generates a stereo output stream where the panner can range from +- 1.0. You normally create this with both the input and the pan signal, as in Panner(UnitGenerator * in, UnitGenerator * pan) One can also give it an amplitude scaler or envelope
1.4.5-20051010