Enumeration RhythmPlayerErrorType

Virtual Metronome error message.

Enumeration Members

RhythmPlayerErrorCanNotOpen: 801

801: There is an error when opening the beat files.

RhythmPlayerErrorCanNotPlay: 802

802: There is an error when playing the beat files.

RhythmPlayerErrorFailed: 1

1: A general error; no specific reason.

RhythmPlayerErrorFileOverDurationLimit: 803

(803): The duration of the beat file exceeds the limit. The maximum duration is 1.2 seconds.

RhythmPlayerErrorOk: 0

(0): The beat files are played normally without errors.

Generated using TypeDoc