Continuous controller commands are always three bytes long: the status byte indicating it's a continuous controller command, followed by two data bytes. One of the data bytes indicates which CC# it is, the other contains the 7-bit data for that CC. If you want more than 7 bits you'll need to concatenate two CC#s together in your MIDI decoder as is done in some synths.
Eric
--- On Thu, 3/19/09, ithaib wrote:
From: ithaib
Subject: [motm] Midi MSB/LSB
To: motm@yahoogroups.com
Date: Thursday, March 19, 2009, 10:15 AMHi all,
I was wondering if someone could explain MSB/LSB and how I can use it. I've been googling it and I don't quite get it.
I'm building a 16 channel MIDI controller to control continuous controller messages. Now, MIDI messages are 7-bit, right? So, how does Pitch work? From what I understand it's a 14 bit message. The data is recorded on 2 channels and takes advantage of MSB and LSB, right? Otherwise we would hear the note stepping up and down and not doing it smoothly...
So is this something that's set up in the sequencer that's receiving the messages or is it the controller that's sending the messages? I want to be able to record 14 bit controller data on any channel - basically have all the pots act just like pitch data but on different continuous controller channels. Possible?
I hope this is not confusing. I'd really appreciate any insights...
Thanks,
Ithai