Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
EnableMixingFeatures property 
 
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: SetTempoPerc, SetRatePerc and SetPicth, 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
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents