audio/chuck: new port
This commit is contained in:
15
audio/chuck/pkg/DESCR
Normal file
15
audio/chuck/pkg/DESCR
Normal 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/
|
||||
Reference in New Issue
Block a user