Skip to content
Musical Simple Interface beta version
Branch: master
Clone or download
Latest commit a8a8ccb Jan 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Library new functions for spork Aug 17, 2018
Library.ck new functions for spork Aug 17, 2018
README.md Update README.md Jan 20, 2019
end.py Harmony silences Oct 26, 2016

README.md

CHmUsiCK

========


Musical Simple Interface

CHmUsick 0.0.2 (beta version)

Install chuck, clone this repo, copy any of the examples in the file called LiveCode.ck and run Library.ck.


Install ChucK and miniAudicle in Linux (Jack 2)

wget http://audicle.cs.princeton.edu/mini/release/files/miniAudicle-1.3.5.2.tgz;
tar zxvf miniAudicle-1.3.5.2.tgz;
sudo apt-get install make gcc g++ bison flex libasound2-dev libsndfile1-dev libqt4-dev libqscintilla2-dev libjack-jackd2-dev;
cd miniAudicle-1.3.5.2/; 
cd src; 
make linux-jack;
mv miniAudicle ~/

For command line users

In a terminal

$ chuck --loop Library.ck

Edit the file called LiveCode.ck and save changes

You can’t perform that action at this time.