LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Audio Filters > Flanger Filter > ILMAFlangerDisp Interface |
Type |
Name |
Description |
long |
DryMix |
Controls the level of unprocessed signals. Adjust to control the pass-through volume of the unprocessed signal. |
long |
WetMix |
Controls the level of processed signals. Adjust to control the mixed amount of the processed signal. |
long |
Delay |
Controls the level of flange, increased values will result in an increase in the delay time. |
long |
Feedback |
Feedback of the repeated signal, by default from -100 to 100. Zero feedback will result in only a single repeat, while nonzero feedback settings will generate numerous repeats. |
long |
Rate |
Refers to the rate at which the LFO waveform repeats itself. By increasing the speed, the flanger will have to sweep through the depth in less time. |
long |
Sweep |
The sweep depth determines how wide the sweep is in terms of delay time - essentially the width of the LFO. This sweep depth is the maximum additional delay that is added to the signal in addition to the delay in the Delay property. |
long |
Stereo |
Represent the phase difference between the left and right channel. |
VARIANT_BOOL |
Enabled |
Indicates weather Flange effect is enabled (VARIANT_TRUE) or not (VARIANT_FALSE). |
long |
DefaultDryMix |
Default Dry Mix value. Original default value is 70. |
long |
DefaultWetMix |
Default Wet Mix value. Original default value is 50. |
long |
DefaultDelay |
Default delay value. Original default value is 500. |
long |
DefaultFeedback |
Default feedback value Original default value is 25. |
long |
DefaultRate |
Default rate value Original default value is 5. |
long |
DefaultSweep |
Default sweep value Original default value is 10. |
long |
DefaultStereo |
Default stereo value Original default value is 90. |
VARIANT_BOOL |
DefaultEnabled |
Default for bEnabled value Original default value is VARIANT_TRUE. |
long |
NumChannels |
Number of channels per sample of the current media format. |