Difference between revisions of "EditorX-80 Sensor Input"

From I-CubeX Wiki
Jump to: navigation, search
(Copied from EditorX-75 Sensor Input, revision 1840)
 
 
Line 20: Line 20:
 
The remainder of the Sensor Input section is explained in the following sub-sections:
 
The remainder of the Sensor Input section is explained in the following sub-sections:
  
*[[EditorX-75_Sensor_Input_Analog_Sensors | Analog Sensors]]
+
*[[EditorX-80_Sensor_Input_Analog_Sensors | Analog Sensors]]
*[[EditorX-75_Sensor_Input_Digital_Sensors | Digital Sensors]]
+
*[[EditorX-80_Sensor_Input_Digital_Sensors | Digital Sensors]]
*[[EditorX-75_Sensor_Input_Processing | Processing]]
+
*[[EditorX-80_Sensor_Input_Processing | Processing]]
*[[EditorX-75_Sensor_Input_Signal_Flow | Signal Flow]]
+
*[[EditorX-80_Sensor_Input_Signal_Flow | Signal Flow]]
*[[EditorX-75_Sensor_Input_MIDI_Message | MIDI Message]]
+
*[[EditorX-80_Sensor_Input_MIDI_Message | MIDI Message]]
*[[EditorX-75_MIDI_Monitor | MIDI Monitor]]
+
*[[EditorX-80_MIDI_Monitor | MIDI Monitor]]

Latest revision as of 21:51, 28 May 2018

The Sensor Input section configures a single sensor input of the digitizer. The sensor type can be selected as analog or digital, and the signal processing configuration can be visualized in a diagram.

Editorx-73 sensor input analog.png

Editorx-73 sensor input digital.png


Analog / Digital

Sensors output either analog or digital signals. Analog sensors output a single value that is captured by the digitizer using its analog to digital converter, after which a number of algorithms can be applied to process the sensor value and output it as a MIDI message. Digital sensors convert analog value(s) in the sensor itself and communicate with the digitizer using a synchronous serial digital protocol called I2C, which involves exchanging pulse trains that represent bytes between the sensor and the digitizer, which then can apply a number of algorithms to process the sensor values and output them as MIDI messages.

When selecting Analog, a number of conversion methods can be selected that may be applied in conjunction with processing methods. When selecting Digital from the pull-down menu, a menu next to it is shown to select the virtual input (that represents the digital sensor's parameter) and its configuration. Also, when selecting Digital, a number of sensor presets can be selected, applicable to the corresponding I-CubeX sensors.

Editorx-73 sensor input analog menu.png

Editorx-73 sensor input digital menu.png

Sub-Sections

The remainder of the Sensor Input section is explained in the following sub-sections: