Skip to content

Gateway OS V1.0.4

Choose a tag to compare

@SlamminMofo SlamminMofo released this 14 Jun 18:01

Gateway OS V1.0.4

Public binary hotfix release for Gateway OS.

Gateway OS GUI

Gateway OS settings menu

Status

  • Release type: Public binary hotfix
  • Version: 1.0.4
  • Source code: Not included in this release repository
  • Included artifacts:
    • Windows VST3 x64
    • macOS AU
    • macOS VST3

V1.0.4 macOS AU Hotfix

  • Fixes the AUv2 Cocoa custom-UI crash by matching the staged macOS AU/VST3 bundle identifiers to the bundle IDs compiled into the iPlug2 binary.
  • Keeps the DAW-visible plugin name as Gateway OS with Audio Unit identity aufx / G100 / SMfo.
  • Keeps AU window ownership with the host; the build does not call activateIgnoringOtherApps:, makeMainWindow, or orderFrontRegardless.
  • Suppresses AU/AUv3 text-entry window ordering while retaining normal first-responder behavior.
  • Keeps DSP, WaveNet oversampling, multicore processing, parameters, and Windows VST3 behavior unchanged from V1.0.3.

Validation

  • GitHub macOS build passed auval -v aufx G100 SMfo.
  • VERIFYING CUSTOM UI passed.
  • Staged macOS AU and VST3 bundles were ad-hoc signed and verified by codesign --verify --deep --strict.
  • Windows VST3 and macOS AU/VST3 artifacts were built from source commit 5ace447.

Highlights

  • Correct WaveNet-family oversampling modes: Off, 2x, 3x, 4x, 8x, 16x, and 32x.
  • Supported models run at the requested internal multiple with time/dilation scaling to preserve capture feel while reducing aliasing.
  • Multicore polyphase mode is designed to reduce oversampling wall-clock CPU cost while remaining bit-identical to single-core mode.
  • Main-window OS/MC status readout.
  • Theme-color selector with compact dot palette.
  • EQ, noise gate, slim, input calibration, IR loading, and pre/post EQ routing included.

Research Background

Install Notes

Windows:

  • Copy Gateway OS V1.0.4.vst3 to C:\Program Files\Common Files\VST3\
  • Rescan plugins in the DAW.

macOS:

  • Remove older Gateway OS V1.0.0.component, Gateway OS V1.0.1.component, Gateway OS V1.0.2.component, Gateway OS V1.0.3.component, and matching older VST3 bundles if installed.
  • Copy Gateway OS V1.0.4.component to ~/Library/Audio/Plug-Ins/Components/
  • Copy Gateway OS V1.0.4.vst3 to ~/Library/Audio/Plug-Ins/VST3/
  • Rescan plugins in the DAW.

If a macOS host cached the old AU metadata or UI state, reboot or clear the host/plugin cache before rescanning.