Qsynth is a fluidsynth GUI front-end application, written in C++ using the Qt framework. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths.
Qsynth is a fluidsynth GUI front-end application, written in C++ using the Qt framework. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths.
To install qsynth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qsynth
To see what files were installed by qsynth, run:
port contents qsynth
To later upgrade qsynth, run:
sudo port selfupdate && sudo port upgrade qsynth
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.