Skip to content

MeterMaid v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:21
· 10 commits to main since this release
916d50d

Download

Platform Installer Other formats
macOS (Apple Silicon) .dmg
macOS (Intel) .dmg
Windows (x64) .exe installer .msi
Windows (ARM64) .exe installer .msi
Linux (x64) .AppImage .deb · .rpm
Linux (ARM64) .AppImage .deb · .rpm

macOS builds are signed with a Developer ID and notarized. Windows builds are currently unsigned, so SmartScreen may show a warning — choose More info → Run anyway.

The Windows (x64) build links the Steinberg ASIO SDK for multichannel capture and is therefore distributed under the GNU GPL v3. The project source and every other binary (macOS, Linux, Windows ARM64) remain MIT.

What's Changed

  • Multichannel capture on Windows via ASIO. A multichannel interface like the Line 6 Helix Stadium XL now exposes all of its channels on Windows — Ch 1–2 (stereo) through Ch 8 — through the ASIO host, where Windows (WASAPI shared mode) previously reported only a single channel. ASIO devices appear in the input picker tagged (ASIO) next to their regular entry; pick the (ASIO) one for individual channels. ASIO is exclusive-access (close any DAW using the device first), and the sample rate is set in the device's own ASIO control panel. This is x64 Windows only — there is no ARM64 ASIO SDK, so a multichannel device stays single-channel on Windows ARM64; macOS and Linux are unaffected.
  • Updated the audio engine to cpal 0.18 (from 0.15), which adds the 24-bit support the ASIO path needs plus newer audio-backend improvements across all platforms.

Full Changelog: v0.3.3...v0.4.0