sorry if this is an old topic but I tried to follow this older 2008 post…
http://discourse.midibox.org/t/topic/10448
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