Enumeration RhythmPlayerReason

Virtual Metronome error message.

Enumeration Members

RhythmPlayerReasonCanNotOpen: 801

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

RhythmPlayerReasonCanNotPlay: 802

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

RhythmPlayerReasonFailed: 1

1: A general error; no specific reason.

RhythmPlayerReasonFileOverDurationLimit: 803

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

RhythmPlayerReasonOk: 0

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

Generated using TypeDoc