Commit graph

5 commits

Author SHA1 Message Date
Armin
9d57fd092d Colorize Makefile build output, use portable getconf for CPU count 2026-07-22 17:45:43 +02:00
Armin
93c8c73399 Move scroll buttons to title bar, add build info status bar
- Replace broken bottom waveform scroll buttons with title bar < > buttons
- Add scrollLeft()/scrollRight() methods to WaveformDisplay
- Add status bar showing git branch, commit, dirty state, and build timestamp
- Inject git version info via CMake at configure time
- Enable COPY_PLUGIN_AFTER_BUILD
- Increase baseHeight by 20px for status bar
2026-07-22 13:27:26 +02:00
Armin
9b7c973622 rename MonoSlicer to Monoslicer (lower-case s) 2026-07-22 00:33:03 +02:00
Armin
8dc07d2568 Fix all compilation warnings
- Fix float-to-int conversions in WaveformDisplay::paint setBounds
- Fix implicit int-to-float conversion in mousePressed key row calc
- Remove unused variables in mouseWheelMove
- Replace deprecated DirectoryIterator with RangedDirectoryIterator
- Suppress JUCE/VST3 SDK warnings via CMAKE_CXX_FLAGS
2026-07-21 13:16:19 +02:00
Armin
638cd05ea8 Initial commit 2026-07-21 02:06:45 +02:00