Changelog: https://github.com/rncbc/qsynth/blob/master/ChangeLog
Also move from cmake to gmake (this unbreaks the build for ports-gcc
archs), provide manpages and add atomics for powerpc.
Original diff by sebastia@, with tweaks from jca@ and me.
OK sebastia@ (maintainer) jca@
Qsynth is a fluidsynth GUI front-end application written in C++ around
the Qt framework using Qt Designer. Eventually it may evolve into a
softsynth management application allowing the user to control and manage
a variety of command line softsynth but for the moment it wraps the
excellent FluidSynth. FluidSynth is a command line software synthesiser
based on the Soundfont specification.
tested by ratchov@, feedback rsadowski@
OK rsadowski@