Jump to content

Using the Sysex Mapper[SOLVED]


jemmaNelson

Recommended Posts

Hi, I'm working on an editor for the Roland MKS-70 (I know it exists already, but I'm trying to improve my Environment skills). I'm trying to understand the use of the Sysex Mapper, and would be grateful for help:

 

I'm trying to map a text fader with the range 0-3 into a Sysex message, for instance for the DCO1 Range. The MKS Sysex is set up so that values

0 - 31 = 16'

32-63 = 8'

64-95 = 4'

96-127 = 2'

Easy enough to create a fader and map or multiply it to the correct values.

 

But I'm not clear on how to then map that output into the value of the Sysex message and send it: The Sysex string for this particular parameter is:

$F0 $41 $36 $01 $24 $20 $01 $0B $VAL $F7

 

Thank you,

James

Link to comment
Share on other sites

Rather than using the Sysex Mapper mode of a transformer for this, try using a sysex fader instead. Remote control it from 4 buttons that send the 4 needed values. Or a fader if you like, but then you need to send the fader cc through a transformer with the map set up to convert the values. I find the button approach simpler and easier to deal with. The sysex fader is just a display element at that point. Ping back if you need help with it.

 

As for the sysex mapper transformer, I'm not sure what I could add beyond what the manual says. Which part isn't clear and maybe I can help?

Link to comment
Share on other sites

Thanks for the reply.

 

Using the remote control button is simple enough: thanks for the help; is there a way to monitor the sysex output?

 

For the sysex mapper transformer, I guess I don't need it, but it's not clear to me if I wanted to use a CC to set the value for the Sysex message, how do I set up the Transformer object? Do I set Channel to

=

1

Data Byte 1 = 9 (or 8-- is the grayed out $F0 included in the count?)

Do I set Data Byte 2 to anything?

 

Again, is there a way to monitor these sysex messages before sending them out?

Link to comment
Share on other sites

Yes, set it to channel 1, which tells the sysex mapper to send the modified message.

 

As for monitoring, try MIDI Monitor from http://www.snoize.com/MIDIMonitor/

 

I don't recall which message byte gets counted as the first in the sysex mapper. But it won't be hard for you to try a few combinations to confirm it, once you've got a handle on viewing the data.

Link to comment
Share on other sites

I think I don't understand the basic operation here. I have it setup like this: a fader sends a controller into the Sysex Mapper, I thought that would convert it into a Sysex Message, but according to the monitor what comes out is still a control message?

 

I've attached a screen shot.

814796045_Screenshot2010-12-16at10_50_35AM.png.53aad553dc3dd3dd41e7a611138ecde9.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...