Solfege is a free eartraining program. The program is part of the GNU Project. One of the ideas of this program is that you can extend the program without having to dig into the source code. If you want to practise some special chords or want to practise dictation with some music not included, you can write lesson files and put them into a lessonfiles subdirectory in your home directory.
Solfege is a free eartraining program. The program is part of the GNU Project. One of the ideas of this program is that you can extend the program without having to dig into the source code. If you want to practise some special chords or want to practise dictation with some music not included, you can write lesson files and put them into a lessonfiles subdirectory in your home directory.
To install solfege, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install solfege
To see what files were installed by solfege, run:
port contents solfege
To later upgrade solfege, run:
sudo port selfupdate && sudo port upgrade solfege
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.