VCVRack / AudibleInstruments

VCV Rack plugin based on Mutable Instruments Eurorack modules
https://vcvrack.com/AudibleInstruments.html
Other
390 stars 83 forks source link

rings/dsp/part.h missing? #6

Closed dsp1986 closed 7 years ago

dsp1986 commented 7 years ago

a directory "rings" seems to be missing. or am I missing something. cloned git into Rack/plugins folder and executed make:

g++ -fshort-enums -DTEST -I./eurorack -Wno-unused-local-typedefs -fPIC -I../../include -I../../dep/include -DVERSION=dev -MMD -O3 -march=core2 -ffast-math -g -Wall -DARCH_LIN -std=c++11 -c -o build/src/Rings.cpp.o src/Rings.cpp
src/Rings.cpp:4:28: fatal error: rings/dsp/part.h: No such file or directory
 #include "rings/dsp/part.h"
AndrewBelt commented 7 years ago

Did you git submodule update --init?

dsp1986 commented 7 years ago

that did the trick. thank you! awesome work