By submo
Sat Jun 15, 2024 12:09 pm
Right...
So I've made a very hacky work around to the very annoying multi channel midi input note off bug. Been bugging me for far too long so I've made a little USB Midi Device which can sort of get round this issue.
It's a USB Midi interface with a single Midi Din input. The USB Midi interface shows up as 16 different Midi ports on the Akai. Each Midi channel received at the Midi Din input is routed to it's own specific port. So Midi channel 3 is sent to USB port 3.. Midi channel 7 is sent to USB port 7, so basically each Midi channel gets it's own port.
By giving each Midi channel their own port, they don't get affected by the note off bug. It's a crude but effective work around if anyone like me REALLY needs to use multi channel Midi input, and can handle putting a few electronic components together in a breadboard. Parts are cheap, and it's Arduino/Teensy based so pretty simple to do.
I'm still hoping for a fix for this soon.... But I couldn't wait, so I needed some sort of solution. I've only just cobbled this together this morning, so it could do with more testing, but it seems to do the job!.
Happy to share what I've done if anyone is interested, but obviously there are risks to plugging homebrew stuff into the USB port on your Akai. Maybe I'll do a video once I've played/tested some more
Pic:
https://ibb.co/VCYp3R7
(McMIB (Multi-Channel Midi Input Bug))
So I've made a very hacky work around to the very annoying multi channel midi input note off bug. Been bugging me for far too long so I've made a little USB Midi Device which can sort of get round this issue.
It's a USB Midi interface with a single Midi Din input. The USB Midi interface shows up as 16 different Midi ports on the Akai. Each Midi channel received at the Midi Din input is routed to it's own specific port. So Midi channel 3 is sent to USB port 3.. Midi channel 7 is sent to USB port 7, so basically each Midi channel gets it's own port.
By giving each Midi channel their own port, they don't get affected by the note off bug. It's a crude but effective work around if anyone like me REALLY needs to use multi channel Midi input, and can handle putting a few electronic components together in a breadboard. Parts are cheap, and it's Arduino/Teensy based so pretty simple to do.
I'm still hoping for a fix for this soon.... But I couldn't wait, so I needed some sort of solution. I've only just cobbled this together this morning, so it could do with more testing, but it seems to do the job!.
Happy to share what I've done if anyone is interested, but obviously there are risks to plugging homebrew stuff into the USB port on your Akai. Maybe I'll do a video once I've played/tested some more
Pic:
https://ibb.co/VCYp3R7
(McMIB (Multi-Channel Midi Input Bug))










