Thursday, October 1, 2009

Brazilian Chorizo Appetizer

ChucK presentation and installation

Chuck is a programming language for sound synthesis, composition, live performance and now analysis. Exists for major operating systems, GNU / Linux, Windows and MacOS X and presents a new programming model time-based competitor.

among other things allows you to add and modify the code On-the-fly .

In this post we will install Ubuntu on ChucK. For other operating systems, where the installation is easier to refer to the documentation on the official website.

To prepare the machine with Ubuntu to host the best music software I refer to this link , which will guide you through the various components, including the jack server, which will be one we will use to gigare ChucK.

Once this is done install the dependencies that require ChucK:

sudo apt-get install bison flex gcc-4.2-multilib libjack libjack0.100.0-dev-dev libasound2-dev-dev libsndfile1 libFLAC-dev libogg-dev

downloaded the source from the site, unpack the file and open a terminal in chuck-1.xxx/src directory / and type

make linux-jack

then

sudo make install

now type

chuck if

the answer will be something like this:

[chuck]: no input files ... (Try - help)

means that the installation was successful. In case of problems please contact me.

Now we are ready to plan ...

Neum


0 comments:

Post a Comment