summaryrefslogtreecommitdiff
blob: f11d4ce160ebae9eb6be130cf12988fa9f6a0d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>dracwyrm@gentoo.org</email>
		<name>Jonathan Scruggs</name>
	</maintainer>
	<longdescription>
		A multitrack tablature editor and player that allows you to
		compose music using the following features:
		- Tablature editor
		- Score Viewer
		- Multitrack display
		- Autoscroll while playing
		- Note duration management
		- Various effects (bend, slide, vibrato, hammer-on/pull-off)
		- Support for triplets (5,6,7,9,10,11,12)
		- Repeat open and close
		- Time signature management
		- Tempo management
		- Imports and exports gp3,gp4 and gp5 files
	</longdescription>
	<use>
		<flag name="fluidsynth">
			Enables Fluidsynth MIDI software synthesis (with external sound fonts). 
			JSA must be disabled in the plug-ins menu to use this.
		</flag>
		<flag name="lilypond">
			Exports the score in a lilypond compatible format.
		</flag>
		<flag name="pdf">
			Exports the score as a PDF file using <pkg>dev-java/itext</pkg>.
		</flag>
		<flag name="tray">
			Adds an icon to the tray that controls midi playback.
		</flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">tuxguitar</remote-id>
	</upstream>
</pkgmetadata>