[ANN] Yoshimi 1.6.0 released

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

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

Re: [ANN] Yoshimi 1.6.0 released

Post by folderol »

Just a note, it is confirmed gcc 4.9.x would resolve this, and when the code in Yoshimi was changed recently, it was to make it consistent with the C++ people's unified initialisers. If you want to make it work, you can change all the entries in CLI/CmdInterpreter() from line 101 to line 121 so that the curly braces are changed back to round brackets.

i.e. currentInstance{0}, becomes currentInstance(0),

and mline{0} becomes mline(0)
The Yoshimi guy {apparently now an 'elderly'}
User avatar
bluebell
Established Member
Posts: 1909
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 116 times

Re: [ANN] Yoshimi 1.6.0 released

Post by bluebell »

folderol wrote:Just a note, it is confirmed gcc 4.9.x would resolve this, and when the code in Yoshimi was changed recently, it was to make it consistent with the C++ people's unified initialisers. If you want to make it work, you can change all the entries in CLI/CmdInterpreter() from line 101 to line 121 so that the curly braces are changed back to round brackets.

i.e. currentInstance{0}, becomes currentInstance(0),

and mline{0} becomes mline(0)
Thx.

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

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

Re: [ANN] Yoshimi 1.6.0 released

Post by folderol »

Just an update if anyone else has this problem.
One of Yoshimi's little band of helpers has produced a PPA for Ubunti LTS 14.4 (among others). You can get it at:
https://launchpad.net/~ichthyo/+archive/ubuntu/music
The Yoshimi guy {apparently now an 'elderly'}
User avatar
GMaq
Established Member
Posts: 2774
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 520 times
Been thanked: 555 times

Re: [ANN] Yoshimi 1.6.0 released

Post by GMaq »

Hi,

Congrats on the new release and the site! Both look great!
Post Reply