Microsoft DirectX 8.1 (Visual Basic) |
The 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
Parts
object
Resolves to a DirectMusicPerformance8 object.
Return Values
Returns the master groove level.
Error Codes
If the method fails, it raises an error, and Err.Number is set.
See Also