Guitarix 0.35.4 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

Post Reply
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

Guitarix 0.35.4 released

Post by tramp »

Guitarix release 0.35.4

Guitarix is a tube amplifier simulation for
jack (Linux), with an additional mono and a stereo effect rack.
Guitarix includes a large list of LV2 and LADSPA plugins, and support LADSPA / LV2 plugs as well in it's racks.

The guitarix engine is designed for LIVE usage, and feature ultra fast, glitch and click free preset switching and is full Midi and remote controllable (the Web UI is not included in the distributed tar ball).

This release removes the dependency to webkitgtk-1.0, which is deprecated in most distributions those day's.

Instead the old Preset Web Browser, Guitarix use now Gio::File to fill
the new Online Preset Menu were you could inform you about the presets and select them for downloading from

https://musical-artifacts.com/

Thanks to lfzawacki (Lucas) for develop and provide the json API for
this excellent service side.

https://github.com/lfzawacki/musical-artifacts

Refer to our project page for more information:
http://guitarix.org

Download Site:
http://sourceforge.net/projects/guitarix/

Forum:
http://guitarix.sourceforge.net/forum/

Consider visiting our forum or leaving a message on
guitarix-developer@lists.sourceforge.net

regards
hermann
On the road again.
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

Re: Guitarix 0.35.4 released

Post by tramp »

And now, finally the first time, a guitarix binary installer.
https://sourceforge.net/projects/guitar ... n/download

This one is made for binary-compatibility with Mixbus and Ardour5.
This one is for all distributions based on gcc5 or higher.
This one is for X86 based CPU's.

You'll better uninstall any previous guitarix installation before using this installer.
To install guitarix and it's LV2 plugins, just download the installer, cd to the download folder and run

Code: Select all

sudo ./guitarix2-amd-gcc5.run
If you've any trouble with it, let me know please.
However, you could uninstall it by running

Code: Select all

sudo ./guitarix2-amd-gcc5.run -- uninstall
regards
hermann
On the road again.
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

Re: Guitarix 0.35.4 released

Post by tramp »

and now, on request, the same for the GxPlugins, here is the Mixbus/Ardour5 compatible binary installer.
https://github.com/brummer10/GxPlugins. ... d-gcc5.run

Adapt the same rules then for the above guitarix installer.

enjoy.
On the road again.
User avatar
ufug
Established Member
Posts: 525
Joined: Tue Jan 10, 2012 12:28 am
Has thanked: 73 times
Been thanked: 22 times

Re: Guitarix 0.35.4 released

Post by ufug »

THANK YOU THANK YOU for the binary installers!
listenable at c6a7.org
User avatar
magicalex
Established Member
Posts: 193
Joined: Sun Jan 24, 2016 6:34 pm
Has thanked: 132 times
Been thanked: 7 times
Contact:

Re: Guitarix 0.35.4 released

Post by magicalex »

Thanks again for all your hard work on this amazing piece of software.
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

Re: Guitarix 0.35.4 released

Post by tramp »

Glad you like it.

Let me know if you've any trouble with the binary's or the binary installer.

I received one report about a issue with the update-desktop-database command in the installer script, so I've pushed a new version with the new option no-menu-update to disable it. Command will then be:

Code: Select all

sudo ./guitarix2-amd-gcc5.run --  no-menu-update
regards
hermann
On the road again.
User avatar
ufug
Established Member
Posts: 525
Joined: Tue Jan 10, 2012 12:28 am
Has thanked: 73 times
Been thanked: 22 times

Re: Guitarix 0.35.4 released

Post by ufug »

No installation issues here with the binaries. Working great in Ardour and Mixbus, used it a bunch today.
listenable at c6a7.org
varpa
Established Member
Posts: 509
Joined: Fri Feb 25, 2011 6:40 pm
Been thanked: 13 times

Re: Guitarix 0.35.4 released

Post by varpa »

I tried download the GxPlugins installer and got this message:
This XML file does not appear to have any style information associated with it. The document tree is shown below.

I also tried downloading from here https://github.com/brummer10/GxPlugins.lv2/releases. I saved GxPlugins-amd-gcc5.run by doing "save link as". The file downloaded starts like this:

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><AWSAccessKeyId>AKIAIWNJYAX4CSVEH53A</AWSAccessKeyId><StringToSign>AWS4-HMAC-SHA256

Whatever this is, it is not an install script. Seems like there is an error with the file on github.
tramp
Established Member
Posts: 2348
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 468 times

Re: Guitarix 0.35.4 released

Post by tramp »

varpa wrote:I tried download the GxPlugins installer and got this message:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Duno what that is.
I've just checked it, for example, just click on the link above and select save. You'll get the installer.
I just notice that github removed the -x bit during upload, so you need to run

Code: Select all

chmod +x GxPlugins-amd-gcc5.run
before

Code: Select all

sudo ./GxPlugins-amd-gcc5.run
then the downloaded file work as expected:

Code: Select all

Verifying archive integrity...  100%   All good.
Uncompressing SFX installer for gxplugins  100% 
. . . . 
On the road again.
varpa
Established Member
Posts: 509
Joined: Fri Feb 25, 2011 6:40 pm
Been thanked: 13 times

Re: Guitarix 0.35.4 released

Post by varpa »

Thanks for your reply and all the good work on guitarix. I figured out the problem was the NoScript add-on I have on firefox which for some reason would not allow the download. I switched to Chrome and downloaded the script.
Post Reply