Emmabuntus, Ubuntu, Derivate, Linux, Open Source BackTrack, Linux, distributions, Ubuntu, derivate, securuty, forensic VirtualBox, Linux, Ubuntu, Raring Ringtail synaptic, Ubuntu, Linux, software packages jwplayer, multimedia, Linux, Ubuntu, flash Meshlab, graphic, software, Ubuntu, open source, Linux Synapse, Linux, Ubuntu, raring, Quantal Gimp, Ubuntu, Linux FreeMind, Linux, open source Linux, infographic, history

Guitarix is a free open source Linux Guitar Tube amplifier simulation with multiple effect modules.

guitarix headGuitarix is free software -- you can download and install it as you wish. Whithout any registration or any other obstacles. 

If there is any website out there, that offers guitarix in exchange for a fee, a registration or any similar demands, please point us to that site.

Get the latest guitarix-sourcecode release at Sourceforge:
http://sourceforge.net/projects/guitarix/files/

You may also browse the recent revisions of our source codes directly:
Browse Source

Download.

Check it out without installation:

So you do not have Linux installed yet? Hmmmm.... well then:
Guitarix is included in the latest Release of AV LINUX its a LiveDVD ISO image that is a self-contained, full-featured computer Operating System. You can run it whithout installation and later install it at your option. It was created using the Debian GNU/Linux Testing branch and Remastersys. by GMaq

Building it from source.
guitarix uses 'waf' for the build environment. The simplest and fastest way to build guitarix is this:
Unpack the archive you can download on our Sourceforge-page:

tar -xvjf guitarix2-0.21.0.tar.bz2
or fetch the Git:
git clone http://git.code.sf.net/p/guitarix/git guitarix

Please be aware, that the git-version is not an official release. It is bleeding edge, untested and not supposed to build an application for dayly use from. So, if you build guitarix from git and it works for you, we congratulate, if it does not, refetch, rebuild, check again then send a bug-report.

Regardless if you have fetched the sources from git or unpacked them from our official release-tarball, the next steps would be:
cd guitarix_source_directory

./waf configure
./waf build
sudo ./waf install
Dependencies.
To compile and run guitarix properly, you will need a build-system (build-essentials, make, gcc etc.)and the following extra packages (runtime binaries / libraries and developement packages, aka package-dev or package-devel):
  • ladspa-sdk  
  • gtk+-2.0 >= 2.12.0  
  • gtkmm-2.0 >= 2.12.0  
  • gthread-2.0 >= 2.10  
  • sigc++-2.0  
  • zita-convolver  
  • zita-resampler  
  • sndfile >= 1.0.17 
  • jack (jackd, libjack, and dev) >= 0.109.1
  • boost library >= 1.38

According to its developers Guitarix is a monaural amplifier designed for creating the distorted sounds typical of thrash, heavy metal, blues, and other rock guitar styles. In fact, Guitarix is capable of much more than distortion sounds. In this article I'll remove the software speaker grill and pull out the virtual chassis to take a closer look at the sonic possibilities of this "simple mono amplifier".
Intro
Did you know that:
  • The Rickenbacker was one of the first commercially available electric guitars in the early 1930s ?
  • By 1945 the Fender company marketed amplifiers designed specifically for the electric guitar ?
  • Audio effects designer Roger Mayer created the first distortion and wah pedals for guitarists in the 1960s ?
  • In July 2009 developers Hermann Meyer and James Warden announced the release of Guitarix 0.05.0-1 ?
Okay, so maybe Guitarix won't make quite the same historical impact as those other events, but its most recent release is definitely an event worth noting.

Figure 1. Guitarix
Features.
Guitarix (Figure 1) features a set of processing modules of particular value to guitarists, such as distortion effects, a compressor, reverbs, echo, and wah/crybaby effects. The signal processing flow is fixed and the modules chain can not be reordered. They can be toggled on or off, and some modules include a hidden display of the full set of the effect's parameters. 

