Copyright © 2005-2019 MultiMedia Soft

EnableAutoEqualiz property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EnableAutoEqualiz As Boolean


 

[C#]

public bool EnableAutoEqualiz {get; set;}


 

[C++]

public: __property bool get_EnableAutoEqualiz();

public: __property void set_EnableAutoEqualiz(bool);


 

 

Remarks

Boolean value that enables/disables automatic equalization of loaded sounds.

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

FALSE (default)

0

Automatic equalization is disabled

TRUE

1

Automatic equalization is enabled

 

Automatic equalization can be obtained by adding a .EDJ sound inside the same folder containing the loaded sound: if for example the loaded file should be named MySong.mp3, the corresponding EDJ file should be named MySong.mp3.edj: when the control will find this specific file inside the same folder of the loaded sound it will automatically create and apply the requested bands of the equalizer.

 

For further details about defining the equalizer settings and about the EDJ format refer to the How to create and use an Equalizer section.