Skip to content

PitchBendControl: Extract PitchBendControl from RateControl. #19872

PitchBendControl: Extract PitchBendControl from RateControl.

PitchBendControl: Extract PitchBendControl from RateControl. #19872

Triggered via pull request February 14, 2025 22:06
Status Failure
Total duration 33m 49s
Artifacts

build.yml

on: pull_request
Matrix: build
Update manifest file on download server
32s
Update manifest file on download server
Fit to window
Zoom out
Zoom in

Annotations

25 errors
Ubuntu 24.04: src/engine/controls/ratecontrol.cpp#L330
invalid use of incomplete type ‘class PitchBendControl’
Ubuntu 24.04: src/engine/controls/ratecontrol.cpp#L330
‘iSamplesPerBuffer’ was not declared in this scope; did you mean ‘samplesPerBuffer’?
Ubuntu 24.04: src/engine/controls/ratecontrol.cpp#L383
‘getTempRate’ was not declared in this scope
Ubuntu 24.04: src/engine/controls/ratecontrol.cpp#L419
‘getTempRate’ was not declared in this scope
Ubuntu 24.04
Process completed with exit code 2.
macOS 13 arm64: src/engine/controls/ratecontrol.cpp#L330
member access into incomplete type 'PitchBendControl'
macOS 13 arm64: src/engine/controls/ratecontrol.cpp#L330
use of undeclared identifier 'iSamplesPerBuffer'; did you mean 'samplesPerBuffer'?
macOS 13 arm64: src/engine/controls/ratecontrol.cpp#L383
use of undeclared identifier 'getTempRate'
macOS 13 arm64: src/engine/controls/ratecontrol.cpp#L419
use of undeclared identifier 'getTempRate'
macOS 13 arm64
Process completed with exit code 1.
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.h#L143
'RampMode': is not a member of 'RateControl'
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.h#L143
'm_bRateRamping': unknown override specifier
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.h#L143
missing type specifier - int assumed. Note: C++ does not support default-int
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
'RampMode': is not a member of 'RateControl'
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
missing type specifier - int assumed. Note: C++ does not support default-int
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
'`anonymous-namespace'::RampMode': constexpr object must be initialized
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
'`anonymous-namespace'::RampMode': constexpr object must be initialized
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
syntax error: missing ';' before identifier 'kDefaultRampingMode'
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
missing type specifier - int assumed. Note: C++ does not support default-int
Windows 2019 (MSVC): src/preferences/dialog/dlgprefdeck.cpp#L19
'RampMode': the symbol to the left of a '::' must be a type
macOS 13 x64: src/engine/controls/ratecontrol.cpp#L330
member access into incomplete type 'PitchBendControl'
macOS 13 x64: src/engine/controls/ratecontrol.cpp#L330
use of undeclared identifier 'iSamplesPerBuffer'; did you mean 'samplesPerBuffer'?
macOS 13 x64: src/engine/controls/ratecontrol.cpp#L383
use of undeclared identifier 'getTempRate'
macOS 13 x64: src/engine/controls/ratecontrol.cpp#L419
use of undeclared identifier 'getTempRate'
macOS 13 x64
Process completed with exit code 1.