MIDI controller that could work with my Mac?
October 13, 2004 2:03 PM
Subscribe
MIDIFilter: I recently had the good fortune to acquire four MIDI instruments: a Roland Juno 106 and three "modules" (synths w/o keyboards). I want to be able to control the three modules with either the Juno 106 or a MIDI controller (keyboard w/o a synth) or maybe even my Mac. (I use Ableton Live and Reason).
So, firstly, how do I chain the four MIDI instruments together? I'm confused about the difference between MIDI Out and Thru.
Secondly, is there some kind of MIDI router/hub/switcher device into which I can plug all of my controller devices and my "slave" devices and switch back and forth as needed? I want to avoid having to change MIDI connections during a performance.
posted by eustacescrubb to technology (5 comments total)
1 user marked this as a favorite
MIDI in is where notes get into an instrument.
MIDI thru echoes the MIDI in to the next instrument in the chain.
So basically, you're intended to hook up your keyboard's MIDI out to the MIDI in of the first module, then that module's MIDI thru to the next one's MIDI in, etc.
When you throw a computer or sequencer into the mix, things begin to get complicated. (For simplicity I will simply refer to this as a sequencer, which can either be a hardware MIDI sequencer or a computer running MIDI sequencer software.) You want to be able to record what you play on the keyboard into your sequencer, so the keyboard's MIDI out must be connected to the sequencer's MIDI in. But you want the sequencer to be able to play sounds on the keyboard (assuiming it's not a controller), so the sequencer's MIDI out must be connected to the keyboard's MIDI in. This leaves the keyboard's MIDI thru to be chained to the first module as above. However, now you must 1) enable the sequencer's "thru" or "echo" feature (so what you play on your keyboard is transmitted to the modules) and 2) disable your keyboard's "local" function, i.e. so it doesn't make any sounds when you play it. Don't worry, you'll still play it -- when you want to play sounds on the keyboard, the notes will go out the MIDI, to the sequencer, then back to your keyboard.
posted by kindall at 2:55 PM on October 13, 2004