daniel-c-harvey
282cafc52f
style(release-description): editorial eyebrow + divider-rule aesthetic
2026-06-17 15:30:33 -04:00
daniel-c-harvey
1fef60a7fb
Merge release-description-blurb into dev (render release Description blurb on Session, Mix, and Cut detail pages)
2026-06-17 14:50:04 -04:00
daniel-c-harvey
29ab4840d0
Merge p15-w1-visualizer-controls into dev
...
Phase 15 — visualizer control-deck rework: screen-centered tinted MudOverlay
(NowPlayingCard chrome), deterministic three-row LAVA/WAVE layout, lava/waveform
lamp toggles backed by a genuine per-subsystem draw-skip, scroll/zoom slider,
playful tooltips, green=interactive/light=static colour principle.
2026-06-17 14:44:52 -04:00
daniel-c-harvey
15ddc4c332
feat: Styles
2026-06-17 14:44:08 -04:00
daniel-c-harvey
2c2342fbaf
fix(p15): remediate four green-minor review findings
...
Tokenize scrim navy RGB triple (--deepdrft-scrim-rgb); LAVA row now
flex-start so knobs group left; WAVE row keeps space-between for
right-pinned width knob; remove inert margin-left:auto/wvc-row-right;
correct stale seven->ten count in OnControlStateChanged comment.
2026-06-17 14:42:23 -04:00
daniel-c-harvey
b8f81edb59
feat: render release Description blurb on Session, Mix, and Cut detail pages
...
New shared ReleaseDescription control renders the blurb in a uniform themed block
below the hero/header; null/whitespace renders nothing, with no layout artifact.
2026-06-17 14:39:03 -04:00
daniel-c-harvey
dd4f8ddded
feat(visualizer): Phase 15 control-deck rework
...
Centered tinted MudOverlay (NowPlayingCard chrome) replaces the anchored popover; eight dials become a deterministic three-row LAVA/WAVE layout; lava + waveform lamp toggles drive a genuine per-subsystem draw-skip; scroll/zoom becomes a slider; playful tooltips; green=interactive/light=static.
2026-06-17 14:28:15 -04:00
daniel-c-harvey
9f8808a596
Merge p12-w2-t2-popover-panel into dev (12.E: popover-hosted waveform control panel)
2026-06-17 11:22:36 -04:00
daniel-c-harvey
7aeced6a8d
feat(visualizer): popover-hosted control panel (Phase 12.E)
...
Build WaveformVisualizerControlPopover pairing the lava-lamp trigger with the eight-knob WaveformVisualizerControls panel; style to the NowPlaying Hero look from tokens. Panel chrome scoped to the popover mount via a PanelChrome flag; Mix's inline mount unchanged.
2026-06-17 11:12:27 -04:00
daniel-c-harvey
a19a734757
feat(p12-w2): track-cardinal high-res waveform fetch + bridge rewire
...
Add GET api/track/{trackEntryKey}/waveform/high-res (+ proxy), ITrackDataService.GetTrackWaveform; rewire visualizer to resolve the current track's EntryKey and re-fetch on track change. Retire the client mix-waveform read path.
2026-06-17 11:12:26 -04:00
daniel-c-harvey
585dd30efb
fix(visualizer): correct cross-ref extension .ts to .cs in WaveformVisualizer comment
2026-06-17 10:27:42 -04:00
daniel-c-harvey
3839948eeb
refactor(12.A): rename Mix* visualizer engine to Waveform* abstraction
2026-06-17 10:16:44 -04:00
daniel-c-harvey
8331ccf6a3
Merge fix-share-embed into dev (anchor SharePopover via documented MudPopover RelativeWidth; restore track-mode embed affordance)
2026-06-17 06:42:10 -04:00
daniel-c-harvey
ea74aaaf2e
fix(mix): reduce waveform smoothing to 15 ms; turn off DEBUG flags
2026-06-17 06:33:03 -04:00
daniel-c-harvey
394b07f404
fix(share): anchor SharePopover via documented MudPopover RelativeWidth
...
Use Fixed + RelativeWidth=Adaptive with BottomLeft/TopLeft origins to
anchor the menu under the share button; drop the inline-block shrink-wrap
container hack. Keep AutoClose off so the embed panel survives clicks.
2026-06-17 06:30:31 -04:00
daniel-c-harvey
e48baa5b27
refactor(mix-visualizer): remove client-side datum smoothing — waveform smoothing is the server's job
2026-06-17 05:38:56 -04:00
daniel-c-harvey
d36aea212c
docs(visualizer): fix five inaccurate comments — sub-unity restitution, uniform heat boost, progressive push-out, scroll-speed cross-ref, eight-knob bar
2026-06-17 05:20:12 -04:00
daniel-c-harvey
4e34696719
feat(mix-visualizer): Phase 10 tuning — smooth waveform, bouncy collision, 8 knobs
...
Smooth the loudness contour (~50 ms envelope at preprocessing + decode-time, plus
smootherstep render reconstruction); retune wax↔waveform collision to bouncy/sub-unity
(no explosion/stuck/jitter); split the bubbles knob into fluid-amount + fluid-viscosity
(cohesion via uniform-only smin/wobble); retune scroll/gravity/heat/width ranges; make
the colour rotation visible and boost OKLab chroma; the controls bar now holds its
layout and hides only its knobs via a Visible parameter.
2026-06-17 05:12:15 -04:00
daniel-c-harvey
4eba3b0bb3
docs(SharePopover): correct inline-block/relative comments — inline-block is load-bearing, relative is incidental
2026-06-16 21:13:06 -04:00
daniel-c-harvey
81ea5909d2
fix(share-popover): anchor popover to button via relative-positioned wrapper div
2026-06-16 20:49:58 -04:00
daniel-c-harvey
1730aa0166
docs(public): document StatusCodePages middleware ordering constraint
2026-06-16 20:07:43 -04:00
daniel-c-harvey
d8d908d4a6
fix(public): move UseStatusCodePagesWithReExecute before UseAntiforgery to fix 404 re-execution antiforgery error
2026-06-16 18:43:56 -04:00
daniel-c-harvey
b5fdb826b0
Merge p11-cleanup-residuals into dev (P11 residual cleanup: stale-id docs, test EntryKey shapes, dead CSS)
2026-06-16 18:19:38 -04:00
daniel-c-harvey
dae8020a22
chore(p11): fix stale-id docs, align test EntryKey shapes, drop dead track-card-link CSS
2026-06-16 18:05:37 -04:00
daniel-c-harvey
79de2503c4
feat(visualizer): OKLab three-color gradient + live density-size dial (Phase 10 reframe R3)
2026-06-16 18:03:20 -04:00
daniel-c-harvey
946b1d7cf9
Merge p11-w5-release-entrykey into dev (P11 11.H: release EntryKey on the public addressing surface; migration authored, not applied)
2026-06-16 17:26:53 -04:00
daniel-c-harvey
41ac7a5a93
Phase 10 reframe R4: seven-knob inline visualizer controls, always-on lava loop, filled lava-lamp icon
2026-06-16 17:17:14 -04:00
daniel-c-harvey
f07d29cdcf
feat(release): front int PK with app-minted GUID EntryKey on the public addressing surface (P11 W5, 11.H)
2026-06-16 17:11:55 -04:00
daniel-c-harvey
a64a5598ae
feat(visualizer): R2 lava tuning — flat fluid, melt, up+out throw, heat-driven turbulence, waveform-width knob
2026-06-16 12:48:17 -04:00
daniel-c-harvey
db7afe4ea7
feat(p10-reframe-w2): CPU wax-blob lava physics + 2D collision; smin metaball render
2026-06-16 12:19:30 -04:00
daniel-c-harvey
ff37efea89
Phase 10 W1: de-noise Mix visualizer, clip to live player-bar height, redraw lava-lamp icon
2026-06-16 11:12:20 -04:00
daniel-c-harvey
fbb397228e
Merge dev into p10-w4-popover-knobs (integrate concurrent Phase 11 scaffold changes)
...
# Conflicts:
# DeepDrftPublic.Client/Controls/ReleaseDetailScaffold.razor.cs
2026-06-16 00:47:58 -04:00
daniel-c-harvey
c2a3e53991
Merge p10-w3-effects-rework into dev (P10 W3 rework: vivid HSL field, time-driven bubbling, surface-born bubbles, working color-shift)
2026-06-16 00:40:41 -04:00
daniel-c-harvey
ff9c87c461
Merge p11-w1-cuts-detail into dev (P11 11.A: /cuts/{id} album-detail page)
2026-06-16 00:37:01 -04:00
daniel-c-harvey
e59271aa00
feat(mix): lava-lamp popover with RadialKnob controls + wider Mix detail body (P10 W4)
2026-06-16 00:19:47 -04:00
daniel-c-harvey
c1ed2a9ba3
fix(visualizer): vivid HSL field, time-driven bubbling, surface-born bubbles, visible color-shift (P10 W3 rework)
2026-06-16 00:16:37 -04:00
daniel-c-harvey
07ddc69cee
feat(public): add /cuts/{id} album-detail page
...
Compose ReleaseDetailScaffold via Header + BodyContent slots for the Cut
album view: left meta + Play/Share, right theme-bordered cover, TrackNumber-
ordered track list with per-row play. CutDetailBase carries the multi-track
prerender bridge.
2026-06-15 23:59:19 -04:00
daniel-c-harvey
5011fb43f0
perf(shader): hoist playhead texture tap; clamp neighbour sdRoundBox corner radius
2026-06-15 23:55:16 -04:00
daniel-c-harvey
a9d6445881
feat(visualizer): four in-shader Mix effects — morphing navy-moss field, bubblyness, lava-lamp detach, glass (P10 W3)
2026-06-15 23:42:44 -04:00
daniel-c-harvey
bf00b7f22f
feat(visualizer): controls row + unified MixVisualizerControlState; 3 inert uniforms wired (P10 W2)
2026-06-15 23:15:44 -04:00
daniel-c-harvey
44a15bf67d
fix(review): const→static readonly Debug silences CS0162; update stale rAF comment to renderedPlayhead()
2026-06-15 22:44:20 -04:00
daniel-c-harvey
65e5e09245
fix(visualizer): ease playhead re-anchor to kill startup jitter; gate diagnostics off (P10 W1)
2026-06-15 22:32:02 -04:00
daniel-c-harvey
df4381b4d8
fix(visualizer): interpolate Mix playhead on wall clock so ribbon scrolls at 60 FPS, not 10 Hz push cadence
2026-06-15 22:16:45 -04:00
daniel-c-harvey
ad8cb7dbc0
Merge p10-w1-resolution-slider into dev (P10 W1: fix zoom slider stacking-context occlusion)
2026-06-15 21:54:43 -04:00
daniel-c-harvey
652c90979d
fix(visualizer): lift zoom slider out of fixed backdrop's stacking context so it receives pointer events again (P10 W1)
2026-06-15 21:54:22 -04:00
daniel-c-harvey
c9b8dfcf3f
fix(proxy): forward releaseId filter in TrackProxyController.GetPage so WASM-path mix/session track resolution is not stripped at the proxy boundary
2026-06-15 21:07:50 -04:00
daniel-c-harvey
45bf5e5d37
fix(visualizer): lay Mix datum across a 2-D R8 texture to respect GL_MAX_TEXTURE_SIZE; manual texelFetch lerp avoids row-wrap seam
2026-06-15 19:28:52 -04:00
daniel-c-harvey
06b58304c5
fix(visualizer): blank Mix ribbon at rest + init/draw diagnostics (P10 W1)
2026-06-15 17:45:21 -04:00
daniel-c-harvey
cab181db4b
refactor(visualizer): remove dead sampleCount field from Datum — shader uses durationSeconds only
2026-06-15 12:49:47 -04:00
daniel-c-harvey
b451dda79e
feat(visualizer): WebGL2 fragment-shader Mix renderer at parity; datum-as-texture, shader-clock rAF, drop CSS backdrop-filter (P10 W1)
2026-06-15 12:43:56 -04:00