Skip to content

Commit

Permalink
fixup! feat: add scrolling waveform in QML using scenegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Jan 19, 2025
1 parent 99f9b06 commit 141a5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3275,6 +3275,7 @@ if(QML)
src/qml/qmlvisibleeffectsmodel.cpp
src/qml/qmlchainpresetmodel.cpp
src/qml/qmlwaveformoverview.cpp
src/qml/qmlmixxxcontrollerscreen.cpp
src/qml/qmlwaveformdisplay.cpp
src/qml/qmlwaveformrenderer.cpp
src/waveform/renderers/allshader/digitsrenderer.cpp
Expand Down
1 change: 1 addition & 0 deletions src/waveform/renderers/allshader/waveformrendermark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ void allshader::WaveformRenderMark::updateDigitsNodeForUntilMark(float x) {

const auto untilMarkTextPointSize =
WaveformWidgetFactory::instance()->getUntilMarkTextPointSize();
#endif
const auto untilMarkTextHeightLimit =
WaveformWidgetFactory::instance()
->getUntilMarkTextHeightLimit(); // proportion of waveform
Expand Down

0 comments on commit 141a5e2

Please sign in to comment.