Showing posts with label tuxguitar. Show all posts
Showing posts with label tuxguitar. Show all posts

Saturday, April 27, 2013

[How to] Read tabs in Linux

How to read tabs in Linux

¿De qué está hablando? Versión en Español

Introduction

One of the reasons I didn't install Linux as my only/main system was that I couldn't read tabs. I found some software that could do it but it wasn't that great.
Until I found Tuxguitar and then I left Guitar Pro behind.

Tuxguitar an OpenSource alternative in Linux

Tuxguitar is a program that can read Guitar Pro tabs (.gp3-.gp5) and PowerTabs too, it may not be as great as the options that are available in Windows or in Mac. Actually I think that is one thing that Linux is missing, all the multimedia software that let you do very cool stuff.
However, because the community is so awesome, you will always find an alternative to any program that you want. If you play any instrument and you want to keep using tabs, Tuxguitar is a great option.

Some screen-shots of this little program:


If you want to install it, all you have to do is:

sudo apt-get install tuxguitar

Playing sound with the Java Library (tuxguitar-jsa)

After you installed Tuxguitar maybe you won't heard any sound.
The easiest way to play sound with Tuxguitar is to use the Java library, in order to do that you have to install the package tuxguitar-jsa. Just run the command:

sudo apt-get install tuxguitar-jsa

Then you need to close the application and open it again. If you still don't hear anything go to "Tools">"Settings">"Sound" and make sure the MIDI port is "Gervill".


Don't like the sound? I don't really like it, that's why I use a MIDI emulator...

TiMidity: MIDI emulador

I wasn't really convinced with the sound of the Java library so I decided to look for other options. If you search the other packages of tuxguitar you may see some interesting options,


but I have tried them all, and I couldn't make them work. The only thing that I could find was TiMidity, it's a MIDI emulador that will play the content of the tab. And it sounds better than tuxguitar-jsa.

To install it use the command:
sudo apt-get install timidity

This time it is not going to be that simple. You need to launch TiMidity from a Terminal with some options.

timidity -iA -Os

After you launched the emulator, some ports are going to open. In my case four ports (129:0 - 129:3)


After you did that go back to Tuxguitar and again go to the Configuration menu ("Tools">"Settings">"Sound"). In "MIDI Port" you need to choose one of the different ports of TiMidity.

Choose the first one and you're ready! Now the sound will be a little more decent.

Did you like this post? Here you can see what I'm going to write about in this blog (for the moment). Don't forget to add me to your G+ circles or follow me on Twitter: @RobertoXMed

[Tutorial] Usar tablaturas en Linux

¿Cómo leer tablaturas en Linux?

What is he talking about? English version

Introducción

Una de las razones por la cual no instalaba definitivamente Linux en mi computador era que no podía leer tablaturas. Encontré uno que otro programa que lo hacía pero nada muy impresionante.
Hasta que encontré Tuxguitar y pues Guitar Pro dejó de ser una opción.

Tuxguitar un lector OpenSource en Linux

Tuxguitar es un programa que lee tablaturas, tal vez no sea tan bueno como las opciones que hay en Windows o Mac. De hecho algo que de verdad le falta a Linux son todos esos programas multimedia que hacen cosas geniales.
Sin embargo como la comunidad es increíble siempre se va a poder encontrar una alternativa a cualquier programa. Si tocan algún instrumento y quieren seguir usando tablaturas Tuxguitar es una gran opción.

He aquí algunas imágenes de cómo se ve este gran programa:


Si desean instalarlo lo único que tienen que hacer es:

sudo apt-get install tuxguitar

Leer tablaturas con la librería de Java (tuxguitar-jsa)

Al principio lo más probable es que no escuchen nada cuando intenten reproducir alguna tablatura.
La manera más simple para poder escuchar algo es usar la librería de sonidos de Java. Solo hay que instalar un paquete tuxguitar-jsa. Para hacer eso:

sudo apt-get install tuxguitar-jsa

Luego reinician la aplicación y deberían poder escuchar algo. Sino vayan a "Tools">"Settings" y en "Sound" asegúrensem de que el puerto MIDI es "Gervill".


¿No les gusta mucho el sonido? A mi no me convence, por eso uso un emulador MIDI...

TiMidity emulador MIDI

Como el sonido no me convencía mucho decidí buscar alguna opción para reproducir el contenido con otra cosa que no sea la librería Java. Si uno busca los diferentes paquetes que hay de Tuxguitar al parecer hay algunas opciones interesantes,


pero las he intentado todas y ninguna me funcionó. Lo único que encontré es TiMidity, es un emulador MIDI que va a reproducir el contenido de la tablatura. Suena mucho mejor que tuxguitar-jsa.

Para instalarlo lo único que tienen que hacer:

sudo apt-get install timidity

Esta vez no va a ser tan simple como con la librería Java. Vamos a tener que lanzar TiMidity desde un terminal con algunas opciones

timidity -iA -Os

Luego de lanzar el emulador se van a abrir algunos puertos, por ejemplo en mi caso se abrieron cuatro (129:0 - 129:3)


Una vez que lanzamos TiMidity volvemos a Tuxguitar y configuramos el reproductor de sonidos (de nuevo en "Tools">"Settings>"Sound"). En "MIDI Port" vamos a tener algunas opciones nuevas, ahí vemos los diferentes puertos que se abrieron con TiMidity.


Seleccionamos el primero y listo! Ahora el sonido debe ser un poco más decente.

Les gustó este post? Aquí pueden ver lo que se va a venir en este blog (por el momento). No se olviden de agregarme a sus círculos en G+ o de seguirme en Twitter: @RobertoXMed