Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

executable file
·
19 lines (14 loc) · 606 Bytes

percolate

A collection of synthesis, signal processing, and image processing objects originally authored by Dan Trueman and Luke Dubois.

Hacking

# Clone the repository
git clone [email protected]:Cycling74/percolate.git

# Get the Max SDK submodule
git submodule update --init

If you have issues doing git submodule update --init, you may need to remove any residual Max SDK caches in Git first:

git rm -r --cached source/maxsdk

If you're building a C++ file, you may need to update the header search path in Xcode/Visual Studio so that the pre-processor can find the STK headers.