Author: miriam Date: 2011-11-29 22:39:52 +0000 (Tue, 29 Nov 2011) New Revision: 12893
Modified: packages/trunk/pianobooster/debian/README.Debian packages/trunk/pianobooster/debian/pianobooster.desktop Log: Finish Desktop file Modified: packages/trunk/pianobooster/debian/README.Debian =================================================================== --- packages/trunk/pianobooster/debian/README.Debian 2011-11-29 22:14:14 UTC (rev 12892) +++ packages/trunk/pianobooster/debian/README.Debian 2011-11-29 22:39:52 UTC (rev 12893) @@ -12,6 +12,10 @@ To start the fluidsynth sound generator copy and paste the following command line: +fluidsynth /usr/share/sounds/sf2/FluidR3_GM.sf2 + +Piano Booster FAQ suggests this line instead: + fluidsynth -C 0 -R 0 -r 22050 -c 6 -z 128 -l -a alsa -o audio.alsa.device=plughw:0 -o midi.alsa_seq.id=fs /usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2 If you have a fast machine, you can leave out the flags '-C 0 -R 0 -r 22050' @@ -24,7 +28,7 @@ which might cause a lot of latency delay, but unfortunately these flags may also bypass the desktop volume controls. -For more information on running fluidsynth with low latency see this page. +For more information on running fluidsynth with low latency see this page: http://fluidsynth.resonance.org/trac/wiki/LowLatency @@ -34,6 +38,9 @@ closing all other programs, turning off your wireless network and unplug any network cable. +You might prefer to use qsynth as GUI interface to fluidsynth for easy setting +of Reverbs, chorus effects, etc + ----------------------- Clarification of RtMidi's license by Gary Scavone <[email protected]>: Modified: packages/trunk/pianobooster/debian/pianobooster.desktop =================================================================== --- packages/trunk/pianobooster/debian/pianobooster.desktop 2011-11-29 22:14:14 UTC (rev 12892) +++ packages/trunk/pianobooster/debian/pianobooster.desktop 2011-11-29 22:39:52 UTC (rev 12893) @@ -1,9 +1,10 @@ [Desktop Entry] Type=Application Name=Piano Booster +GenericName=Piano Teacher Comment=Learn the piano just by playing a game Icon=pianobooster Exec=pianobooster Terminal=false MimeType=audio/x-karaoke;audio/x-midi;audio/midi; -Categories=Audio;AudioVideo;Midi;Player;Education;Qt +Categories=Audio;AudioVideo;Midi;Music;Player;Education;Qt _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

