Skip to content

add crossfade behaviour #109

add crossfade behaviour

add crossfade behaviour #109

Triggered via push September 25, 2024 13:12
Status Failure
Total duration 2m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build_and_test: zones_convolver/ConvolutionEngine.cpp#L111
‘smoothed_value_’ was not declared in this scope; did you mean ‘smoothed_value_in_’?
build_and_test: zones_convolver/ConvolutionEngine.cpp#L142
cannot bind non-const lvalue reference of type ‘std::variant<zones::ConvolutionNotificationQueue::DisposeEngineCommand>&’ to an rvalue of type ‘std::variant<zones::ConvolutionNotificationQueue::DisposeEngineCommand>’
build_and_test: zones_convolver/ConvolutionEngine.cpp#L177
use of deleted function ‘std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = zones::Convolver; _Dp = std::default_delete<zones::Convolver>]’
build_and_test: zones_convolver/ConvolutionEngine.cpp#L181
use of deleted function ‘std::unique_ptr<_Tp, _Dp>& std::unique_ptr<_Tp, _Dp>::operator=(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = zones::Convolver; _Dp = std::default_delete<zones::Convolver>]’
build_and_test
run-cmake action execution failed: 'Error: "'/usr/local/bin/cmake' failed with error code: '1'.'
build_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_test
suggest braces around empty body in an ‘if’ statement [-Wempty-body]
build_and_test: test/ComplexBufferTests.cpp#L16
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
build_and_test: test/ComplexBufferTests.cpp#L18
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
build_and_test: test/ComplexBufferTests.cpp#L71
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
build_and_test: test/ComplexBufferTests.cpp#L73
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
build_and_test: test/ComplexBufferTests.cpp#L74
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
build_and_test: test/ComplexBufferTests.cpp#L83
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
build_and_test: test/ComplexBufferTests.cpp#L85
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
build_and_test: test/ComplexBufferTests.cpp#L86
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
build_and_test: test/ComplexBufferTests.cpp#L148
conversion to ‘int’ from ‘unsigned int’ may change the sign of the result [-Wsign-conversion]