Jump to content

MB64 arrow display in snap/relative mode (was: wrong topic)


Recommended Posts

Posted

I'm not sure if this post belongs here, but I think it makes sense.

I'm having some trouble with MB64_v2a. The problem is that in all pot modes other than normal, it isn't showing the arrows indicating which way to move the pot to start sending midi.  I've tried the precompiled main.hex that comes in the package, and also the re-compiled version one can make by means of "make.bat".

MPASM version works fine in this respect.

Posted

It definitely was the wrong topic (just consider, that other people should still be able to find informations about this issue some months later)

Sounds like a bug, I will check this soon

Best Regards, Thorsten.

Posted

I found the error: in mb64_lcd.inc, search for

BRA_IFCLR MB64_CFG0, MB64_CFG0_SNAP, ACCESS, MB64_LCD_PrnVBar_Normal

and replace it by

BRA_IFCLR MB64_CFG0, MB64_CFG0_SNAP, BANKED, MB64_LCD_PrnVBar_Normal

The change is already commited to the repository, and a new precompiled version will be released soon

Best Regards, Thorsten.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...