Jump to content

Recommended Posts

Posted

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?

Posted

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_NotifyBankChange

CS_MENU_BUTTON_SID4
movlw 0x01
movwf SID_BANK
goto CS_MENU_MS_NotifyBankChange
[/code]

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