A JUCE-based precision tuner for VCOs, VCFs and other analog gear. Runs on Windows, macOS (including Sequoia 15.x), and Linux.
- Scientific Tuner Display - High-precision frequency measurement with Hz and cents error display
- Tabbed Interface - Separate Tuner and Chart views
- Pitch Tracking - Real-time frequency detection with deviation meter
- Tuning Reports - Export measurements as PNG with device info
This is a fork of TheSlowGrowth/VCOTuner updated for modern macOS compatibility.
Traditional VCO tuning requires constant back-and-forth between fine tune and trimmer adjustments. VCOTuner eliminates this by:
- Outputting MIDI notes across a selectable range
- Measuring the actual frequency for each note
- Using a center reference pitch so you can focus solely on trimmer adjustments
Tuning takes minutes instead of hours.
Head over to the "release" section of this repository to download the latest release.
- CMake 3.12 or later
- C++17 compatible compiler
- Platform-specific dependencies (see below)
git clone --recursive https://github.com/Ziforge/VCOTuner.git
cd VCOTuner
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build buildThe built app will be in build/VCOTuner_artefacts/Release/VCOTuner.app
git clone --recursive https://github.com/Ziforge/VCOTuner.git
cd VCOTuner
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config ReleaseInstall dependencies first:
sudo apt-get install libasound2-dev libcurl4-openssl-dev libfreetype6-dev \
libx11-dev libxcomposite-dev libxcursor-dev libxinerama-dev \
libxrandr-dev libxrender-dev libwebkit2gtk-4.1-devThen build:
git clone --recursive https://github.com/Ziforge/VCOTuner.git
cd VCOTuner
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build buildReport bugs or request features here
Original application by TheSlowGrowth
