You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.8.14: Shift+key shortcuts, ActionPanel refactor, overlay hint system
- Replace single-letter shortcuts (A/L/C/D/Z/F) with Shift+letter combos
(Shift+A/Z/C/D/X/F) to avoid conflicts with DAW keyboard MIDI input
- Extract ActionPanel button logic into named public methods for clean SRP
and reuse from PluginEditor keyPressed handler
- Auto Chop panel now requires a selected slice; shows waveform overlay hint
if none is selected instead of silently doing nothing
- ADD mode now shows a sticky waveform overlay banner guiding the user to drag
- WaveformView gains showOverlayHint/clearOverlayHint with timer-based
auto-dismiss (juce::Timer) and sticky-until-action mode
- Use GlyphArrangement for accurate font-metric text width (fixes deprecated
Font::getStringWidth); remove unused <cmath> include
- Update README keyboard shortcut table and button descriptions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|`Left Arrow` or `Shift + Tab`| Select previous slice |
174
177
|`Esc`| Close Auto Chop panel |
175
178
179
+
Single-letter action shortcuts are intentionally unbound so DAW keyboard-MIDI note entry remains available.
180
+
176
181
## Theme Customization
177
182
178
183
INTERSECT supports custom `.intersectstyle` themes. On first launch it creates default `dark.intersectstyle` and `light.intersectstyle` in the user theme directory.
0 commit comments