Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914890
Collapse All | Expand All

(-)tuxguitar-1.6.0-b/TuxGuitar-synth-gervill/share/tuxguitar-synth-gervill.cfg (-1 / +1 lines)
Lines 1-2 Link Here
1
## Default Settings ##
1
## Default Settings ##
2
tuxguitar-synth-gervill.soundbank.path=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
2
tuxguitar-synth-gervill.soundbank.path=/usr/share/sounds/sf2/FluidR3_GM.sf2
(-)tuxguitar-1.6.0-b/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg (-1 / +1 lines)
Lines 1-7 Link Here
1
#tuxguitar-fluidsynth
1
#tuxguitar-fluidsynth
2
#Fri Oct 30 14:24:16 ART 2015
2
#Fri Oct 30 14:24:16 ART 2015
3
soundfont.count=1
3
soundfont.count=1
4
soundfont.path0=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
4
soundfont.path0=/usr/share/sounds/sf2/FluidR3_GM.sf2
5
5
6
synth.gain=1.1
6
synth.gain=1.1
7
synth.chorus.active=yes
7
synth.chorus.active=yes
(-)tuxguitar-1.6.0-b/build-scripts/common-resources/common-linux/dist/tuxguitar-jsa.cfg (-1 / +1 lines)
Lines 1-3 Link Here
1
#tuxguitar-jsa
1
#tuxguitar-jsa
2
#Mon Nov 02 20:00:23 ART 2015
2
#Mon Nov 02 20:00:23 ART 2015
3
soundbank.custom.path=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
3
soundbank.custom.path=/usr/share/sounds/sf2/FluidR3_GM.sf2
(-)tuxguitar-1.6.0-b/build-scripts/tuxguitar-linux-swt-x86_64/pom.xml (-3 lines)
Lines 343-351 Link Here
343
								<copy todir="${project.build.directory}/${project.finalName}/dist">
343
								<copy todir="${project.build.directory}/${project.finalName}/dist">
344
									<fileset dir="${project.rootPath}/TuxGuitar/dist/" />
344
									<fileset dir="${project.rootPath}/TuxGuitar/dist/" />
345
								</copy>
345
								</copy>
346
								<copy todir="${project.build.directory}/${project.finalName}/share/soundfont" overwrite="true">
347
									<fileset dir="${project.rootPath}/TuxGuitar-resources/resources/soundfont" />
348
								</copy>
349
346
350
								<copy todir="${project.build.directory}/${project.finalName}" overwrite="true">
347
								<copy todir="${project.build.directory}/${project.finalName}" overwrite="true">
351
									<fileset dir="../common-resources/common" />
348
									<fileset dir="../common-resources/common" />

Return to bug 914890