The Guitarix main display panel presents a logical organization to its variety of modules and controls. From the top down we have a main menu bar, the tuner/balance/jconv strip, the Controls display, the feedback/feedforward/record strip, and the logging window. Amplifier functions are located on the left side of the Controls display, followed by the effects processing modules and the optional oscilloscope. If screen real estate is scarce you can hide the displays for jconv, the controls panel, and the logging window (Figure 2).

Figure 2. The compact Guitarix.
Guitarix provides a basic GUI for setting values in jconv (Figure 3), a light-weight utility for creating high-quality reverberation effects. With the Guitarix GUI you can load and view an IR (impulse response) file, select the IR copy/read mode, and adjust values for the IR partition size, the maximum usable memory, and a linear gain signal amplifier. The default gain value is low, so be sure to check and change it if an IR doesn't create the intended ambience. Unfortunately the jconv settings are untouchable in realtime, but they can be saved along with all other values in a preset.

Figure 3. The jconv widget.
Guitarix also includes a tuner and a JACK MIDI output port. The tuner is usable, though it could benefit from a better display and more stable pitch detection. Alas, the MIDI conversion was unreliable to the point of unusability. I experimented with various settings for the range and sensitivity controls, all to no avail. I'll continue to try to fine-tune it, but I admit that for me it's a low-priority feature anyway.
Install, Configure, Play.
Guitarix is available from the package managers for systems running OpenSUSE, Fedora, Gentoo, and Arch Linux. A package is also available for Musix, a Linux distribution optimized for audio/video production. If you're using any of those systems you're in luck, otherwise you'll have to compile it yourself.

Building Guitarix isn't difficult. The source tree now employs the waf build system. Enter ./waf help at the prompt to find the available configuration options, then run the following commands to compile and install the latest and greatest version of Guitarix :

    $ ./waf configure --prefix=/usr/local
    $ ./waf build
    $ sudo ./waf install

Assuming a full complement of its dependencies the build should proceed smoothly. The configure stage will fail if any components are missing or out of date, so take note of any warnings or errors issued during the build configuration.

The complete build wants a variety of dependencies, including the LADSPA SDK, Steve Harris's meterbridge, Kjetil Matheussen's jack_capture, and Fons Adriaensen's jconv. Only the LADSPA package is absolutely required. Guitarix will run without the other amenities, but they are so helpful that I don't consider Guitarix complete without them.

If jconv is not included in your distribution's software repositories you'll need to build and install it too. Jconv requires its own unique dependencies so be sure to read and follow the build instructions at Kokkini Zita.

The Guitarix processor modules are also available as LADSPA plugins usable by any LADSPA-savvy host. The plugins are compiled and installed automatically during the normal build process, another nice touch from the developers.
Testing The Axe.
 
Guitarix is a JACK-based application, so you'll need a Linux system with sound powered by the ALSA/JACK combination. In case you don't know about these components, ALSA is the Linux kernel sound system, JACK is a user-level high-performance sound server designed for professional audio use. Linux distributions optimized for audio production are based on ALSA and JACK, and I highly recommend such systems if you want the best possible performance from Guitarix and other audio production software. For this article I tested the latest Guitarix on a heavily customized Ubuntu Studio 9.04 system with a 2.6.29 kernel customized for realtime performance.


guitarix_convolver-4.12

I tested Guitarix with an inexpensive electric guitar plugged into an M-Audio Omni I/O. The Omni functions as a break-out box for my recording machine's Delta 66 audio interface and as a preamp for incoming line-level audio signals. My guitar has two double-coil pickups, one volume control, one tone control, and a three-way pickup selector switch. It's a good choice for testing software like Guitarix: If the program can make this guitar sound good, think what it will do for your Paul Reed Smith.

The test instrument's pickups are unpowered, but their output is hot enough to cause occasional clipping. I had to experiment for a while to find an optimal combination of levels and settings. The Omni's Pad switch eliminated the clipping, and Guitarix's Overdrive and Feedforward controls restored energy and presence to the signal.

