diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index bc263dc..e2f68bb 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -638,11 +638,11 @@ export function TrackList({ {!track.collapsed && (
{/* Effects Header - Collapsible */} -
+
Effects {/* Effect name labels */} -
+
{track.effectChain.effects.map((effect) => ( - {/* Show/hide toggle - Positioned absolutely on the right */} + {/* Add effect button */} + + + {/* Show/hide toggle */}