Sample-based VST3 synthesizer with the custom Neon Tines sample set.
Built and ready for FL Studio, Ableton, Reaper, Bitwig, or any VST3 host.
Extract the .zip and place the .vst3 bundle in your system's VST3 folder.
Platform note: These are currently compiled for Linux x86_64 only. Windows and macOS builds require compiling from source on those platforms.
KeyMatrix.vst3.~/.vst3/KeyMatrix.vst3or system-wide:
/usr/lib/vst3/KeyMatrix.vst3
The neon-tines sample folder must stay inside the bundle at
KeyMatrix.vst3/Contents/neon-tines. Do not separate it from the .vst3 bundle.
If you need a different platform or want to hack on it:
cd keymatrix-vst mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release cmake --build . --config Release -j$(nproc)
Source lives at /home/marcus/keymatrix-vst. Nothing in this page or the downloads alters your existing project files.