Skip to content

SonoraMix v1.0.2 — Master Control & Routing Helpers

Choose a tag to compare

@jaimitus jaimitus released this 09 Aug 22:09
· 23 commits to main since this release

🚀 SonoraMix v1.0.2 — Master Control & Routing Helpers

✨ Novedades / What's new

  • 🔊 MASTER OUT Bus Control: dedicated master strip with its own volume fader, mute and live metering for the default output device (the meter follows the fader). Syncs with Windows in real time. / Fader de volumen maestro, mute y medidor en vivo que sigue al fader.
  • 🎯 Per-App Output Routing Helper: every output channel now has a route button that opens the native Windows per-app volume & device preferences page, so you can send apps to different devices (headset, speakers…). / Botón de ruteo por app que abre la página nativa de Windows.
  • 🎙️ LIVE / STANDBY mic badges fixed: capture channels now correctly show whether an app is actively recording (LIVE) or just holding the mic open (STANDBY) — the session-state comparison was silently broken and always reported LIVE. / Corregido el estado de sesión: los badges de micro ahora distinguen LIVE de STANDBY.

🔧 Mejoras / Improvements

  • Better empty-state messaging for the Input console (explains when mic channels appear) with a Rescan button.
  • package-lock.json version synced (was left at 0.0.0).

⚠️ Note / Nota

  • Automatic updates: if you're on 1.0.1, the app will offer this update automatically (installed packages only — the portable .exe does not self-update).
  • Per-app routing uses the native Windows page because Microsoft has blocked IPolicyConfig::SetApplicationEndpoint on Windows 11 (E_NOINTERFACE) — the same reason EarTrumpet doesn't support it either.