From 18a3ccb2a1335d3747657e0b764af31fd723856e Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 17:12:11 +0100 Subject: feat: Add PeakMeterEffect v2 for test_demo audio visualization Ports PeakMeterEffect to v2 Effect system with proper DAG routing. Red horizontal bar overlay displays audio_intensity for visual debugging of audio-visual synchronization. Changes: - New: src/effects/peak_meter_effect.{h,cc} - v2 implementation - Timeline: FlashEffect -> flash_out -> PeakMeterEffect -> sink - Build: Added to COMMON_GPU_EFFECTS and demo_effects.h - Test: Added to test_demo_effects.cc (9/9 effects pass) - Cleanup: Removed old disabled PeakMeterEffect code from test_demo.cc Co-Authored-By: Claude Sonnet 4.5 --- workspaces/test/timeline.seq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'workspaces') diff --git a/workspaces/test/timeline.seq b/workspaces/test/timeline.seq index 8907014..aa97580 100644 --- a/workspaces/test/timeline.seq +++ b/workspaces/test/timeline.seq @@ -3,6 +3,7 @@ # BPM 120 (set in test_demo.track) SEQUENCE 0.0 0 "MainLoop" -EFFECT + FlashEffect source -> sink 0.0 16.0 +EFFECT + FlashEffect source -> flash_out 0.0 16.0 +EFFECT + PeakMeterEffect flash_out -> sink 0.0 16.0 END_DEMO 32.0 -- cgit v1.2.3