GuitarPro

Hola! Conoceis algún programa para Linux que se parezca al GuitarPro de Windows??
Es el único motivo por el que en mi disco duro aún haya algo [lapota]Micro$oft.

Lo único que busco es un reproductor de tablaturas pero si además pudiera pasar de midi a tablatura pues ya sería perfecto...

gracias.
KGuitar
The main features of KGuitar include:

* Free GPLed program;
* K Desktop Environment GUI;
* Powerful and convenient tabulature editing, including many effects and classical note score editing for classic instrument players;
* Full and very customizable MIDI to tabulature import and export;
* Support of extra data formats, such as ASCII tabulatures or popular programs' format, such as Guitar Pro's or TablEdit;
* Chord fingering construction tools - chord finder & chord analyzer;
* Highly customizable to suit a lot of possible instruments (not only 6-stringed guitars, and even not only guitars), including drum tracks, lyrics and other MIDI events.


Un saludo!!!
Me da este error al hacer el make q significa????

then mv -f ".deps/application.Tpo" ".deps/application.Plo"; \
else rm -f ".deps/application.Tpo"; exit 1; \
fi
application.cpp: In member function `void KGuitarPart::options()':
application.cpp:507: error: request for member `exec' in `op()', which is of non-aggregate type `Options ()()'
make[3]: *** [application.lo] Error 1
make[3]: Leaving directory `/home/dreamgame/descargas/kguitar-0.4.9/kguitar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dreamgame/descargas/kguitar-0.4.9/kguitar'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dreamgame/descargas/kguitar-0.4.9'
make: *** [all] Error 2
[root@MANDRAKE kguitar-0.4.9]#
Mmm... está clarito en la propia web:
Latest News

1 Sep 2003: Nasty bug

That's a pity, but release 0.4.9 got really nasty bug in it. When you try to compile it without TSE3, it fails on application.cpp. There are two solutions: compile it with TSE3 (recommended) or change application.cpp around line 507 to look like the following:

Options op
#ifdef WITH_TSE3
(sv->midiScheduler())
#endif
;
op.exec();

Also, you can get the latest version from CVS, where this bug was fixed too, of course.


Un saludete!
Gracias Ashitaka...soy libre!!!!
4 respuestas