diff options
author | Michales Michaloudes <korgie@gmail.com> | 2013-10-27 02:02:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:39:01 -0500 |
commit | 79ee353aab46b79b4d05312d294a02ff379c3b21 (patch) | |
tree | 1800b6062613d29fd403cd9f8ee046e3466cdf1e /audio/chuck/README | |
parent | c57c3228d909a7d1b7cd9484ee575de6bc43b375 (diff) | |
download | slackbuilds-79ee353aab46b79b4d05312d294a02ff379c3b21.tar.gz |
audio/chuck: Added (audio programming language)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/chuck/README')
-rw-r--r-- | audio/chuck/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/chuck/README b/audio/chuck/README new file mode 100644 index 0000000000..14b71b4813 --- /dev/null +++ b/audio/chuck/README @@ -0,0 +1,15 @@ +ChucK is a new (and developing) audio programming language for real-time +synthesis, composition, performance, and now, analysis. + +ChucK presents a new time-based, concurrent programming model that's highly +precise and expressive (we call this strongly-timed), as well as dynamic +control rates, and the ability to add and modify code on-the-fly. In addition, +ChucK supports MIDI, OSC, HID device, and multi-channel audio. It's fun and +easy to learn, and offers composers, researchers, and performers a powerful +programming tool for building and experimenting with complex audio +synthesis/analysis programs, and real-time interactive control. + +Please e-mail me if it works for 64-bit. + +SOUNDENGINE=jack to enable jack support. In that case you need jack installed. +Valid options are: alsa (default), jack, oss. |