Re: [yoshimi-user] Yet another update ... again!

  • From: Will Godfrey <willgodfrey@xxxxxxxxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Tue, 10 Jun 2014 22:21:14 +0100

I'm thinking we might be due another minor point release soon.

Saving the config file is checked more completely now to try and minimise
unwanted save requests.

There is better reporting of missing banks and programs when trying to change
via MIDI - I slightly misunderstood how this works it's back to stderr, but
still enabled so that if you're running from a console window you'll see all
the reports. As far as I can tell there is no measurable processor overhead.

There is now a "Test" directory with a torture test for MIDI bank and program
changing! I expect other test files will find their way in there eventually.

The earlier issue with not highlighting PADsynth patches was due to a change in
the XML file where originally it was "Yes/No" then became "0/1". I've reverted
to "Yes/No" but left like that, ant recently created patches would fail, so
what I've done is to create a case insensitive boolean test that treats "0",
"False", "No" as being no, and everything else as yes. - I'm actually quite
chuffed with the way I did it :)

Currently I'm doing so serious reading on C++ as there is still a lot I need to
understand better :(

--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


Other related posts:

  • » Re: [yoshimi-user] Yet another update ... again! - Will Godfrey