We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bidoo/src/ZINC.cpp
Lines 43 to 44 in 4c45dd4
mac compiler complains about this.
macvm$ make c++ -I./pffft -DPFFFT_SIMD_DISABLE -I./src/dep/include -fPIC -I../../include -I../../dep/include -DSLUG=Bidoo -DVERSION=0.5.21 -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_MAC -mmacosx-version-min=10.7 -std=c++11 -stdlib=libc++ -c -o build/src/ZINC.cpp.o src/ZINC.cpp src/ZINC.cpp:43:88: error: invalid suffix 'd' on floating constant iFilter[i] = new Biquad(bq_type_bandpass, freq[i%BANDS] / engineGetSampleRate(), 5.0d, 6.0d); ^ src/ZINC.cpp:43:94: error: invalid suffix 'd' on floating constant iFilter[i] = new Biquad(bq_type_bandpass, freq[i%BANDS] / engineGetSampleRate(), 5.0d, 6.0d); ^ src/ZINC.cpp:44:88: error: invalid suffix 'd' on floating constant cFilter[i] = new Biquad(bq_type_bandpass, freq[i%BANDS] / engineGetSampleRate(), 5.0d, 6.0d); ^ src/ZINC.cpp:44:94: error: invalid suffix 'd' on floating constant cFilter[i] = new Biquad(bq_type_bandpass, freq[i%BANDS] / engineGetSampleRate(), 5.0d, 6.0d); ^ 4 errors generated. make: *** [build/src/ZINC.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
bad bidoo naughty bidoo ... I will change that asap
Sorry, something went wrong.
Done. Tell me if it is OK and thanks for your help as usual.
yeah, already fixed mine locally, but i used the 'F' suffix which should probably be the same...
tried & builds!
closing
No branches or pull requests
Bidoo/src/ZINC.cpp
Lines 43 to 44 in 4c45dd4
mac compiler complains about this.
The text was updated successfully, but these errors were encountered: