Remarks
Enables/disables the possibility for the embedded spectrum visual feedback to keep count of filters, equalizer and custom DSP effects applied to the incoming audio stream.
For details about using Visual Feedbacks refer to the How to use embedded Visual Feedbacks section.
For details about using the enhanced spectrum analyzer see the How to use the Enhanced Spectrum Analyzer section.
Syntax
[Visual Basic]
Public Sub EffectsOnSpectrumEnable (
bEnable as Boolean
)
|
|
[C#]
public void EffectsOnSpectrumEnable (
bool bEnable
);
|
|
[C++]
public: void EffectsOnSpectrumEnable (
bool bEnable
);
|
|
Parameter
|
Description
|
|
|
bEnable
|
Boolean value that specifies if the embedded spectrum visual feedback must keep count of special effects.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
false (default)
|
0
|
Ignore special effects and display the original spectrum as received from input channels
|
true
|
1
|
Keep count of special effects
|
|
Return value
None
|