Skip to content

Gateway OS V1.0.3

Choose a tag to compare

@SlamminMofo SlamminMofo released this 14 Jun 15:51
· 1 commit to main since this release

Gateway OS V1.0.3

Public binary hotfix release for Gateway OS.

Gateway OS GUI

Gateway OS settings menu

Status

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

V1.0.3 macOS AU Hotfix

  • Reworks the AUv2 custom-view factory so Apple auval and AU hosts receive a lightweight embedded NSView immediately.
  • Mounts the real Gateway OS IGraphics view only after the host attaches the AU view, avoiding full graphics setup inside Apple's VERIFYING CUSTOM UI query.
  • Keeps AU window ownership with the host; the patch 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.2.

Validation

  • GitHub macOS build passed auval -v aufx G100 SMfo.
  • VERIFYING CUSTOM UI passed with Cocoa Views Available: 1.
  • CI reported AU VALIDATION SUCCEEDED.
  • Staged macOS AU and VST3 bundles were ad-hoc signed and verified by codesign --verify --deep --strict.

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.3.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, and matching older VST3 bundles if installed.
  • Copy Gateway OS V1.0.3.component to ~/Library/Audio/Plug-Ins/Components/
  • Copy Gateway OS V1.0.3.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.