Copyright © 2001-2019 MultiMedia Soft

SoundDurationChanged event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs after a successful call to the Effects.PlaybackTempoSet and Effects.PlaybackRateSet methods to notify that the original sound duration has been altered.

 

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

 

 

Syntax

 

[Visual Basic]

SoundDurationChanged (

ByVal nPlayer as Integer,

ByVal nNewDuration as Single

)


 

[C++]

void SoundDurationChanged (

short nPlayer,

float fNewDuration

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

fNewDuration

The updated sound duration expressed in seconds.