Using 2 MFTs - Need to send data to one of them
Ok, I've got two of these sweet knob machines. My primary DAW for mixing is Reaper, which isn't too hot on feedback , but good on midi learning.
MFT #1 is set to channel 1 and CC00-63, MFT #2 is set to channel 1 and CC64-126. So far so good.
But I want to send a message to one of them(not both though maybe that would work) to change banks, because the buttons on the side are much harder to press when the units are close together. In other words I want to remote control bank-switching.
In fact, I'd like to do this on the unit itself without using the side buttons, but you can't. So I'm putting together a script for OSCII-bot (by Cockos, the folks who made Reaper) that'll present an OSC control surface to Reaper but receive and send out midi data from my Novation Dicer and to the MFT units to control the bank switching.
OSCII-bot sets up a target MIDI device by matching a partial string with the device name. And thus, because both MFT units have the same name, this isn't going to work.
So how can I change the device name of one of my MFT units ?
Open-source firmware ? I'd hex-edit a firmware image, but how do I get that ? The MF utility can only address one MFT unit at a time, which isn't a problem, but it doesn't have a "dump firmware" function.
Can anyone help changing the device name of an MFT unit ?