This project is meant to replicate the SID as faithfully as possible while keeping good performance for realtime use. It is not intended to expose the chip internal state or adding fancy effects. Both the 6581 and the 8580 models are emulated.
This project is meant to replicate the SID as faithfully as possible while keeping good performance for realtime use. It is not intended to expose the chip internal state or adding fancy effects. Both the 6581 and the 8580 models are emulated.
To install libresidfp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libresidfp
To see what files were installed by libresidfp, run:
port contents libresidfp
To later upgrade libresidfp, run:
sudo port selfupdate && sudo port upgrade libresidfp
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.