Author |
Topic: Need to map 1 data byte -> lsb msb (Read 991 times) |
|
Agent420
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
Need to map 1 data byte -> lsb msb
« on: May 25th, 2007, 8:49am » |
Quote Modify
|
Hello, forum newb here I have a device that accepts sysex cmds to control various parameters. I have a BCR2000 midi knob box that sends std CC msgs. The problem is the device sysex msg passes parameter value data in 2 byte format, Lo - Hi, and the std CC msg passes value data as 1 byte. Is there an easy way that I am overlooking to convert 1 byte data into 2 byte data formats, or am I looking at some scripting? edit - Example: incoming CC data is $EF, I need to get 0F 0E to pass in sysex packet...
|
« Last Edit: May 25th, 2007, 8:52am by Agent420 » |
IP Logged |
|
|
|
Peter L Jones
Expert
    

Hit it
Gender: 
Posts: 978
|
 |
Re: Need to map 1 data byte -> lsb msb
« Reply #1 on: May 25th, 2007, 2:22pm » |
Quote Modify
|
Scripting - you'll want to be creating the entire SysEx packet, I would imagine. Have a read through the scripting forum, I think there might be an example there already.
|
|
IP Logged |
"...Playing fast around the drums is one thing. But to play with people for others, to listen to, that's something else. That's a whole other world." -- Tony Williams
|
|
|
Agent420
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
Re: Need to map 1 data byte -> lsb msb
« Reply #2 on: May 29th, 2007, 12:45pm » |
Quote Modify
|
Thanks for the reply. After a weekend of experimenting, I see that scripting is the way to go. I saw the thread you refer to and it was quiate helpful. Thanks again.
|
|
IP Logged |
|
|
|
|