diff --git a/config.h b/config.h index 03bec14..f882c65 100644 --- a/config.h +++ b/config.h @@ -52,11 +52,11 @@ // amidi -p hw:2,0,0 -d -r /tmp/bkup1.syx // // For SYSEX Bank upload via USB: -// sed -i.orig 's/SYSEX_MAX_LEN = 290/SYSEX_MAX_LEN = 4104/' /usr/local/arduino-teensy-1.8.12/hardware/teensy/avr/libraries/USBHost_t36/USBHost_t36.h -// sed -i.orig 's/^#define USB_MIDI_SYSEX_MAX 290/#define USB_MIDI_SYSEX_MAX 4104/' /usr/local/arduino-teensy-1.8.12/hardware/teensy/avr/cores/teensy3/usb_midi.h +// sed -i.orig 's/SYSEX_MAX_LEN = 290/SYSEX_MAX_LEN = 4104/' /usr/local/arduino-teensy/hardware/teensy/avr/libraries/USBHost_t36/USBHost_t36.h +// sed -i.orig 's/^#define USB_MIDI_SYSEX_MAX 290/#define USB_MIDI_SYSEX_MAX 4104/' /usr/local/arduino-teensy/hardware/teensy/avr/cores/teensy3/usb_midi.h //#define USB_MIDI_SYSEX_MAX 4104 -#define VERSION "1.0.1" +#define VERSION "1.0.2" //************************************************************************************************* //* DEVICE SETTINGS diff --git a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md index 2042d95..8816de4 100644 --- a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md +++ b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md @@ -844,6 +844,8 @@ The Info menu states some information about the software version and the SD card The sound generation (msfa) from the free VST-plugin Dexed. So you can use Dexed as MIDI SYSEX editor or you can use sounds programmed with Dexed on MD. For the original Dexed/msfa software take a look at [Dexed on Github](https://github.com/asb2m10/dexed) and [Music Synthesizer for Android on Github](https://github.com/google/music-synthesizer-for-android). +
+ ### Editing voice presets As mentioned before: you can use external editor software for MIDI SYSEX editing of MD voice presets. Here is a collection of freely available editors: diff --git a/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf b/doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.pdf index 557ad97..aba0928 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/images/MicroDexed1.jpg b/doc/manuals/MicroDexed-User_Manual/images/MicroDexed1.jpg new file mode 100644 index 0000000..98b27e8 Binary files /dev/null and b/doc/manuals/MicroDexed-User_Manual/images/MicroDexed1.jpg differ diff --git a/doc/manuals/MicroDexed-User_Manual/images/MicroDexed2.jpg b/doc/manuals/MicroDexed-User_Manual/images/MicroDexed2.jpg new file mode 100644 index 0000000..e1e39a2 Binary files /dev/null and b/doc/manuals/MicroDexed-User_Manual/images/MicroDexed2.jpg differ diff --git a/doc/manuals/MicroDexed/MicroDexed.md b/doc/manuals/MicroDexed/MicroDexed.md index 5d3d5ae..2c9d8d7 100644 --- a/doc/manuals/MicroDexed/MicroDexed.md +++ b/doc/manuals/MicroDexed/MicroDexed.md @@ -20,6 +20,8 @@ and an LCD display. For the original Dexed/msfa software take a look at [Dexed on Github](https://github.com/asb2m10/dexed) and [Music Synthesizer for Android on Github](https://github.com/google/music-synthesizer-for-android). +
+ ## Features * Compatible to a legendary FM synth with six operators from a famous Japanese manufacturer diff --git a/doc/manuals/MicroDexed/MicroDexed.pdf b/doc/manuals/MicroDexed/MicroDexed.pdf index 0528943..b104ef3 100644 Binary files a/doc/manuals/MicroDexed/MicroDexed.pdf and b/doc/manuals/MicroDexed/MicroDexed.pdf differ