Status update

I’ve been working on the first update. Most of the bugs and known issues are fixed while some GUI work remains.

The midi control support turned out to be a bit more work than i had hoped for. The midi action by it self is relatively simple to implement, but storing the assignments is not. There are too many, in the order of 10000, possible controller assignments and using fixed size preset format that can store all of them is just way too impractical. In fact, storing any fixed number of them is, so i had to change the preset format to variable sized.

I hope there won’t be any nasty surprises so that i can get the update ready, tested and released soon!