Pablop Posted March 25, 2008 Report Posted March 25, 2008 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.
TK. Posted March 25, 2008 Report Posted March 25, 2008 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 soonBest Regards, Thorsten.
TK. Posted March 26, 2008 Report Posted March 26, 2008 I found the error: in mb64_lcd.inc, search for BRA_IFCLR MB64_CFG0, MB64_CFG0_SNAP, ACCESS, MB64_LCD_PrnVBar_Normaland replace it by BRA_IFCLR MB64_CFG0, MB64_CFG0_SNAP, BANKED, MB64_LCD_PrnVBar_NormalThe change is already commited to the repository, and a new precompiled version will be released soonBest Regards, Thorsten.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now