• Joined on 2025-11-15
valknar pushed to main at valknar/audio-ui 2025-11-18 15:21:34 +01:00
a0ce83a654 fix: use Float32Array for accurate full-range level measurement
valknar pushed to main at valknar/audio-ui 2025-11-18 15:17:45 +01:00
3e6fbda755 fix: move analyser before gain node to show true audio levels
valknar pushed to main at valknar/audio-ui 2025-11-18 15:15:19 +01:00
8367cbf6e7 fix: switch from RMS to peak detection for more accurate level meters
valknar pushed to main at valknar/audio-ui 2025-11-18 15:12:44 +01:00
a157172e3d fix: resolve playback level monitoring closure issue
valknar pushed to main at valknar/audio-ui 2025-11-18 15:01:57 +01:00
6fbb677bd2 feat: implement real-time playback level monitoring for all tracks
valknar pushed to main at valknar/audio-ui 2025-11-18 14:56:32 +01:00
cf0c37caa6 fix: resolve recording level meter monitoring closure issue
valknar pushed to main at valknar/audio-ui 2025-11-18 14:53:34 +01:00
c0ca4d7913 fix: migrate existing tracks to new 180px height from localStorage
valknar pushed to main at valknar/audio-ui 2025-11-18 14:51:29 +01:00
fa397a1dfe fix: always show level meter and increase track height to 180px
valknar pushed to main at valknar/audio-ui 2025-11-18 14:48:00 +01:00
2775fdb517 fix: increase default track height to accommodate input meter
valknar pushed to main at valknar/audio-ui 2025-11-18 14:44:21 +01:00
f65dd0be7f feat: complete Phase 8.2 - integrate recording into multi-track UI
valknar pushed to main at valknar/audio-ui 2025-11-18 14:37:03 +01:00
5e6c61d951 feat: implement Phase 8.1 - audio recording infrastructure
valknar pushed to main at valknar/audio-ui 2025-11-18 14:28:12 +01:00
166385d29a fix: drag-to-select now works reliably without Shift key
valknar pushed to main at valknar/audio-ui 2025-11-18 14:25:59 +01:00
1dc0604635 feat: add intuitive drag-to-select on waveforms
valknar pushed to main at valknar/audio-ui 2025-11-18 13:05:14 +01:00
74879a42cf feat: implement multi-track waveform selection and editing with undo/redo
valknar pushed to main at valknar/audio-ui 2025-11-18 12:08:42 +01:00
beb7085c89 feat: complete Phase 7.4 - real-time track effects system
cbcd38b1ed refactor: remove master effects section, add TODO note
ecb5152d21 feat: boost light theme to true neon intensity
bc7158dbe0 feat: vibrant neon color palette for both themes
ee24f04d76 feat: add automatic waveform repaint on theme change
Compare 44 commits »
valknar pushed to main at valknar/audio-ui 2025-11-17 22:33:36 +01:00
fe519dab01 fix: convert track name to string in TrackHeader component
valknar pushed to main at valknar/audio-ui 2025-11-17 22:30:46 +01:00
a2636bb3a9 fix: ensure track names are strings when loading from localStorage
valknar pushed to main at valknar/pastel-ui 2025-11-17 22:27:17 +01:00
valknar pushed to main at valknar/audio-ui 2025-11-17 22:25:56 +01:00
fda41fa0e8 fix: convert track name to string to prevent React error
valknar pushed to main at valknar/audio-ui 2025-11-17 22:23:27 +01:00
68760bb28f fix: prevent event bubbling on sidebar track controls