The default preset is a simple distortion effect. It's a good distortion, perfectly usable as-is, but it's also a good model for creating your own presets. My first Guitarix preset was a simple combination of the default distortion with the Freeverb effect, also at its default settings. From such simple presets you can create more finely tuned effects by adjusting the parameters in each processing module. Parameter control via MIDI is not available yet, but you can use the mouse wheel to dial in precise values.

The Record utility works according to the settings made in the jack_capture configuration dialog. As far as my tests could discern it works exactly as it should. Of course, with its JACK capabilities Guitarix's output can be routed to Ardour, QTractor, Rosegarden, or any other JACK-savvy DAW.
So How's It Sound ?
I've prepared a simple demonstration (OGG format) recorded with jack_capture while in Guitarix. The following list describes each part of the demo:
  1. Riff at default Distortion setting.

  2. Add Freeverb module with default settings.

  3. Add Overdrive module with overdrive set to 10.

  4. Set Feedforward slider to 30.
As the demo shows, each module adds a unique and noticeable effect. My first recording included the IR module, but it introduced some audio artifacts in combination with the other modules so I chopped it out with the ReZound soundfile editor. By the way, I'm not perfectly sure I understand the IR module's function. It does add some niceness to the sound, but I could use some clarification as to how it does what it's doing.

One note more regarding jconv. Although convolution engines are typically associated with the creation of high-quality realistic reverberation they are also excellent engines for cabinet simulations. I've just started to experiment with it, thanks to Hermann Meyer's pointer to a huge collection of amplifier cabinet IR files (package compressed in RAR format). Hermann advises that you remove the reverberation tail from the IR (a simple task with the jconv widget in Guitarix) for a relatively unprocessed cabinet simulation.


guitarix_black-4.12
Documentation.
At this stage in its development Guitarix has almost no user-level documentation. The source package includes a README that explains the program in some detail, and Hermann Meyer has written a good introduction to using jconv in Guitarix. A discussion forum exists but traffic is light. The program also needs a demonstrative bank of presets. Fortunately the program is easy to learn through its use. Experiment, make new presets, save them, and tell the rest of us about them.
Outro.
An application with a version number of 0.05.0 is likely to have some rough edges. Guitarix needs attention in some of its aspects, but its basic design is good. I'd like to see a more polished GUI, some user-level documentation, and an improved tuner. The Web site needs some love for its English, though it is comprehensible. But these are relatvely minor points, and I'm happy to have Guitarix at all. It works well for its originally intended purpose, i.e. a variety of distortion sounds, and it is an excellent amplifier for clean sounds, especially when jconv is activated with an appropriate IR file. Its JACK support is flawless, thanks to which Guitarix can be integrated into any network of JACK-aware applications. No, it's not a replacement for Guitar Rig, but it's a good start towards a flexible and powerful guitar effects/amp simulation processor for Linux.

I must mention that Guitarix was prototyped with the awesome FAUST DSP development environment. FAUST deserves its own article, but in lieu of a review you can check it out at its home site.
Passing Tones.
A giant is gone: RIP Les Paul (1915 - 2009), the legendary guitarist, recordist, and inventor. My parents listened to the songs of Les Paul and Mary Ford when I was a child in the 1950s. I'll never forget the man's tone and his technique, and I'm sure he's still swingin' in the celestial halls.


guitarix_tuner-4.12



Custom Search
 


If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:
rss_trappola
Do you consider this article interesting? Share it on your network of Twitter contacts, on your Facebook wall or simply press "+1" to suggest this result in searches in Google, Linkedin, Instagram or Pinterest. Spreading content that you find relevant helps this blog to grow. Thank you!
Share on Google Plus

About Hugo

Ubuntu is a Linux distribution that offers an operating system predominantly focused on desktop computers but also provides support for servers. Based on Debian GNU / Linux, Ubuntu focuses on ease of use, freedom in usage restriction, regular releases (every 6 months) and ease of installation.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment