Jump to content

Din Question


cryptogen
 Share

Recommended Posts

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

Link to comment
Share on other sites

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.

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