samedi 20 juin 2020

Do you need a cheap USB midi /din converter ?

KonverterMidiUSB Host

USB to Serial Midi bidrectionnal converter

This project based on Arduino Uno allows you to get a very economical USB MIDI converter, without any soldering.

The necessary components are as follows:

  • An Arduino Uno
  • An Arduino USB Host shield
  • An Arduino Midi shield (the simplest version)

Before compiling, you must install the USB Host libray from the Arduino IDE, and copy the midiXParser library to your own Arduino/libraries path.

https://github.com/TheKikGen/midiXparser/archive/master.zip

Assemble the Uno Host shield, and Midi shield, then upload the firmware to the Uno. Don't forget to set the switch to OFF on the Midi shield, before uploading, then ON again to use it.

For greater simplicity, the HEX files compiled from the latest version are provided to be used with AVRDude.

Plug an USB keyboard in the host shield, a midi cable to the midi out and to a synth. You are now able to use your favorite USB midi keyboard with any standard midi DIN device.

KiKPad : the Midiplus SmartPad reinvented !

KIKPAD

KiKPad : the Midiplus SmartPad reinvented !

SmartPad from Midiplus

We did it again !

The KikGen Labs proposes again a firmware entirely rewritten for a commercial product. This time it is the Smartpad from Midiplus, which technical characteristics being very close to the Launchpad from Novation.

At this stage, the firmware is an advanced prototype, developed with stm32duino, with all pads, 64 RGB colors, encoders, buttons operationals, including midi.
The perspectives offered by this new firmware are vast: fully customized Ableton Live controller, chord generator, autonomous sequencer, master keyboard , etc....

https://github.com/TheKikGen/kikpad

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Donate

USBMidiKliK4x4 2.5 released

UMK4x4 is a multi-port USB MIDI interface made with the STM32DUINO platform.

Download the last firmware here : https://github.com/TheKikGen/USBMidiKliK4x4/releases

Check also the wiki here : https://github.com/TheKikGen/USBMidiKliK4x4/wiki

The story of this project starts with a hack of the MIDIPLUS/MIDITECH 4x4 USB to MIDI interface. Needing more midi jacks, I bought a second Miditech interface, but I discovered it was not possible to use 2 Miditech / Midiplus MIDI USB 4X4 on the same computer to get 8x8, and according to the Miditech support, as that usb midi interface was not updateable at all ! I was stucked....That was motivating me enough to write a totally new and better firmware : the UsbMidiKlik4x4 project was born.

The current version V2.5 supports full USB midi until 16xIN , 16XOUT plus routing features, enabling configurables standalone mode, merge mode, thru mode, split mode, midi transformation, midi clock, etc., huge sysex flow, configuration menu from serial USB, and is very fast and stable thanks to the STM32F103. More of that, you can aggregate until 5 3x3 boards seen as one by activating the "Bus mode".

USBMidiKliK4x4 features :

  • STM32F103C8 / STM32F103CB / STM32F103RB / STM32F103RC uC support
  • Bluepill and Miditech 4x4 board support
  • 16 MIDI USB IN/OUT
  • 15-16 MIDI JACK IN / JACKS OUT *1
  • 8 Virtual internal IN/OUT
  • 4 midi clock and Midi Time Code generators
  • Full remote configuration by SYSEX
  • Configuration user interface from a serial USB terminal
  • Support of large sysex flow
  • Complex routing engine allowing to route any IN to any OUT
  • Transformation pipes allowing dynamic modification of midi messages
  • Customisable USB device ProductStringName, Vendor and Product Ids
  • STANDALONE mode (no USB host needed)
  • INTELLITHRU mode allowing specific routing rules when USB is idle
  • Stackable interfaces in bus mode to get 6x6 to 15x15 physical midi ports

The "pipeline" feature allows you to modify an incoming midi message through a chain of transformation functions (a "pipe"), e.g., transpose notes, split, map channel to another, map CC to another, etc...New pipes can be easily added in order to obtain complex midi transformations without degrading performances.

Do you need a cheap USB midi /din converter ?

KonverterMidiUSB Host USB to Serial Midi bidrectionnal converter This project based on Arduino Uno allows you to get a very economical USB M...