Platform SDK: DirectX

DirectMusicPerformance.GetMasterGrooveLevel

The DirectMusicPerformance.GetMasterGrooveLevel method retrieves the current master groove level, which is a value added to all groove levels in the performance. The resulting value is adjusted, if necessary, to fall within the range from 1 through 100.

object.GetMasterGrooveLevel() As Integer

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.

Return Values

If the method succeeds, it returns the master groove level.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

See Also

DirectMusicPerformance.SetMasterGrooveLevel