Skylar
Well-known member
Shorty said:Any suggestions on Brains for automation?
We discussed Tascam FW-1884's with FE-8's, BCF's, etc,
But what else is out there? Is there something from MIDIBOX or whatever that is fairly easily buildable?
I'd almost rather do it with something that is not pre-made... name brand....
If it's not pre-made, that means you'll have to write the software...or someone will have to at least.
This is most easily accomplished with embedded programming of a micro-controller.
The firmware would have to:
-control the fader motors
-handle sending & receiving of data (probably Mackie HUI emulation for broad compatibility)
-USB protocol implementation (if you decide to use USB)
-other features (like user-customization of MIDI messages, etc.)
Read about the MF module at MIDIBOX; controlling the motors is perhaps not as simple as it seems.
(Maybe that's just me, though!)
But to a person who knows motor control (robot hobbyist for example), it would be no big deal.
We should find someone who knows robots to help with the motor controlling side of the firmware.
You would probably want to write the firmware such that operation could be calibrated to various motors (and thus various types/brands of faders).
USB-MIDI devices are not too terribly difficult.
I have written USB-MIDI firmware for the Microchip PIC18F series.
For a new project, though, I would want to use an Atmel µC.
This whole thing could be arduino-ized.
You could also look into the CMLabs MotorMix stuff if you want to go pre-made.