Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 679 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 679 Bytes

What is DAWck?

DAWck is the ChucK audio programming language as an integrated plugin for digital audio workstations.

Building DAWck

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).