Jump to content

Recommended Posts

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...