CustomDSPs class |
|
The CustomDSPs class, accessible through the control's CustomDSP property, contains methods needed to apply custom DSP effects during a playback session.
The CustomDSPs class is implemented through the following methods:
Further information about the use of Custom DSP effects can be found inside the How to manage custom DSP effects tutorial.
In order to have a better understanding about the use and implementation of custom DSP effects, you will find some sample of usage of these internal and external DSP effects inside the CustomDSP and CustomDSPWithUI samples installed by the product's setup package. You will also find two projects, written in Visual C++ 6, that demonstrate the implementation of two external custom DSP effects, one containing an editor (named MyCustomDspWithUI) that will implement a simple "Bass Boost" effect and one without any editor (named MyCustomDsp) that will implement two different effects: a simple "Reverb" effect and a simple "Balance" effect.
|