Copyright © 2001-2019 MultiMedia Soft

SpectrumValueChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever there is a change on the Spectrum peak values: this event, generated every 15 milliseconds, can be useful if you need to implement your own Spectrum graphical representation; after receiving this event, in order to obtain the Spectrum values to render graphically, you need to perform a call to the Spectrum.GetTable method.

 

This event is fired only if you have previously created the Spectrum object though a call to the Spectrum.Create method.

 

 

Syntax

 

[Visual Basic]

SpectrumValueChange (

ByVal nPlayer as Integer

)


 

[C++]

void SpectrumValueChange (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event