summaryrefslogtreecommitdiffstats
path: root/audio/chuck/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/chuck/README')
-rw-r--r--audio/chuck/README24
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/chuck/README b/audio/chuck/README
index a93e6f7328..5f7fb32aad 100644
--- a/audio/chuck/README
+++ b/audio/chuck/README
@@ -1,17 +1,17 @@
-ChucK is a new (and developing) audio programming language for real-time
-synthesis, composition, performance, and now, analysis.
+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.
+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 or SOUNDENGINE=oss to enable jack or oss support:
-in these cases you will need jack-audio-connection-kit or oss (and
-the build script will produce a different binary).
-SOUNDENGINE=alsa is the default.
+in these cases you will need jack or oss (and the build script will
+produce a different binary). SOUNDENGINE=alsa is the default.