Copyright © 2005-2019 MultiMedia Soft

EnableMixingFeatures property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property EnableMixingFeatures As Boolean


 

[C#]

public bool EnableMixingFeatures {get; set;}


 

[C++]

public: __property bool get_EnableMixingFeatures();

public: __property void set_EnableMixingFeatures(bool);


 

 

Remarks

Boolean value that enables/disables applying mixing related settings to loaded sounds.

Supported values are the following:

Value

Meaning

false

Mixing related settings are disabled allowing a faster loading of the sound. In this situation it won't be possible calling the following methods and features: Effects.PlaybackTempSet, Effects.PlaybackRateSet and Effects.PlaybackPitchSet, BPM detection, beats position detection, equalizers, DMO effects, EAX effects, VST effects, custom DSP effects and silence detection will be unavailable also.

true (default)

Mixing related settings are enabled