Commit graph

6 commits

Author SHA1 Message Date
Armin
f035e89ba9 Reduce plugin width by 102px and fix bottom panel layout to scale proportionally 2026-07-22 23:10:55 +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
73c4095139 Add octave offset dropdown, fix waveform sidebar, embed audio in plugin state
- Add octave offset combo (-3 to +3) in title bar for MIDI input transposition
- Fix waveform sidebar base note from C3 to C4
- Fix midiNoteToSliceIndex to compare pitch classes instead of raw MIDI notes
- Add colored slice indicator dots on waveform sidebar keys
- Embed audio data, file path, sample rate, and slices in plugin state for
  DAW project save/restore (falls back to file path if embedded data missing)
2026-07-21 15:20:49 +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