SIDPLAY is a Commodore 64 music player. It emulates the sound chip and other internals of the Commodore 64 home computer to play back music that was originally written on it. The sound chip of the C64 is called the Sound Interface Device or SID, and therefore this music is known as SID music. The SID chip is basically a three voice synthesizer on a chip. The unusual combination of digital and analogue circuitry is the reason for its distinctive sound.
SIDPLAY is a Commodore 64 music player. It emulates the sound chip and other internals of the Commodore 64 home computer to play back music that was originally written on it. The sound chip of the C64 is called the Sound Interface Device or SID, and therefore this music is known as SID music. The SID chip is basically a three voice synthesizer on a chip. The unusual combination of digital and analogue circuitry is the reason for its distinctive sound.
To install SIDPLAY, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SIDPLAY
To see what files were installed by SIDPLAY, run:
port contents SIDPLAY
To later upgrade SIDPLAY, run:
sudo port selfupdate && sudo port upgrade SIDPLAY
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.