Jump to content

permanently change sid v2 Midi channel without control surface - help!


Recommended Posts

Posted

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

 

 

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...