diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index 127487e..dc10001 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -438,8 +438,20 @@ export function TrackList({ {!track.collapsed && (
{/* Effects Header - Collapsible */} -
- Effects +
+ Effects + + {/* Effect name labels */} +
+ {track.effectChain.effects.map((effect) => ( + + {effect.name} + + ))} +
{/* Show/hide toggle - Positioned absolutely on the right */}