bosone Posted January 30, 2005 Posted January 30, 2005 Hi!i have just added a second bankstick to my SID 1.7: now i have two banks in which save patches! :-)my question: since i have two unused button in my control surface, formely for selecting SIDs 3 and 4 (but i have only 2 sids), i'd like to use them for selecting banksticks 1 and 2. is it possible? how?
TK. Posted January 30, 2005 Posted January 30, 2005 Hi Matteo,search for "CS_MENU_BUTTON_SID3" and "CS_MENU_BUTTON_SID3" in cs_menu_buttons.inc and change it in the following way:CS_MENU_BUTTON_SID3 movlw 0x00 movwf SID_BANK goto CS_MENU_MS_NotifyBankChangeCS_MENU_BUTTON_SID4 movlw 0x01 movwf SID_BANK goto CS_MENU_MS_NotifyBankChange[/code]Best Regards, Thorsten.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now