a Pure interface to David Robillard’s Lilv, an LV2 plugin host library
pure-lilv provides a Pure interface to David Robillard’s Lilv, an LV2 plugin host library. It lets you write LV2 audio and MIDI plugin hosts in the Pure programming language.
pure-lilv provides a Pure interface to David Robillard’s Lilv, an LV2 plugin host library. It lets you write LV2 audio and MIDI plugin hosts in the Pure programming language.
To install pure-lilv, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-lilv
To see what files were installed by pure-lilv, run:
port contents pure-lilv
To later upgrade pure-lilv, run:
sudo port selfupdate && sudo port upgrade pure-lilv
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.