Difference between revisions of "Firmware-72 Command-050"

From I-CubeX Wiki
Jump to: navigation, search
Line 3: Line 3:
 
The SET MUTE command stops the sampling of all sensor inputs. It can be used in both modes of operation (stand-alone, host). After completion of the SET MUTE command, the USB-microDig does not send out any MIDI messages representing sensor values. After a RESET, the USB-microDig is un-muted by default. The USB-microDig does not send out any messages upon completion of this command.
 
The SET MUTE command stops the sampling of all sensor inputs. It can be used in both modes of operation (stand-alone, host). After completion of the SET MUTE command, the USB-microDig does not send out any MIDI messages representing sensor values. After a RESET, the USB-microDig is un-muted by default. The USB-microDig does not send out any messages upon completion of this command.
  
There [BODY] of the MUTE command:
+
The [BODY] of the MUTE command:
  
 
{|
 
{|

Revision as of 15:40, 3 November 2015

SET MUTE (50, 32h)

The SET MUTE command stops the sampling of all sensor inputs. It can be used in both modes of operation (stand-alone, host). After completion of the SET MUTE command, the USB-microDig does not send out any MIDI messages representing sensor values. After a RESET, the USB-microDig is un-muted by default. The USB-microDig does not send out any messages upon completion of this command.

The [BODY] of the MUTE command:

0xxxxxxx: xxxxxxx = 0; all sensor inputs un-muted
xxxxxxx = [1..127]; all sensor inputs muted

Example:

240, 125, 0 {DEV}, 50 {SET MUTE}, 1, 247 (F0h, 7Dh, 00h, 32h, 01h, F7h)