audio/chuck: new port

This commit is contained in:
c0dev0id
2026-07-08 11:14:41 +02:00
parent a834a66cbf
commit a6b68a0b99
31 changed files with 1521 additions and 0 deletions

15
audio/chuck/pkg/DESCR Normal file
View File

@@ -0,0 +1,15 @@
ChucK is a strongly-timed, concurrent, and on-the-fly music programming
language. It is compiled in real-time, on-the-fly, and allows code to be
added and modified while the program is running, without stopping or
restarting. It is used for synthesis, composition, performance, and
analysis.
ChucK presents a unique time-based, concurrent programming model that's
precise and expressive (with regards to time), dynamic (with regards to
concurrency), and interactive (with regards to interface). It is open-source
and freely available.
On OpenBSD, ChucK uses the JACK audio server for output. Start jackd (via
sndio or another backend) before running chuck.
Website: https://chuck.stanford.edu/

1
audio/chuck/pkg/PLIST Normal file
View File

@@ -0,0 +1 @@
bin/chuck