diff --git a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md index a5fe1ba..ce0343c 100644 --- a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md +++ b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md @@ -686,7 +686,7 @@ This is where you can send one voice via MIDI-SYSEX.
-1. After choosing, push the preset encoder. +2. After choosing, push the preset encoder.
@@ -702,23 +702,48 @@ The voice will be sent immediately. --- > __Hint for sending banks via MIDI:__ -> The bank is sent on the configured MIDI channel. If OMNI is configured, then MIDI channel 1 is used for sending. +> The voice is sent on the configured MIDI channel. If OMNI is configured, then MIDI channel 1 is used for sending. ---
### System +Everything that belongs to the basic settings and is probably rarely changed can be found in this menu. + #### Stereo/Mono +MD can be operated both in stereo and mono. In addition, the mono signal can also be output on both channels or only on one channel. + +Parameters: +* Stereo/Mono (STEREO/MONO/MONO-R/MONO-L) + #### MIDI Soft THRU +MD has a real MIDI-THRU connection on the TMA Paltine. But if this is not used, it is possible to output all incoming MIDI data via the existing interfaces. + +For example, if data arrives via MIDI-DIN it will be output on MIDI-DIN, USB-HOST-MIDI and USB-MIDI (without filtering). + +--- +> __Hint on MIDI Soft THRU:__ +> This also works when MIDI data is sent that MD does not process. So you have a simple MIDI media converter (USB-MIDI <-> DIN-MIDI). +--- + +Parameters: +* MIDI Soft THRU (ON/OFF) + #### EEPROM Reset +Resetting the EEPROM can sometimes be necessary if the internal data has been messed up (by a new firmware). By resetting the EEPROM only the current data is overwritten. All bank/voice data and configurations on the SD card are __not__ affected. +
### Info +The Info menu gives some information about the used version and the SD card. + +
+ ## Tips and tricks ### Editing the voices diff --git a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf index 70a6eb0..ef1e022 100644 Binary files a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf and b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf differ diff --git a/doc/manuals/MicroDexed-User_Manual/build.sh b/doc/manuals/MicroDexed-User_Manual/build.sh index e7ef3f7..21fb685 100755 --- a/doc/manuals/MicroDexed-User_Manual/build.sh +++ b/doc/manuals/MicroDexed-User_Manual/build.sh @@ -65,4 +65,6 @@ ${LCDIMG} --baseimg Preset_Push --line1 "MIDI Send Bank" --line2 "Sending Ch. 4" ${LCDIMG} --baseimg Preset_Setting --line1 "MIDI Send Voice" --line2 "%bracket_open%65%bracket_close% CHOIR01" --target images/10_VoiceSend_1.jpg ${LCDIMG} --baseimg Preset_Push --line1 "MIDI Send Voice" --line2 "%bracket_open%65%bracket_close% CHOIR01" --target images/10_VoiceSend_2.jpg ${LCDIMG} --baseimg Preset_Setting --line1 "MIDI Send Voice" --line2 "%bracket_open%06%bracket_close% CH0R 3 A" --target images/10_VoiceSend_3.jpg -${LCDIMG} --baseimg Preset_Push --line1 "MIDI Send Voice" --line2 "Sending Ch. 16" --target images/10_VoiceSend_4.jpg \ No newline at end of file +${LCDIMG} --baseimg Preset_Push --line1 "MIDI Send Voice" --line2 "Sending Ch. 16" --target images/10_VoiceSend_4.jpg + +${LCDIMG} --line1 "1.0.0 FX%sign-minus%16" --line2 "SD2 FAT32 29GB" --target images/10_Info_1.jpg diff --git a/doc/manuals/MicroDexed-User_Manual/images/10_Info_1.jpg b/doc/manuals/MicroDexed-User_Manual/images/10_Info_1.jpg new file mode 100644 index 0000000..a6b48bd Binary files /dev/null and b/doc/manuals/MicroDexed-User_Manual/images/10_Info_1.jpg differ