README 881 B

123456789101112131415161718
  1. ChucK is a new (and developing) audio programming language for
  2. real-time synthesis, composition, performance, and now, analysis.
  3. ChucK presents a new time-based, concurrent programming model that's
  4. highly precise and expressive (we call this strongly-timed), as well
  5. as dynamic control rates, and the ability to add and modify code
  6. on-the-fly. In addition, ChucK supports MIDI, OSC, HID device, and
  7. multi-channel audio. It's fun and easy to learn, and offers composers,
  8. researchers, and performers a powerful programming tool for building
  9. and experimenting with complex audio synthesis/analysis programs, and
  10. real-time interactive control.
  11. Please e-mail me if it works for 64-bit.
  12. SOUNDENGINE=jack or SOUNDENGINE=oss to enable jack or oss support:
  13. in these cases you will need jack or oss (and the build script will
  14. produce a different binary). SOUNDENGINE=alsa is the default.