Jump to content

Default Pot behavior to meta handler


jackchaos
 Share

Recommended Posts

I've made the necessary changes to mb64_meta.inc to transmit a sysex string containing values I need according to the inline comments.

Where in the source do I apply a MB64_META_Handler_Pot event to a pot that already has a default behavior?

I can change the behavior by using the LCD interface but I want to be able to set meta handler to the pot in the source.

Thanks again.

[ A FEW HOURS LATER ]

After discovering the mk_syx.zip package and seeing how the the pots were set to their default behaviors, I was able to solve my problem. I was looking at the solution the whole time in mb64_presets.inc, but the comments in the file didn't help.

POT_ENTRY 0xf0, 0x00, 0x00, 0x3f

The first hex value '0xf0', sets a meta handler event to the first pot entry.

The second hex value '0x00', is a hex value for the metahandler. 0x00 is for the first one, 0x01 is for the second...

The next two hex values and min and max values for the pot as the comments in the file suggest.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...