Hoist1138 Posted May 24, 2013 Report Posted May 24, 2013 sorry if this is an old topic but I tried to follow this older 2008 post.... and thought I should ask some gurus if this is outdated for permanently changing the midi channel. I have successfully changed the channel in the mios with the sys ex, but when i reboot if defaults.. here is what seem to be the solution... (from the old post :).... TK - "CS_MENU_BANK_RestoreCfg function, and you are done Code: S_MENU_BANK_RestoreCfg movlw 0x05 ;; for channel 6 movwf CS_MENU_SID_M_CHN ;; used as SID master MIDI channel return ;;; rest of original code..." there doesnt seem to be a section exactly that name "S_MENU_BANK_RestoreCfg" I am using the lastest pre-burned core from Tim im I just not finding the right document or guide online? thanks for any nudge in the right direction Jason
TK. Posted May 26, 2013 Report Posted May 26, 2013 This patch was for MBSID V1, not V2... Today there are easier methods which don't require a source code modification. E.g. you could change the MIDI channels with the Ctrlr based editor. And then send following string with the SysEx tool of MIOS Studio to permanently store the ensemble setup: F0 00 00 7E 4B 00 0C 18 70 F7 Best Regards, Thorsten.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now