Wire MetersPage into app with gate/compressor indicators

- App.tsx: Import and render MetersPage when 'Meters' button toggled;
  add Meters button to header between Patch and PiPedal buttons
- useMixerDaemon.ts: Add gateOpen and compressorReduction fields to
  MixerChannel interface
- MetersPage.tsx: Add gate open/closed indicator (green/red G badge)
  and compressor gain reduction bar to ChannelMeterTile
- MetersPage.css: Add gate indicator and compressor GR track styles
This commit is contained in:
2026-06-23 20:11:11 -04:00
parent 84cad11745
commit 1212e3915e
8 changed files with 1290 additions and 54 deletions
File diff suppressed because one or more lines are too long