[ANN] Yoshimi V2.3.1 out now!

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
folderol
Established Member
Posts: 2083
Joined: Mon Sep 28, 2015 8:06 pm
Location: Here, of course!
Has thanked: 232 times
Been thanked: 400 times
Contact:

[ANN] Yoshimi V2.3.1 out now!

Post by folderol »

Microtonal tunings and keymaps can now be exported as well as imported.

Zero size keymaps are handled correctly.

The virtual keyboard now retains focus while selecting different instruments in
a bank.

Window title bar text has been made more consistent.

Some of the MIDI example files have been revised.

Improved metadata.

More bugfixes, including a very obscure PadSynth one.

Small corrections and updates in the User Guide.

Full details are in /doc/Yoshimi_2.3.1_features.txt

Yoshimi source code is available from either:
https://sourceforge.net/projects/yoshimi
Or:
https://github.com/Yoshimi/yoshimi

Full build instructions are in 'INSTALL'.

Our list archive is at:
https://www.freelists.org/archive/yoshimi

To post, email to:
yoshimi@freelists.org

The Yoshimi guy {apparently now an 'elderly'}
User avatar
Largos
Established Member
Posts: 639
Joined: Mon Oct 05, 2020 12:21 pm
Has thanked: 72 times
Been thanked: 186 times

Re: [ANN] Yoshimi V2.3.1 out now!

Post by Largos »

I have a "can't find manual" error when I click "view manual". It exists in /usr/share/doc/packages/yoshimi/doc/yoshimi_user_guide but it doesn't see it. However, if I have it anywhere in the home directory it finds it. So maybe a problem with it being in the root privileges area.

I'm using OpenSuse and got it through geekos.

folderol
Established Member
Posts: 2083
Joined: Mon Sep 28, 2015 8:06 pm
Location: Here, of course!
Has thanked: 232 times
Been thanked: 400 times
Contact:

Re: [ANN] Yoshimi V2.3.1 out now!

Post by folderol »

Hmmm. We've had this mentioned before. It's them not using the usual recognised routes.
I had considered widening the search criteria in Yoshimi but that significantly slows it down.

The Yoshimi guy {apparently now an 'elderly'}
User avatar
Largos
Established Member
Posts: 639
Joined: Mon Oct 05, 2020 12:21 pm
Has thanked: 72 times
Been thanked: 186 times

Re: [ANN] Yoshimi V2.3.1 out now!

Post by Largos »

If it helps, /usr/share/doc/packages/ is used by most of the programs in OpenSuse for their documentation so it's not something they picked at random. So maybe target that particular directory? I know it can be found in the wastebin :D

folderol
Established Member
Posts: 2083
Joined: Mon Sep 28, 2015 8:06 pm
Location: Here, of course!
Has thanked: 232 times
Been thanked: 400 times
Contact:

Re: [ANN] Yoshimi V2.3.1 out now!

Post by folderol »

The problem with that is it could potentially become a game of whack-a-mole with increasing 'special cases'.
What I've been thinking of for a while is to do the current search, and if it's not found give the user the option of Yoshimi searching the entire file system for the most recent copy of the guide (with a warning this would be very slow) then storing that location for future calls.

The Yoshimi guy {apparently now an 'elderly'}
User avatar
Loki Harfagr
Established Member
Posts: 268
Joined: Thu Aug 02, 2018 1:28 pm
Has thanked: 151 times
Been thanked: 53 times

Re: [ANN] Yoshimi V2.3.1 out now!

Post by Loki Harfagr »

You're right, maybe give them some chance and first try to simplify that complication, for example decide you'll use /find/ but from usual suspect base and on your side place a canary file within the packable source?, eg:

Code: Select all

 \touch  $(echo "Yoshimi$(date +%s)" | base64)".canary"
 find /usr/doc /usr/share/doc -file -name yourspecificcanaryfileasabove
Post Reply