VCVRack / AudibleInstruments

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

Kinks fails to compile with latest SchmittTrigger changes #40

Closed cschol closed 6 years ago

cschol commented 6 years ago

Revision: e0b3fbd985373da3bc2cf94cd76e281cf7cff512

g++ -Wsuggest-override -std=c++11 -DTEST -I./eurorack -Wno-unused-local-typedefs -fPIC -I../../include -I../../dep/include -DSLUG=AudibleInstruments -DVERSION=0.5.0 -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -c -o build/src/Kinks.cpp.o src/Kinks.cpp
src/Kinks.cpp: In constructor 'Kinks::Kinks()':
src/Kinks.cpp:38:11: error: 'struct rack::SchmittTrigger' has no member named 'setThresholds'
   trigger.setThresholds(0.0, 0.7);
           ^~~~~~~~~~~~~
make: *** [../../compile.mk:57: build/src/Kinks.cpp.o] Error 1
AndrewBelt commented 6 years ago

Remember to pull the latest source before reporting issues on master

cschol commented 6 years ago

I did, but got bitten by my fork, which was obviously up to date. Sorry about that. All compiles well now. #dontpullbeforebreakfast