Difference between revisions of "Firmware-73 Message-095"

From I-CubeX Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==MIDI STATUS (95, 60h)==
 
==MIDI STATUS (95, 60h)==
  
This message contains the activation status of the USB-microDig running status, active sensing and sampling loop marking. See the [[Firmware-73_Command-095 |MIDI STATUS command]] for more information.
+
This message contains the activation status of the USB-microDig running status, active sensing and sampling loop marking. See the [[Firmware-73_Command-094 |MIDI STATUS command]] for more information.
  
 
The [BODY] of the MIDI STATUS message is as follows:
 
The [BODY] of the MIDI STATUS message is as follows:
Line 7: Line 7:
 
{|
 
{|
 
|00000zyx:
 
|00000zyx:
|x = 0; MIDI running status disabled
+
|x = 0; MIDI running status enabled (channel voice MIDI messages only include a MIDI status byte when it changes)
 
|-
 
|-
 
|
 
|
|x = 1; MIDI running status enabled
+
|x = 1; MIDI running status disabled (each channel voice MIDI message includes a MIDI status byte)
 
|-
 
|-
 
|
 
|

Latest revision as of 04:45, 4 December 2017

MIDI STATUS (95, 60h)

This message contains the activation status of the USB-microDig running status, active sensing and sampling loop marking. See the MIDI STATUS command for more information.

The [BODY] of the MIDI STATUS message is as follows:

00000zyx: x = 0; MIDI running status enabled (channel voice MIDI messages only include a MIDI status byte when it changes)
x = 1; MIDI running status disabled (each channel voice MIDI message includes a MIDI status byte)
y = 0; MIDI active sensing disabled
y = 1; MIDI active sensing enabled
z = 0; Sampling interval marking disabled
z = 1; Sampling interval marking enabled