functional programming language for realtime audio
Faust is a functional programming language specifically designed for realtime audio applications and plugins. The latest version also offers additional backends for C, Java and LLVM bitcode.
Faust is a functional programming language specifically designed for realtime audio applications and plugins. The latest version also offers additional backends for C, Java and LLVM bitcode.
To install faust-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install faust-devel
To see what files were installed by faust-devel, run:
port contents faust-devel
To later upgrade faust-devel, run:
sudo port selfupdate && sudo port upgrade faust-devel
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.