Skip to content

OpenVoxTuner v0.1.1 (draft)

Highlights

  • Harmony workflow improvements (Use Voice mode)
  • Latency mode options (Direct Monitoring, Low Latency, Quality, Safe)
  • macOS build scripts added for VST3/AU/pkg

Added

  • build_macos_vst3.sh
  • build_macos_au.sh
  • build_macos_pkg.sh
  • macOS guides in docs/
  • GitHub issue templates and release template
  • Noise Gate (Source/dsp/NoiseGate.h)
  • A/B preset morphing (Source/dsp/PresetMorpher.h)

Changed

  • CMake now supports optional AU on macOS (OVT_ENABLE_AU)
  • README reorganized for GitHub usage
  • Pitch detection is now YIN-only (SWIPE' and PYIN detectors removed)
  • Default scale is now Chromatic
  • Latency Mode now offers 4 options (Direct Monitoring, Low Latency, Quality, Safe)

Fixed

  • Multiple harmony-related regressions and click/pop fixes (iterative)

Removed

  • SWIPE' detector
  • PYIN detector

Notes

  • Final release notes should be refined with validated DAW test matrix before publishing.