RHYTHM_PLAYER_STATE_TYPE
Virtual metronome states.
Enumerations
- RHYTHM_PLAYER_STATE_IDLE
- (810): The virtual metronome is not enabled or has been disabled.
- RHYTHM_PLAYER_STATE_OPENING
- (811): Opening the beat file.
- RHYTHM_PLAYER_STATE_DECODING
- (812): Decoding the beat file.
- RHYTHM_PLAYER_STATE_PLAYING
- (813): The beat file is playing.
- RHYTHM_PLAYER_STATE_FAILED
- (814): Failed to start the virtual metronome. You can troubleshoot the error using the returned
errorCode, or try restarting the virtual metronome.