
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KGuitar aims to develop a free, full-featured guitarist helper program, focusing on tabulature editing and MIDI synthesizers support.
13 years ago
* Release 0.5.1
* A mostly major bug-fix release since the last time.
* Compatiblity fixes: added support for autoconf 2.61, automake
1.10, gcc 4.2. Removed last bits of qt2->qt3 transition
deprecations. Internal structures refactoring.
* Added zoom level (Ctrl Minus, Ctrl Plus), introducing multiple
bars per row, automatically tuning to available window width;
* Finally introduced new exception-based framework for converters
load/save. Makes converters much more bullet-proof and easier to
write and debug.
* Guitar Pro import undergone major rewrite. Now it properly loads
all gp4 files I have. Guitar Pro v3 and v5 formats are coming
next. Anyway, Guitar Pro loader is now much more helpful about
what errors it gets and less crash-prone. It detects and helps
debug problems it encounters.
* Lots of displaying, mouse and keyboard control, printing fixes
and prettifying. Track pane now has a header and it's synchronized
with track list. Melody editor now has trapezoid and shark fin
inlays.
* New QMap-based API for song metainformation - stores not a fixed
number of fields, but key=value pairs.
* Misc things: project transitioned to Subversion.
13 years ago
* Release 0.5.1
* A mostly major bug-fix release since the last time.
* Compatiblity fixes: added support for autoconf 2.61, automake
1.10, gcc 4.2. Removed last bits of qt2->qt3 transition
deprecations. Internal structures refactoring.
* Added zoom level (Ctrl Minus, Ctrl Plus), introducing multiple
bars per row, automatically tuning to available window width;
* Finally introduced new exception-based framework for converters
load/save. Makes converters much more bullet-proof and easier to
write and debug.
* Guitar Pro import undergone major rewrite. Now it properly loads
all gp4 files I have. Guitar Pro v3 and v5 formats are coming
next. Anyway, Guitar Pro loader is now much more helpful about
what errors it gets and less crash-prone. It detects and helps
debug problems it encounters.
* Lots of displaying, mouse and keyboard control, printing fixes
and prettifying. Track pane now has a header and it's synchronized
with track list. Melody editor now has trapezoid and shark fin
inlays.
* New QMap-based API for song metainformation - stores not a fixed
number of fields, but key=value pairs.
* Misc things: project transitioned to Subversion.
skaar
12 years ago
Report
linuxbee
12 years ago
I tried install it using the commands discussed in the project page and it did no work.
Report
bram85
13 years ago
http://repo.or.cz/w/kdeapps-overlay.git?a=blob;f=media-sound/kguitar/kguitar-0.5.1.ebuild;hb=HEAD
Report
atrox
14 years ago
There's how to install KGuitar on FreeBSD :)
fetch and unpack kguitar.*.tbz2
install tse3 for MIDI support:
# cd /usr/ports/audio/tse3 && make install clean
cd to kguitar-*
replace "../libtool" and "$(top_builddir)/libtool" with /usr/local/bin/libtool in admin/*.in and *.m4 files:
# sed -i .orig -e "s/\.\.\/libtool/\/usr\/local\/bin\/libtool/g" -e "s/\$(top_builddir)\/libtool/\/usr\/local\/bin\/libtool/g" admin/*.in *.m4
configure:
# ./configure --with-extra-includes=/usr/local/include --with-extra-libs=/usr/local/lib
make and install:
# gmake install
Anybody want to make a port? :)
Report
gohanz
15 years ago
http://www.slacky.it
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&filecatid=357&parent=category
Report
KenHan
16 years ago
I hope someone else take over the project and make it more accessible for ordinary users, cause right now it looks good but doesn't work (slack91-kde.3.2.1) the net is filled with tablature and the most common types seems to be , guitar pro, and powertab files .. which are excluded for the linux community (as far as I know).
If I could program I would dedicate myself to create a good guitar tab app for linux, but unfortunately I can't program at all. ;)
If anyone know more about this or know another good linux software please let me know. (I've had it with trying to get stuff to work with wine).
Everybody have a good one and to the developers: please go on and pick up the pace so we can use it ... I've been watching this project for a year waiting for something to happend.. but hardly nothing and it still doesn't work..
:(
//KenHan
Report
elektroschock
17 years ago
Report