Archive for Music

Installer Rakarrack sous Ubuntu

Si vous êtes guitariste et utilisateur de Linux, rakarrack est un outil qui pourrait fortement vous intéresser. Il s’agit d’un logiciel offrant plusieurs effets tels que la distorsion, le reverb, un egaliseur, etc.

rakarrack

Malheureusement il n’existe pas de package deb (en tout cas pas dans les dépôts officiels). Il va donc falloir compiler les sources soi-même. Avant toute chose, il faut installer les outils de compilation qui ne sont pas disponibles par défaut sous ubuntu:

sudo apt-get install build-essential

Ensuite, installez les dépendances de rakarrack (mentionnées dans le Readme):

sudo apt-get install libfltk1.1-dev libxpm-dev libjack0.100.0-dev libasound2-dev jackd

Ensuite récupérez la dernière version de rakarrack, décompressez l’archive et lancez la compilation:

tar -xvzf rakarrack*.tar.gz
cd rakarrack*
./configure
make
sudo make install

Rakarrack se basant sur jackd pour l’interface audio, il faut tout d’abord lancer le daemon:

jackd -d alsa

Lancez ensuite rakarrack et l’interface de contrôle de jackd (qjackctl). Après avoir réglé le nombre de trames par intervalle ainsi que le taux d’échantillonage pour obtenir une latence minimale, il faut “connecter” les ports audio comme ci dessous:

jackd

Pour terminer, activez les effets dans rakarrack (une banque d’effets par défaut est disponible) et grattez comme un fou!

PS: la première chose à faire une fois rakarrack lancé sera probablement de changer les couleurs qui par défaut sous plutôt horribles…

Retro-emotion

I just created this word to express what I’m feeling right now. I’m indeed listening to the “Use Your Illusion” albums from Guns n’ Roses… And I haven’t feel like that since I last listened to these back in the early 90’s, when we were still using magnetic tapes :cry.

Use Your Illusion I Use Your Illusion II

Won’t you feel the same if you were listening to songs like “Don’t cry”, “November Rain” or “You Could Be Mine” ?

Tip: they are both available at Media Markt for a really cheap price ( ~ 7€)!!!

Music Player

Since the Gentoo team declared xmms being out of support, I tried some music players for replacing it, which I used for many years now.

I first took a look at audacious, which is a xmms look-alike player written in Gtk, but I had some problems with sticky title bars and I soon abandoned it.

Then I gave Amarok a try, and after some tweaking, it rapidly became my new music player of choice. It of course plays mp3, ogg, wav, pls and m3u (stream radios), and CD’s, and features a great playlist editor, which xmms lacks. Aside of that, it has some nice features like On Screen Display (OSD), covers management, lyrics search tool, etc.

Amarok

I was reluctant to use any other player than xmms because I heavily used the xmms-shell program to command the player: a small applet on top of my screen allowed me to rapidly pause, switch songs and change the volume. This has now been replaced by the amarok global shortcut capability: you can configure any key combination to trigger the most common actions: play, pause, fast forward, next track, volume, … and that not only within amarok (hence the word global 😉 ).

Now I just have to arrange all my mp3 tags in order to use the playlist functionality the most efficiently :|…Tagtool will be my best friend!