[yoshimi] Two changes in current master

  • From: Will Godfrey <willgodfrey@xxxxxxxxxxxxxxx>
  • To: yoshimi@xxxxxxxxxxxxx
  • Date: Tue, 22 Jan 2019 22:54:10 +0000

The first is something I've wanted to do for a while.
If you call up a second copy of Yoshimi from either the GUI or CLI you will now
get a new instance attached to the *currently* running one - this doesn't apply
to LV2.

There is a problem if you have an older yoshimi version running as it won't
understand the signal and will abort - leaving you with none :o
However it was never wise to mix versions - I only ever do it for test purposes.


The second is that it is now possible to load a MIDI learned list from the CLI
at startup. The command is:
yoshimi -M={full path of learned list file}

Unfortunately it seems our implementation of argp is not recursive and
(regardless of the order you try to place them on a command line) the priority
order for the major file loads seems to be:
.state, .xmz, .xiz, .xly

That part of the code is pretty convoluted so I don't know if the behavour can
be changed.

-- 
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.
Yoshimi source code is available from either: 
https://sourceforge.net/projects/yoshimi
Or: https://github.com/Yoshimi/yoshimi
Our list archive is at: https://www.freelists.org/archive/yoshimi
To post, email to yoshimi@xxxxxxxxxxxxx

Other related posts:

  • » [yoshimi] Two changes in current master - Will Godfrey