Jump to content

Source code for older versions of a Midibox NG


ABP Electronics
 Share

Recommended Posts

Hello Midiboxers !!!

After 9 years of hibernation, I decided to return to my old midi controller project.
I designed several fonts for a previously purchased display, installed the toolchain and compiled the only available version of midibox NG available on github which apperars to be 1.037.
Unfortunately, it seems that this version has some bug - the DIO_MATRIX module in combination with DIN_MATRIX does not work properly - each pair of row and column returns one of 8 values - and it should return only one, always the same value.
Version 1.036, which can be downloaded from ucapps.de, does not have this bug, but its source code is not available on github.

I am asking for help from more experienced users.

Regards,
Bartosz

Link to comment
Share on other sites

Hi Bartosz,

the entire history is in github, which means that in your downloaded repository you could switch back to the sources which were used for v1.036

The appr. commit was 6edfcd51ad6cb78f83d6094c5c9d1b7c5b85ddb3
So, just enter "git checkout 6edfcd51ad6cb78f83d6094c5c9d1b7c5b85ddb3" to switch back.

There are also ways to compare the "good version" with the latest one, e.g.: https://github.com/midibox/mios32/compare/6edfcd51ad6cb78f83d6094c5c9d1b7c5b85ddb3..master

Or you could clone the repository two times, switch one to the good version, and then use a diff tool such as "beyond compare" to analyze the changes:

image.png

image.png

Best Regards, Thorsten.

 

Link to comment
Share on other sites

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

×
×
  • Create New...