DAWck is the ChucK audio programming language as an integrated plugin for digital audio workstations.
To clone DAWck and dependencies:
git clone --recurse-submodules https://github.com/ccrma/dawck.git
DAWck.jucer
(JUCE project file) contains the information to generate a project that upon successful compilation, produces one or more plugins named ChucK.x
where x
is an extension corresponding to a plugin interface such as VST or AudioUnit. For now, start with DAWck.jucer
. In the future, DAWck may include pre-generated projects (XCode, Visual Studio, cmake).