Skip to content

Commit

Permalink
Separated drawing panel for loop overlay. Various fixes for wx 3.2+.
Browse files Browse the repository at this point in the history
  • Loading branch information
larspalo committed Jun 10, 2024
1 parent 8fbb673 commit 03c37bc
Show file tree
Hide file tree
Showing 8 changed files with 445 additions and 298 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Re-worked the dialog showing waveform overlay at looppoints to be independent (modeless). (TODO)
- Batch process naming "Kill" loops/cues to "Remove" instead.
- Loop overlay drawing on separate wxPanel.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ set(LA_SRC
PitchDialog.cpp
CrossfadeDialog.cpp
LoopOverlay.cpp
LoopOverlayPanel.cpp
FFT.cpp
StopHarmonicDialog.cpp
CutNFadeDialog.cpp
Expand Down
Loading

0 comments on commit 03c37bc

Please sign in to comment.