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

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==MIDI OUT (93, 5Dh)== This command sets the MIDI out status of the USB-microDig. The default value is on, ie. MIDI out is enabled. The MIDI OUT command configures the USB-mi...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==MIDI OUT (93, 5Dh)==
+
==MUTE (32, 20h)==
  
This command sets the MIDI out status of the USB-microDig. The default value is on, ie. MIDI out is enabled. The MIDI OUT command configures the USB-microDig to set the baud rate of the USB-microDig COM port to 31.25 kbps upon power-up when no USB port is connected. Instead, if a USB-microMIDICable is attached to the USB-microDig it’s MIDI messages can be received by another MIDI device. Upon completion of the command the USB-microDig sends out the same command.
+
The 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 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 MUTE command is a toggle. Sending it the first time after power-up mutes all active sensor inputs, sending it a second time un-mutes them, and so forth. The USB-microDig does not send out any messages upon completion of this command.
  
The [BODY] of the MIDI OUT command is:
+
There is no [BODY] associated with this command.
  
{|
+
Example:
|0xxxxxxx:
+
 
|xxxxxxx = 0; MIDI out off
+
:240, 125, 0 {DEV}, 32 {MUTE}, 247 (F0h, 7Dh, 00h, 20h, F7h)
|-
 
|
 
|xxxxxxx = [1..127]; MIDI out on
 
|}
 

Latest revision as of 15:39, 3 November 2015

MUTE (32, 20h)

The 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 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 MUTE command is a toggle. Sending it the first time after power-up mutes all active sensor inputs, sending it a second time un-mutes them, and so forth. The USB-microDig does not send out any messages upon completion of this command.

There is no [BODY] associated with this command.

Example:

240, 125, 0 {DEV}, 32 {MUTE}, 247 (F0h, 7Dh, 00h, 20h, F7h)