Difference between revisions of "Firmware-811 Message-037"

From I-CubeX Wiki
Jump to: navigation, search
 
Line 1: Line 1:
==STATUS (37, 25h)==
+
==MIDI COM (37, 25h)==
  
The STATUS message indicates a communications error. The [BODY] of the STATUS message indicates the type of error encountered.
+
The MIDI COM message indicates a MIDI communications error. The [BODY] of the MIDI COM message indicates the type of error encountered.
  
 
The [BODY] of the reset message:
 
The [BODY] of the reset message:
Line 7: Line 7:
 
{|
 
{|
 
|0xxxxxxx:
 
|0xxxxxxx:
|xxxxxxx = 90 (5Ah); configuration setting error
+
|xxxxxxx = 90 (5Ah); configuration setting error as a result of a received command
 
|-
 
|-
 
|
 
|
Line 21: Line 21:
 
Example:
 
Example:
  
:240, 125, 0 {DEV}, 37 {STATUS}, 95 {DATA}, 247 (F0h, 7Dh, 00h, 25h, 5Fh, F7h) This message indicates that too much MIDI data is being sent to the WiDig too quickly.
+
:240, 125, 0 {DEV}, 37 {MIDI COM}, 95 {DATA}, 247 (F0h, 7Dh, 00h, 25h, 5Fh, F7h) This message indicates that too much MIDI data is being sent to the WiDig too quickly.

Latest revision as of 16:01, 5 March 2022

MIDI COM (37, 25h)

The MIDI COM message indicates a MIDI communications error. The [BODY] of the MIDI COM message indicates the type of error encountered.

The [BODY] of the reset message:

0xxxxxxx: xxxxxxx = 90 (5Ah); configuration setting error as a result of a received command
xxxxxxx = 92 (5Ch); MIDI protocol error / Invalid Command (invalid command number, bad number of arguments or invalid arguments in command)
xxxxxxx = 94 (5Eh); MIDI byte has been scrambled
xxxxxxx = 95 (5Fh); receive buffer is full, data may be lost (too much MIDI data is being sent to the WiDig too quickly)

Example:

240, 125, 0 {DEV}, 37 {MIDI COM}, 95 {DATA}, 247 (F0h, 7Dh, 00h, 25h, 5Fh, F7h) This message indicates that too much MIDI data is being sent to the WiDig too quickly.