Dear all …
I’m back here after monthes of works, works, works …
… and still working on my MB"2x" 64E …
and still have problems with midibox link ( i had many jitter problems when i activate the MBLink but :
I DID solve this jitter problem … it was a f****** ground loop ! but i will wrote be another post for this …
My new problem is that i tried to put my cores with EP and FP by defalut …
because only one core has menu buttons …
So i add :
movlw MIOS_MIDI_MERGER_MBLINK_FP
call MIOS_MIDI_MergerSet
in the user init lines in the main.asm …
I tried several time but it doesn’t seems to works …
… for memory i used Mios V1.7, modified MB64e V2.1 “sysed” with “sysexbox_18f_v1_1c” …
(for my test i get out my last 14*encoders to put 4 menu buttons on the second core … like thaht i could test the midibox link )
thanks !
Gilles
T.K
January 19, 2005, 11:04pm
2
Hi,
it doesn’t work because the SysEx configuration in mb64e_dump will overwrite this setting. Normaly the merger mode is changed from the menu, or via SysEx (either use mk_syx or the MB64E editor GUI)
Best Regards, Thorsten.
But if i modify the mb64e_dump.inc …
My app will boot with MBLINK in EP mode ?
because i cannot really understand :
;; init MIDI merger depending on selected CFG
SET_BSR MB64E_BASE
movlw 0x00
BIFCLR MB64E_CFG0, MB64E_CFG0_MERGEROFF, BANKED, iorlw 0x01
BIFSET MB64E_CFG1, MB64E_CFG1_MBLINK, BANKED, iorlw 0x02
call MIOS_MIDI_MergerSet
Can you tell me more about the BIFCLR & BIFSET in this case ?
Thanks a lot !
Gilles
T.K
January 26, 2005, 9:43pm
5
Can you please tell me why you don’t configure the merger mode in your midibox64e.ini file (-> see mk_syx package)?
Best Regards, Thorsten.
because i’m a stupid punk !! ;D
As I got too much problem with the hardware … now i’m lost in the soft part !!!
sorry …
But in fact , this story point the fact that i always think about ucapps.de :
For a non programmer like me, the mios is quite closed … i mean it’s hard to get the whole concept of modifying the code … and how it works …
I often asked myself how we can clarify this …
May be a drawing, a diagram, something like that, to explain what do what in the mios labyrinth … ???
Don’t misunderstood TK , it’s really to open the mios code to more people …
And i know your time is not expandable to write down such a litterature !
May the midibox.org can be the place for this … ?
best regard
Gilles
I succeed using VMidiBox64E !!!
thanks Tk and Serge !