cryptogen Posted January 6, 2005 Report Posted January 6, 2005 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 Quote
TK. Posted January 6, 2005 Report Posted January 6, 2005 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.htmlBest Regards, Thorsten. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.