Jump to content

Recommended Posts

Posted

Hi,

I read it's possible to disable the menu buttons and make them programmable.  If this is indeed possible, I do not know how to do it.  

My menu buttons do not generate any midi traffic (i want them to), and i can only assume that they are either not working, or changing menus on the lcd, which I do not have (im using this for an alternate application)

I looked through the options on the windows midibox64 but could not find about making the menu buttons programmable.  I have successfully programmed my other buttons as controllers.

I figure i can put together another din for the extra buttons that are currently not working  (i need all 32 to work), but i thought id check into this first.

Thanks,

Bret

Posted

Hi Bret,

to disable the menu buttons you have to edit the main.asm file:

  #define DEFAULT_DIN_MENU_EXEC         0xff ; disabled
  #define DEFAULT_DIN_MENU_RIGHT        0xff       ; disabled
  #define DEFAULT_DIN_MENU_LEFT         0xff       ; disabled
  #define DEFAULT_DIN_MENU_SNAPSHOT     0xff       ; disabled

thereafter build a new .syx file like described here: http://www.ucapps.de/howto_tools_mpasm.html

Best Regards, Thorsten.

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...