Jump to content

mios link


Guest squirrelly_dude

Recommended Posts

Guest squirrelly_dude
Posted

can anyone help me with the linking of multiple cores? or tell me where to find the info?

do i need to change tha asm files or anything?

thanx

Guest squirrelly_dude
Posted

what about the firmware? do i need to tell it where the start and end are or does it matter?

this is going to be an expanded mackie control.

p.s. thanx for the other response.

Posted

From the midibox link page:

MIDIbox Link has been integrated into following firmwares: MIDIbox64, MIDIbox16e, MIDIbox MF, and MIOS of course.

It can be enabled in the MIDI config menu, with the Editor GUI or with the mk_syx script. All boxes before the last box have to be configured as "MIDIbox Link Forwarding Point", and the last box as "MIDIbox Link Endpoint".

The firmwares already have midi link in them. You just have to configure them as above.

Justin

Guest squirrelly_dude
Posted

thanx. i'll check that out further.

also what file has that prog line?

Posted

If the application doesn't setup the merger by itself, just add following code to the USER_Init function:

For cores which are acting as "MIDIbox Forwarding Point(s)"

USER_Init
        movlw   MIOS_MIDI_MERGER_MBLINK_FP
        call    MIOS_MIDI_MergerSet
For the core which is acting as "MIDIbox Endpoint"
USER_Init
        movlw   MIOS_MIDI_MERGER_MBLINK_EP
        call    MIOS_MIDI_MergerSet

Best Regards, Thorsten.

Guest squirrelly_dude
Posted

hi tk or anyone else,

do i install  the same firmware (not the boot loader) on all the cores?

do i "sysex" the cores individually or all together?if the programs are the same, all together?

Posted

The program is the same, but the configuration is different.

So every core requires it's individual .syx file

Don't worry, the upload doesn't take longer than 5 seconds,

and you are able to replace the setup stored in the

internal flash more than 10.000 times... ;-)

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