Chuck is a strongly-timed, concurrent, and on-the-fly music programming language.
ChucK is a programming language for real-time sound synthesis and music creation. It presents a time-based, concurrent programming model that's precise and expressive (we call this strongly-timed), along with dynamic control rates, and the ability to add and modify code on-the-fly. In addition, ChucK supports MIDI, OpenSoundControl, HID device, and multi-channel audio.
ChucK is a programming language for real-time sound synthesis and music creation. It presents a time-based, concurrent programming model that's precise and expressive (we call this strongly-timed), along with dynamic control rates, and the ability to add and modify code on-the-fly. In addition, ChucK supports MIDI, OpenSoundControl, HID device, and multi-channel audio.
To install chuck, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chuck
To see what files were installed by chuck, run:
port contents chuck
To later upgrade chuck, run:
sudo port selfupdate && sudo port upgrade chuck
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.