Copyright © 2005-2019 MultiMedia Soft

Effects.PlaybackTempoGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current Tempo percentage for the given player. The Tempo percentage can be modified calling the Effects.PlaybackTempoSet method.

This method doesn't work with sounds with more than 2 channels (5.1 or 7.1) or if the EnableMixingFeatures property has been set to false.

 

Further details about songs mixing can be found inside the How to mix your songs section.

See the How to apply special effects to a playing sound section for further details.

 

 

Syntax

 

[Visual Basic]

Public Function PlaybackTempoGet (

nPlayerIndex as Int16,

ByRef fTempoPerc as Single

) as Single


 

[C#]

public float PlaybackTempoGet (

Int16 nPlayerIndex,

ref float fTempoPerc

);


 

[C++]

public: float PlaybackTempoGet (

Int16 nPlayerIndex,

float __gc *fTempoPerc

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player

fTempoPerc

Reference that, on return from the method call, will contain the Tempo variation expressed in percentage; supported values are from -90 to 90.