make plugin-build-mac-x64 make[1]: Entering directory '/home/chronos/rack-plugin-toolchain' cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.dylib dist removed 'build/src/plugin.cpp.o' removed directory 'build/src/AB4' removed 'build/src/plugin.cpp.d' removed directory 'build/src' removed directory 'build' make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make cleandep make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv dep removed directory 'dep' make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dep make[2]: Entering directory '/home/chronos/GPrackmodules' make[2]: Nothing to be done for 'dep'. make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dist make[2]: Entering directory '/home/chronos/GPrackmodules' x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/plugin.cpp.o src/plugin.cpp In file included from src/plugin.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/plugin.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/AB4/AB4.cpp.o src/AB4/AB4.cpp In file included from src/AB4/AB4.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/AB4/AB4.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerAux.cpp.o src/ChainMixer/ChainMixerAux.cpp In file included from src/ChainMixer/ChainMixerAux.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/ChainMixer/ChainMixerAux.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerChannel.cpp.o src/ChainMixer/ChainMixerChannel.cpp In file included from src/ChainMixer/ChainMixerChannel.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/ChainMixer/ChainMixerChannel.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ In file included from src/ChainMixer/ChainMixerChannel.cpp:4: src/ChainMixer/ChainMixerChannel.h:65:8: warning: private field 'm_fParamGain' is not used [-Wunused-private-field] 65 | float m_fParamGain = 0.0f; | ^ 22 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerMaster.cpp.o src/ChainMixer/ChainMixerMaster.cpp In file included from src/ChainMixer/ChainMixerMaster.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/ChainMixer/ChainMixerMaster.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerModule.cpp.o src/ChainMixer/ChainMixerModule.cpp In file included from src/ChainMixer/ChainMixerModule.cpp:9: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/ChainMixer/ChainMixerModule.cpp:9: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/StereoChorus/ChorusDelayLine.cpp.o src/StereoChorus/ChorusDelayLine.cpp In file included from src/StereoChorus/ChorusDelayLine.cpp:1: In file included from src/StereoChorus/ChorusDelayLine.h:3: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/StereoChorus/ChorusDelayLine.cpp:1: In file included from src/StereoChorus/ChorusDelayLine.h:3: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/StereoChorus/StereoChorus.cpp.o src/StereoChorus/StereoChorus.cpp In file included from src/StereoChorus/StereoChorus.cpp:2: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/StereoChorus/StereoChorus.cpp:2: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/common/Fade.cpp.o src/common/Fade.cpp x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/common/Fade2.cpp.o src/common/Fade2.cpp x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/common/Faders.cpp.o src/common/Faders.cpp In file included from src/common/Faders.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/common/Faders.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ 21 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -c -o build/src/common/Knobs.cpp.o src/common/Knobs.cpp In file included from src/common/Knobs.cpp:9: In file included from src/common/Knobs.h:11: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/common/Knobs.cpp:9: In file included from src/common/Knobs.h:11: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/rack.hpp:111: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 31 | T k[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:31:6: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:30:38: note: declared here 30 | void stepEuler(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 42 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:42:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 43 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:43:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 44 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:44:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:41:36: note: declared here 41 | void stepRK2(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 61 | T k1[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:61:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 62 | T k2[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:62:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 63 | T k3[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:63:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 64 | T k4[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:64:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 65 | T yi[len]; | ^~~ /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:65:7: note: function parameter 'len' with unknown value cannot be used in a constant expression /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include/dsp/ode.hpp:60:36: note: declared here 60 | void stepRK4(T t, T dt, T x[], int len, F f) { | ^ In file included from src/common/Knobs.cpp:9: src/common/Knobs.h:19:12: warning: private field 'm_mm' is not used [-Wunused-private-field] 19 | const int m_mm; | ^ 22 warnings generated. x86_64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -mmacosx-version-min=10.9 -o plugin.dylib build/src/plugin.cpp.o build/src/AB4/AB4.cpp.o build/src/ChainMixer/ChainMixerAux.cpp.o build/src/ChainMixer/ChainMixerChannel.cpp.o build/src/ChainMixer/ChainMixerMaster.cpp.o build/src/ChainMixer/ChainMixerModule.cpp.o build/src/StereoChorus/ChorusDelayLine.cpp.o build/src/StereoChorus/StereoChorus.cpp.o build/src/common/Fade.cpp.o build/src/common/Fade2.cpp.o build/src/common/Faders.cpp.o build/src/common/Knobs.cpp.o -shared -L/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-x64 -lRack -undefined dynamic_lookup rm -rf dist mkdir -p dist/GPrackmodules cp plugin.dylib dist/GPrackmodules/ x86_64-apple-darwin21.4-strip -S dist/GPrackmodules/plugin.dylib x86_64-apple-darwin21.4-install_name_tool -change libRack.dylib /tmp/Rack2/libRack.dylib dist/GPrackmodules/plugin.dylib x86_64-apple-darwin21.4-otool -L dist/GPrackmodules/plugin.dylib dist/GPrackmodules/plugin.dylib: plugin.dylib (compatibility version 0.0.0, current version 0.0.0) /tmp/Rack2/libRack.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1300.23.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.100.3) rcodesign sign dist/GPrackmodules/plugin.dylib signing dist/GPrackmodules/plugin.dylib in place signing dist/GPrackmodules/plugin.dylib as a Mach-O binary inferring default signing settings from Mach-O binary activating SHA-1 digests because minimum OS target 10.9.0 is not >=10.11.4 setting binary identifier to plugin.dylib parsing Mach-O signing Mach-O binary at index 0 binary targets macOS >= 10.9.0 with SDK 12.3.0 creating ad-hoc signature code directory version: 132096 adding alternative code directory using digest Sha256 binary targets macOS >= 10.9.0 with SDK 12.3.0 creating ad-hoc signature total signature size: 3266 bytes writing Mach-O to dist/GPrackmodules/plugin.dylib rsync -rR res LICENSE LICENSE-GPLv3.txt LICENSE-dist plugin.json dist/GPrackmodules/ cd dist && tar --no-xattrs -c GPrackmodules | zstd -19 -o "GPrackmodules"-"2.0.0"-mac-x64.vcvplugin /*stdin*\ : 13.31% ( 730 KiB => 97.2 KiB, GPrackmodules-2.0.0-mac-x64.vcvplugin) make[2]: Leaving directory '/home/chronos/GPrackmodules' mkdir -p plugin-build cp /home/chronos/GPrackmodules//dist/*.vcvplugin plugin-build/ cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.dylib dist removed 'build/src/plugin.cpp.o' removed 'build/src/AB4/AB4.cpp.d' removed 'build/src/AB4/AB4.cpp.o' removed directory 'build/src/AB4' removed 'build/src/StereoChorus/StereoChorus.cpp.o' removed 'build/src/StereoChorus/StereoChorus.cpp.d' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.o' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.d' removed directory 'build/src/StereoChorus' removed 'build/src/plugin.cpp.d' removed 'build/src/common/Fade2.cpp.o' removed 'build/src/common/Faders.cpp.o' removed 'build/src/common/Knobs.cpp.o' removed 'build/src/common/Fade.cpp.d' removed 'build/src/common/Fade.cpp.o' removed 'build/src/common/Knobs.cpp.d' removed 'build/src/common/Faders.cpp.d' removed 'build/src/common/Fade2.cpp.d' removed directory 'build/src/common' removed 'build/src/ChainMixer/ChainMixerAux.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.o' removed 'build/src/ChainMixer/ChainMixerAux.cpp.o' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.d' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.d' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.o' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.o' removed directory 'build/src/ChainMixer' removed directory 'build/src' removed directory 'build' removed 'plugin.dylib' removed 'dist/GPrackmodules-2.0.0-mac-x64.vcvplugin' removed 'dist/GPrackmodules/res/PointyKnob-8mm-dark.svg' removed 'dist/GPrackmodules/res/Number12-dark.svg' removed 'dist/GPrackmodules/res/Number11-dark.svg' removed 'dist/GPrackmodules/res/NoNumber.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm-bg.svg' removed 'dist/GPrackmodules/res/Number7.svg' removed 'dist/GPrackmodules/res/Number10.svg' removed 'dist/GPrackmodules/res/Number5.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-bg.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster.svg' removed 'dist/GPrackmodules/res/Number2.svg' removed 'dist/GPrackmodules/res/Number4-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux-dark.svg' removed 'dist/GPrackmodules/res/StereoChorus.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm-dark.svg' removed 'dist/GPrackmodules/res/Number6.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm.svg' removed 'dist/GPrackmodules/res/Number9.svg' removed 'dist/GPrackmodules/res/AB4-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm-dark.svg' removed 'dist/GPrackmodules/res/Number3.svg' removed 'dist/GPrackmodules/res/Number8.svg' removed 'dist/GPrackmodules/res/Number15-dark.svg' removed 'dist/GPrackmodules/res/NoNumber-dark.svg' removed 'dist/GPrackmodules/res/Number10-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm.svg' removed 'dist/GPrackmodules/res/Number14-dark.svg' removed 'dist/GPrackmodules/res/Number8-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm-bg.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-bg.svg' removed 'dist/GPrackmodules/res/FaderLight.svg' removed 'dist/GPrackmodules/res/AB4.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm.svg' removed 'dist/GPrackmodules/res/FaderKnob.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-dark.svg' removed 'dist/GPrackmodules/res/Number11.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm.svg' removed 'dist/GPrackmodules/res/StereoChorus-dark.svg' removed 'dist/GPrackmodules/res/Number16.svg' removed 'dist/GPrackmodules/res/B.svg' removed 'dist/GPrackmodules/res/Number1.svg' removed 'dist/GPrackmodules/res/Number9-dark.svg' removed 'dist/GPrackmodules/res/Number16-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm.svg' removed 'dist/GPrackmodules/res/Number1-dark.svg' removed 'dist/GPrackmodules/res/Number3-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-dark.svg' removed 'dist/GPrackmodules/res/Number13.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel.svg' removed 'dist/GPrackmodules/res/A.svg' removed 'dist/GPrackmodules/res/Number4.svg' removed 'dist/GPrackmodules/res/Number15.svg' removed 'dist/GPrackmodules/res/Number2-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm-dark.svg' removed 'dist/GPrackmodules/res/Number7-dark.svg' removed 'dist/GPrackmodules/res/Number5-dark.svg' removed 'dist/GPrackmodules/res/Number14.svg' removed 'dist/GPrackmodules/res/Number6-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel-dark.svg' removed 'dist/GPrackmodules/res/Number13-dark.svg' removed 'dist/GPrackmodules/res/Number12.svg' removed directory 'dist/GPrackmodules/res' removed 'dist/GPrackmodules/LICENSE-GPLv3.txt' removed 'dist/GPrackmodules/LICENSE-dist' removed 'dist/GPrackmodules/plugin.dylib' removed 'dist/GPrackmodules/LICENSE' removed 'dist/GPrackmodules/plugin.json' removed directory 'dist/GPrackmodules' removed directory 'dist' make[2]: Leaving directory '/home/chronos/GPrackmodules' make[1]: Leaving directory '/home/chronos/rack-plugin-toolchain' make plugin-build-mac-arm64 make[1]: Entering directory '/home/chronos/rack-plugin-toolchain' cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.dylib dist make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make cleandep make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv dep removed directory 'dep' make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dep make[2]: Entering directory '/home/chronos/GPrackmodules' make[2]: Nothing to be done for 'dep'. make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dist make[2]: Entering directory '/home/chronos/GPrackmodules' arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/plugin.cpp.o src/plugin.cpp In file included from src/plugin.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/AB4/AB4.cpp.o src/AB4/AB4.cpp In file included from src/AB4/AB4.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerAux.cpp.o src/ChainMixer/ChainMixerAux.cpp In file included from src/ChainMixer/ChainMixerAux.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerChannel.cpp.o src/ChainMixer/ChainMixerChannel.cpp In file included from src/ChainMixer/ChainMixerChannel.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/ChainMixer/ChainMixerChannel.cpp:4: src/ChainMixer/ChainMixerChannel.h:65:8: warning: private field 'm_fParamGain' is not used [-Wunused-private-field] 65 | float m_fParamGain = 0.0f; | ^ 13 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerMaster.cpp.o src/ChainMixer/ChainMixerMaster.cpp In file included from src/ChainMixer/ChainMixerMaster.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/ChainMixer/ChainMixerModule.cpp.o src/ChainMixer/ChainMixerModule.cpp In file included from src/ChainMixer/ChainMixerModule.cpp:9: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/StereoChorus/ChorusDelayLine.cpp.o src/StereoChorus/ChorusDelayLine.cpp In file included from src/StereoChorus/ChorusDelayLine.cpp:1: In file included from src/StereoChorus/ChorusDelayLine.h:3: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/StereoChorus/StereoChorus.cpp.o src/StereoChorus/StereoChorus.cpp In file included from src/StereoChorus/StereoChorus.cpp:2: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/common/Fade.cpp.o src/common/Fade.cpp arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/common/Fade2.cpp.o src/common/Fade2.cpp arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/common/Faders.cpp.o src/common/Faders.cpp In file included from src/common/Faders.cpp:1: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 12 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -c -o build/src/common/Knobs.cpp.o src/common/Knobs.cpp In file included from src/common/Knobs.cpp:9: In file included from src/common/Knobs.h:11: In file included from src/plugin.hpp:10: In file included from /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/rack.hpp:22: /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:119:26: warning: identifier '_i8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 119 | inline int8_t operator"" _i8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_i8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:120:27: warning: identifier '_i16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 120 | inline int16_t operator"" _i16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:121:27: warning: identifier '_i32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 121 | inline int32_t operator"" _i32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:122:27: warning: identifier '_i64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 122 | inline int64_t operator"" _i64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_i64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:123:27: warning: identifier '_u8' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 123 | inline uint8_t operator"" _u8(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~ | operator""_u8 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:124:28: warning: identifier '_u16' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 124 | inline uint16_t operator"" _u16(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u16 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:125:28: warning: identifier '_u32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 125 | inline uint32_t operator"" _u32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:126:28: warning: identifier '_u64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 126 | inline uint64_t operator"" _u64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_u64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:127:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 127 | inline float operator"" _f32(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:128:25: warning: identifier '_f32' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 128 | inline float operator"" _f32(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f32 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:129:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 129 | inline double operator"" _f64(long double x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 /home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include/common.hpp:130:26: warning: identifier '_f64' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 130 | inline double operator"" _f64(unsigned long long x) {return x;} | ~~~~~~~~~~~^~~~ | operator""_f64 In file included from src/common/Knobs.cpp:9: src/common/Knobs.h:19:12: warning: private field 'm_mm' is not used [-Wunused-private-field] 19 | const int m_mm; | ^ 13 warnings generated. arm64-apple-darwin21.4-clang++-libc++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -stdlib=libc++ -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=armv8-a+fp+simd -mmacosx-version-min=10.9 -o plugin.dylib build/src/plugin.cpp.o build/src/AB4/AB4.cpp.o build/src/ChainMixer/ChainMixerAux.cpp.o build/src/ChainMixer/ChainMixerChannel.cpp.o build/src/ChainMixer/ChainMixerMaster.cpp.o build/src/ChainMixer/ChainMixerModule.cpp.o build/src/StereoChorus/ChorusDelayLine.cpp.o build/src/StereoChorus/StereoChorus.cpp.o build/src/common/Fade.cpp.o build/src/common/Fade2.cpp.o build/src/common/Faders.cpp.o build/src/common/Knobs.cpp.o -shared -L/home/chronos/rack-plugin-toolchain/Rack-SDK-mac-arm64 -lRack -undefined dynamic_lookup rm -rf dist mkdir -p dist/GPrackmodules cp plugin.dylib dist/GPrackmodules/ arm64-apple-darwin21.4-strip -S dist/GPrackmodules/plugin.dylib arm64-apple-darwin21.4-strip: warning: changes being made to the file will invalidate the code signature in: /home/chronos/GPrackmodules/dist/GPrackmodules/plugin.dylib arm64-apple-darwin21.4-install_name_tool -change libRack.dylib /tmp/Rack2/libRack.dylib dist/GPrackmodules/plugin.dylib arm64-apple-darwin21.4-install_name_tool: warning: changes being made to the file will invalidate the code signature in: dist/GPrackmodules/plugin.dylib arm64-apple-darwin21.4-otool -L dist/GPrackmodules/plugin.dylib dist/GPrackmodules/plugin.dylib: plugin.dylib (compatibility version 0.0.0, current version 0.0.0) /tmp/Rack2/libRack.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1300.23.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.100.3) rcodesign sign dist/GPrackmodules/plugin.dylib signing dist/GPrackmodules/plugin.dylib in place signing dist/GPrackmodules/plugin.dylib as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O preserving code signature flags in existing Mach-O signature setting binary identifier to plugin.dylib parsing Mach-O signing Mach-O binary at index 0 binary targets macOS >= 11.0.0 with SDK 12.3.0 adding code signature flags from signing settings: ADHOC | LINKER_SIGNED creating ad-hoc signature removing linker signed flag from code signature (we're not a linker) code directory version: 132096 total signature size: 2125 bytes writing Mach-O to dist/GPrackmodules/plugin.dylib rsync -rR res LICENSE LICENSE-GPLv3.txt LICENSE-dist plugin.json dist/GPrackmodules/ cd dist && tar --no-xattrs -c GPrackmodules | zstd -19 -o "GPrackmodules"-"2.0.0"-mac-arm64.vcvplugin /*stdin*\ : 12.37% ( 750 KiB => 92.8 KiB, GPrackmodules-2.0.0-mac-arm64.vcvplugin) make[2]: Leaving directory '/home/chronos/GPrackmodules' mkdir -p plugin-build cp /home/chronos/GPrackmodules//dist/*.vcvplugin plugin-build/ cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.dylib dist removed 'build/src/plugin.cpp.o' removed 'build/src/AB4/AB4.cpp.d' removed 'build/src/AB4/AB4.cpp.o' removed directory 'build/src/AB4' removed 'build/src/StereoChorus/StereoChorus.cpp.o' removed 'build/src/StereoChorus/StereoChorus.cpp.d' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.o' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.d' removed directory 'build/src/StereoChorus' removed 'build/src/plugin.cpp.d' removed 'build/src/common/Fade2.cpp.o' removed 'build/src/common/Faders.cpp.o' removed 'build/src/common/Knobs.cpp.o' removed 'build/src/common/Fade.cpp.d' removed 'build/src/common/Fade.cpp.o' removed 'build/src/common/Knobs.cpp.d' removed 'build/src/common/Faders.cpp.d' removed 'build/src/common/Fade2.cpp.d' removed directory 'build/src/common' removed 'build/src/ChainMixer/ChainMixerAux.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.o' removed 'build/src/ChainMixer/ChainMixerAux.cpp.o' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.d' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.d' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.o' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.o' removed directory 'build/src/ChainMixer' removed directory 'build/src' removed directory 'build' removed 'plugin.dylib' removed 'dist/GPrackmodules/res/PointyKnob-8mm-dark.svg' removed 'dist/GPrackmodules/res/Number12-dark.svg' removed 'dist/GPrackmodules/res/Number11-dark.svg' removed 'dist/GPrackmodules/res/NoNumber.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm-bg.svg' removed 'dist/GPrackmodules/res/Number7.svg' removed 'dist/GPrackmodules/res/Number10.svg' removed 'dist/GPrackmodules/res/Number5.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-bg.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster.svg' removed 'dist/GPrackmodules/res/Number2.svg' removed 'dist/GPrackmodules/res/Number4-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux-dark.svg' removed 'dist/GPrackmodules/res/StereoChorus.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm-dark.svg' removed 'dist/GPrackmodules/res/Number6.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm.svg' removed 'dist/GPrackmodules/res/Number9.svg' removed 'dist/GPrackmodules/res/AB4-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm-dark.svg' removed 'dist/GPrackmodules/res/Number3.svg' removed 'dist/GPrackmodules/res/Number8.svg' removed 'dist/GPrackmodules/res/Number15-dark.svg' removed 'dist/GPrackmodules/res/NoNumber-dark.svg' removed 'dist/GPrackmodules/res/Number10-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm.svg' removed 'dist/GPrackmodules/res/Number14-dark.svg' removed 'dist/GPrackmodules/res/Number8-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm-bg.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-bg.svg' removed 'dist/GPrackmodules/res/FaderLight.svg' removed 'dist/GPrackmodules/res/AB4.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm.svg' removed 'dist/GPrackmodules/res/FaderKnob.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-dark.svg' removed 'dist/GPrackmodules/res/Number11.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm.svg' removed 'dist/GPrackmodules/res/StereoChorus-dark.svg' removed 'dist/GPrackmodules/res/Number16.svg' removed 'dist/GPrackmodules/res/B.svg' removed 'dist/GPrackmodules/res/Number1.svg' removed 'dist/GPrackmodules/res/Number9-dark.svg' removed 'dist/GPrackmodules/res/Number16-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm.svg' removed 'dist/GPrackmodules/res/Number1-dark.svg' removed 'dist/GPrackmodules/res/Number3-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-dark.svg' removed 'dist/GPrackmodules/res/Number13.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel.svg' removed 'dist/GPrackmodules/res/A.svg' removed 'dist/GPrackmodules/res/Number4.svg' removed 'dist/GPrackmodules/res/Number15.svg' removed 'dist/GPrackmodules/res/Number2-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm-dark.svg' removed 'dist/GPrackmodules/res/Number7-dark.svg' removed 'dist/GPrackmodules/res/Number5-dark.svg' removed 'dist/GPrackmodules/res/Number14.svg' removed 'dist/GPrackmodules/res/Number6-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel-dark.svg' removed 'dist/GPrackmodules/res/Number13-dark.svg' removed 'dist/GPrackmodules/res/Number12.svg' removed directory 'dist/GPrackmodules/res' removed 'dist/GPrackmodules/LICENSE-GPLv3.txt' removed 'dist/GPrackmodules/LICENSE-dist' removed 'dist/GPrackmodules/plugin.dylib' removed 'dist/GPrackmodules/LICENSE' removed 'dist/GPrackmodules/plugin.json' removed directory 'dist/GPrackmodules' removed 'dist/GPrackmodules-2.0.0-mac-arm64.vcvplugin' removed directory 'dist' make[2]: Leaving directory '/home/chronos/GPrackmodules' make[1]: Leaving directory '/home/chronos/rack-plugin-toolchain' make plugin-build-win-x64 make[1]: Entering directory '/home/chronos/rack-plugin-toolchain' cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.dll dist make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make cleandep make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv dep removed directory 'dep' make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dep make[2]: Entering directory '/home/chronos/GPrackmodules' make[2]: Nothing to be done for 'dep'. make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dist make[2]: Entering directory '/home/chronos/GPrackmodules' x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/plugin.cpp.o src/plugin.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/AB4/AB4.cpp.o src/AB4/AB4.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/ChainMixer/ChainMixerAux.cpp.o src/ChainMixer/ChainMixerAux.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/ChainMixer/ChainMixerChannel.cpp.o src/ChainMixer/ChainMixerChannel.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/ChainMixer/ChainMixerMaster.cpp.o src/ChainMixer/ChainMixerMaster.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/ChainMixer/ChainMixerModule.cpp.o src/ChainMixer/ChainMixerModule.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/StereoChorus/ChorusDelayLine.cpp.o src/StereoChorus/ChorusDelayLine.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/StereoChorus/StereoChorus.cpp.o src/StereoChorus/StereoChorus.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/common/Fade.cpp.o src/common/Fade.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/common/Fade2.cpp.o src/common/Fade2.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/common/Faders.cpp.o src/common/Faders.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -c -o build/src/common/Knobs.cpp.o src/common/Knobs.cpp x86_64-w64-mingw32-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -D_USE_MATH_DEFINES -municode -o plugin.dll build/src/plugin.cpp.o build/src/AB4/AB4.cpp.o build/src/ChainMixer/ChainMixerAux.cpp.o build/src/ChainMixer/ChainMixerChannel.cpp.o build/src/ChainMixer/ChainMixerMaster.cpp.o build/src/ChainMixer/ChainMixerModule.cpp.o build/src/StereoChorus/ChorusDelayLine.cpp.o build/src/StereoChorus/StereoChorus.cpp.o build/src/common/Fade.cpp.o build/src/common/Fade2.cpp.o build/src/common/Faders.cpp.o build/src/common/Knobs.cpp.o -shared -L/home/chronos/rack-plugin-toolchain/Rack-SDK-win-x64 -lRack -static-libstdc++ rm -rf dist mkdir -p dist/GPrackmodules cp plugin.dll dist/GPrackmodules/ x86_64-w64-mingw32-strip -s dist/GPrackmodules/plugin.dll cp -r --parents res LICENSE LICENSE-GPLv3.txt LICENSE-dist plugin.json dist/GPrackmodules/ cd dist && tar --no-xattrs -c GPrackmodules | zstd -19 -o "GPrackmodules"-"2.0.0"-win-x64.vcvplugin /*stdin*\ : 20.60% ( 1.32 MiB => 278 KiB, GPrackmodules-2.0.0-win-x64.vcvplugin) make[2]: Leaving directory '/home/chronos/GPrackmodules' mkdir -p plugin-build cp /home/chronos/GPrackmodules//dist/*.vcvplugin plugin-build/ cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.dll dist removed 'build/src/plugin.cpp.o' removed 'build/src/AB4/AB4.cpp.d' removed 'build/src/AB4/AB4.cpp.o' removed directory 'build/src/AB4' removed 'build/src/StereoChorus/StereoChorus.cpp.o' removed 'build/src/StereoChorus/StereoChorus.cpp.d' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.o' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.d' removed directory 'build/src/StereoChorus' removed 'build/src/plugin.cpp.d' removed 'build/src/common/Fade2.cpp.o' removed 'build/src/common/Faders.cpp.o' removed 'build/src/common/Knobs.cpp.o' removed 'build/src/common/Fade.cpp.d' removed 'build/src/common/Fade.cpp.o' removed 'build/src/common/Knobs.cpp.d' removed 'build/src/common/Faders.cpp.d' removed 'build/src/common/Fade2.cpp.d' removed directory 'build/src/common' removed 'build/src/ChainMixer/ChainMixerAux.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.o' removed 'build/src/ChainMixer/ChainMixerAux.cpp.o' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.d' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.d' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.o' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.o' removed directory 'build/src/ChainMixer' removed directory 'build/src' removed directory 'build' removed 'plugin.dll' removed 'dist/GPrackmodules/res/PointyKnob-8mm-dark.svg' removed 'dist/GPrackmodules/res/Number12-dark.svg' removed 'dist/GPrackmodules/res/Number11-dark.svg' removed 'dist/GPrackmodules/res/NoNumber.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm-bg.svg' removed 'dist/GPrackmodules/res/Number7.svg' removed 'dist/GPrackmodules/res/Number10.svg' removed 'dist/GPrackmodules/res/Number5.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-bg.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster.svg' removed 'dist/GPrackmodules/res/Number2.svg' removed 'dist/GPrackmodules/res/Number4-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux-dark.svg' removed 'dist/GPrackmodules/res/StereoChorus.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm-dark.svg' removed 'dist/GPrackmodules/res/Number6.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm.svg' removed 'dist/GPrackmodules/res/Number9.svg' removed 'dist/GPrackmodules/res/AB4-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm-dark.svg' removed 'dist/GPrackmodules/res/Number3.svg' removed 'dist/GPrackmodules/res/Number8.svg' removed 'dist/GPrackmodules/res/Number15-dark.svg' removed 'dist/GPrackmodules/res/NoNumber-dark.svg' removed 'dist/GPrackmodules/res/Number10-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm.svg' removed 'dist/GPrackmodules/res/Number14-dark.svg' removed 'dist/GPrackmodules/res/Number8-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm-bg.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-bg.svg' removed 'dist/GPrackmodules/res/FaderLight.svg' removed 'dist/GPrackmodules/res/AB4.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm.svg' removed 'dist/GPrackmodules/res/FaderKnob.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-dark.svg' removed 'dist/GPrackmodules/res/Number11.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm.svg' removed 'dist/GPrackmodules/res/StereoChorus-dark.svg' removed 'dist/GPrackmodules/res/Number16.svg' removed 'dist/GPrackmodules/res/B.svg' removed 'dist/GPrackmodules/res/Number1.svg' removed 'dist/GPrackmodules/res/Number9-dark.svg' removed 'dist/GPrackmodules/res/Number16-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm.svg' removed 'dist/GPrackmodules/res/Number1-dark.svg' removed 'dist/GPrackmodules/res/Number3-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-dark.svg' removed 'dist/GPrackmodules/res/Number13.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel.svg' removed 'dist/GPrackmodules/res/A.svg' removed 'dist/GPrackmodules/res/Number4.svg' removed 'dist/GPrackmodules/res/Number15.svg' removed 'dist/GPrackmodules/res/Number2-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm-dark.svg' removed 'dist/GPrackmodules/res/Number7-dark.svg' removed 'dist/GPrackmodules/res/Number5-dark.svg' removed 'dist/GPrackmodules/res/Number14.svg' removed 'dist/GPrackmodules/res/Number6-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel-dark.svg' removed 'dist/GPrackmodules/res/Number13-dark.svg' removed 'dist/GPrackmodules/res/Number12.svg' removed directory 'dist/GPrackmodules/res' removed 'dist/GPrackmodules/plugin.dll' removed 'dist/GPrackmodules/LICENSE-GPLv3.txt' removed 'dist/GPrackmodules/LICENSE-dist' removed 'dist/GPrackmodules/LICENSE' removed 'dist/GPrackmodules/plugin.json' removed directory 'dist/GPrackmodules' removed 'dist/GPrackmodules-2.0.0-win-x64.vcvplugin' removed directory 'dist' make[2]: Leaving directory '/home/chronos/GPrackmodules' make[1]: Leaving directory '/home/chronos/rack-plugin-toolchain' make plugin-build-lin-x64 make[1]: Entering directory '/home/chronos/rack-plugin-toolchain' cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.so dist make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make cleandep make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv dep removed directory 'dep' make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dep make[2]: Entering directory '/home/chronos/GPrackmodules' make[2]: Nothing to be done for 'dep'. make[2]: Leaving directory '/home/chronos/GPrackmodules' cd /home/chronos/GPrackmodules/ && make dist make[2]: Entering directory '/home/chronos/GPrackmodules' x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/plugin.cpp.o src/plugin.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/AB4/AB4.cpp.o src/AB4/AB4.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/ChainMixer/ChainMixerAux.cpp.o src/ChainMixer/ChainMixerAux.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/ChainMixer/ChainMixerChannel.cpp.o src/ChainMixer/ChainMixerChannel.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/ChainMixer/ChainMixerMaster.cpp.o src/ChainMixer/ChainMixerMaster.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/ChainMixer/ChainMixerModule.cpp.o src/ChainMixer/ChainMixerModule.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/StereoChorus/ChorusDelayLine.cpp.o src/StereoChorus/ChorusDelayLine.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/StereoChorus/StereoChorus.cpp.o src/StereoChorus/StereoChorus.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/common/Fade.cpp.o src/common/Fade.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/common/Fade2.cpp.o src/common/Fade2.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/common/Faders.cpp.o src/common/Faders.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -c -o build/src/common/Knobs.cpp.o src/common/Knobs.cpp x86_64-ubuntu16.04-linux-gnu-g++ -Isrc -Isrc/common/ -Isrc/AB4/ -Isrc/ChainMixer/ -Isrc/StereoChorus/ -std=c++11 -Wsuggest-override -fPIC -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/include -I/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64/dep/include -fno-gnu-unique -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -march=nehalem -o plugin.so build/src/plugin.cpp.o build/src/AB4/AB4.cpp.o build/src/ChainMixer/ChainMixerAux.cpp.o build/src/ChainMixer/ChainMixerChannel.cpp.o build/src/ChainMixer/ChainMixerMaster.cpp.o build/src/ChainMixer/ChainMixerModule.cpp.o build/src/StereoChorus/ChorusDelayLine.cpp.o build/src/StereoChorus/StereoChorus.cpp.o build/src/common/Fade.cpp.o build/src/common/Fade2.cpp.o build/src/common/Faders.cpp.o build/src/common/Knobs.cpp.o -shared -L/home/chronos/rack-plugin-toolchain/Rack-SDK-lin-x64 -lRack -Wl,-rpath=/tmp/Rack2 -static-libstdc++ -static-libgcc rm -rf dist mkdir -p dist/GPrackmodules cp plugin.so dist/GPrackmodules/ x86_64-ubuntu16.04-linux-gnu-strip -s dist/GPrackmodules/plugin.so cp -r --parents res LICENSE LICENSE-GPLv3.txt LICENSE-dist plugin.json dist/GPrackmodules/ cd dist && tar --no-xattrs -c GPrackmodules | zstd -19 -o "GPrackmodules"-"2.0.0"-lin-x64.vcvplugin /*stdin*\ : 15.12% ( 850 KiB => 129 KiB, GPrackmodules-2.0.0-lin-x64.vcvplugin) make[2]: Leaving directory '/home/chronos/GPrackmodules' mkdir -p plugin-build cp /home/chronos/GPrackmodules//dist/*.vcvplugin plugin-build/ cd /home/chronos/GPrackmodules/ && make clean make[2]: Entering directory '/home/chronos/GPrackmodules' rm -rfv build plugin.so dist removed 'build/src/plugin.cpp.o' removed 'build/src/AB4/AB4.cpp.d' removed 'build/src/AB4/AB4.cpp.o' removed directory 'build/src/AB4' removed 'build/src/StereoChorus/StereoChorus.cpp.o' removed 'build/src/StereoChorus/StereoChorus.cpp.d' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.o' removed 'build/src/StereoChorus/ChorusDelayLine.cpp.d' removed directory 'build/src/StereoChorus' removed 'build/src/plugin.cpp.d' removed 'build/src/common/Fade2.cpp.o' removed 'build/src/common/Faders.cpp.o' removed 'build/src/common/Knobs.cpp.o' removed 'build/src/common/Fade.cpp.d' removed 'build/src/common/Fade.cpp.o' removed 'build/src/common/Knobs.cpp.d' removed 'build/src/common/Faders.cpp.d' removed 'build/src/common/Fade2.cpp.d' removed directory 'build/src/common' removed 'build/src/ChainMixer/ChainMixerAux.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.o' removed 'build/src/ChainMixer/ChainMixerAux.cpp.o' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.d' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.d' removed 'build/src/ChainMixer/ChainMixerModule.cpp.d' removed 'build/src/ChainMixer/ChainMixerChannel.cpp.o' removed 'build/src/ChainMixer/ChainMixerMaster.cpp.o' removed directory 'build/src/ChainMixer' removed directory 'build/src' removed directory 'build' removed 'plugin.so' removed 'dist/GPrackmodules-2.0.0-lin-x64.vcvplugin' removed 'dist/GPrackmodules/res/PointyKnob-8mm-dark.svg' removed 'dist/GPrackmodules/res/Number12-dark.svg' removed 'dist/GPrackmodules/res/Number11-dark.svg' removed 'dist/GPrackmodules/res/NoNumber.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm-bg.svg' removed 'dist/GPrackmodules/res/Number7.svg' removed 'dist/GPrackmodules/res/Number10.svg' removed 'dist/GPrackmodules/res/Number5.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-bg.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster.svg' removed 'dist/GPrackmodules/res/Number2.svg' removed 'dist/GPrackmodules/res/Number4-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux-dark.svg' removed 'dist/GPrackmodules/res/StereoChorus.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm-dark.svg' removed 'dist/GPrackmodules/res/Number6.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm.svg' removed 'dist/GPrackmodules/res/Number9.svg' removed 'dist/GPrackmodules/res/AB4-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm-dark.svg' removed 'dist/GPrackmodules/res/Number3.svg' removed 'dist/GPrackmodules/res/Number8.svg' removed 'dist/GPrackmodules/res/Number15-dark.svg' removed 'dist/GPrackmodules/res/NoNumber-dark.svg' removed 'dist/GPrackmodules/res/Number10-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm.svg' removed 'dist/GPrackmodules/res/Number14-dark.svg' removed 'dist/GPrackmodules/res/Number8-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerAux.svg' removed 'dist/GPrackmodules/res/PointyKnob-8mm-bg.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-bg.svg' removed 'dist/GPrackmodules/res/FaderLight.svg' removed 'dist/GPrackmodules/res/AB4.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm.svg' removed 'dist/GPrackmodules/res/FaderKnob.svg' removed 'dist/GPrackmodules/res/PointyKnob-12mm-dark.svg' removed 'dist/GPrackmodules/res/Number11.svg' removed 'dist/GPrackmodules/res/FilledKnob-16mm.svg' removed 'dist/GPrackmodules/res/StereoChorus-dark.svg' removed 'dist/GPrackmodules/res/Number16.svg' removed 'dist/GPrackmodules/res/B.svg' removed 'dist/GPrackmodules/res/Number1.svg' removed 'dist/GPrackmodules/res/Number9-dark.svg' removed 'dist/GPrackmodules/res/Number16-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-32mm.svg' removed 'dist/GPrackmodules/res/ChainMixerMaster-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-38mm.svg' removed 'dist/GPrackmodules/res/Number1-dark.svg' removed 'dist/GPrackmodules/res/Number3-dark.svg' removed 'dist/GPrackmodules/res/PointyKnob-10mm-dark.svg' removed 'dist/GPrackmodules/res/Number13.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel.svg' removed 'dist/GPrackmodules/res/A.svg' removed 'dist/GPrackmodules/res/Number4.svg' removed 'dist/GPrackmodules/res/Number15.svg' removed 'dist/GPrackmodules/res/Number2-dark.svg' removed 'dist/GPrackmodules/res/FaderBackground-44mm-dark.svg' removed 'dist/GPrackmodules/res/Number7-dark.svg' removed 'dist/GPrackmodules/res/Number5-dark.svg' removed 'dist/GPrackmodules/res/Number14.svg' removed 'dist/GPrackmodules/res/Number6-dark.svg' removed 'dist/GPrackmodules/res/ChainMixerChannel-dark.svg' removed 'dist/GPrackmodules/res/Number13-dark.svg' removed 'dist/GPrackmodules/res/Number12.svg' removed directory 'dist/GPrackmodules/res' removed 'dist/GPrackmodules/LICENSE-GPLv3.txt' removed 'dist/GPrackmodules/LICENSE-dist' removed 'dist/GPrackmodules/LICENSE' removed 'dist/GPrackmodules/plugin.so' removed 'dist/GPrackmodules/plugin.json' removed directory 'dist/GPrackmodules' removed directory 'dist' make[2]: Leaving directory '/home/chronos/GPrackmodules' make[1]: Leaving directory '/home/chronos/rack-plugin-toolchain'