From 2fabdfe6d26bedb322d58dbf8d4e12c9d41852eb Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 20 Jul 2010 21:26:22 +0200 Subject: ChucK 1.2.1.3 A new (and developing) audio programming language for real-time synthesis, composition, performance, and now, analysis - fully supported on MacOS X, Windows, and Linux. 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. Signed-off-by: Adam Vandenberg --- Library/Formula/chuck.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/chuck.rb (limited to 'Library/Formula') diff --git a/Library/Formula/chuck.rb b/Library/Formula/chuck.rb new file mode 100644 index 000000000..0139b5292 --- /dev/null +++ b/Library/Formula/chuck.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Chuck