ChucK icon

ChucK

2 big stars
ChucK screenshot
Name: ChucK
Works on: windowsWindows 7 and above
Version: 1.2
Last Updated: 28 Feb 2017
Release: 30 Nov 2010
Category: Programming > Coding languages and Compilers
Rate this software:
247 downloads
screenshotsView Screenshots(1)
commentsComments
downloadDownload
Liked it? Tell others:
details

ChucK Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: ef9aded0bea8d87bf92ffec249b0602abcd6bcd3
Size: 1.44 MB
File Format: zip
Rating: 2.04347826 out of 5 based on 23 user ratings
Downloads: 247
License: Free
ChucK is a free software by Ge Wang & Perry Cook and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download ChucK which is 1.44 MB in size and belongs to the software category Coding languages and Compilers.
ChucK was released on 2010-11-30 and last updated on our database on 2017-02-28 and is currently at version 1.2.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

ChucK Description

ChucK package provides 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 thats 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.
Its 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.
To run ChucK with a program/patch called foo.ck simply run chuck and then the name of the file:
% chuck foo.ck
To run ChucK with multiple patches concurrently (or the same one multiple times):
% chuck foo.ck bar.ck bar.ck boo.ck
There are several flags you can specify to control how ChucK operates, or to find out about the system. For example,the following probes the audio system and prints out all available audio devices and MIDI devices. You may then refer to them (by number usually) from the command line or from your program.
% chuck --probe
ChucK can be run in a different terminal as a host/listener that patches may be sent to. The server should invoke the --loop flag to specify that the virtual machine should not halt automatically (when the current programs exit).
% chuck --loop
If a ChucK listener is running, we can (from a second terminal) send a program/patch to to the listener by using the + command line option:
% chuck + foo.ck
Similarly, you can use - and = to remove/replace a patch in the listener, and use ^ to find out the status.
To run most of the code or examples in this language specification, you only need to use the basic chuck program.
screenshots

ChucK Screenshots

ChucK screenshot 1
similarSimilar Software