KeyMatrix

Sample-based VST3 synthesizer with the custom Neon Tines sample set.

Download VST3

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.

Install for FL Studio

  1. Download KeyMatrix.vst3.zip.
  2. Extract it. You will get a folder named KeyMatrix.vst3.
  3. Move that folder into your VST3 directory:
    ~/.vst3/KeyMatrix.vst3
    or system-wide:
    /usr/lib/vst3/KeyMatrix.vst3
  4. Open FL Studio.
  5. Go to Options → Manage plugins → Find plugins.
  6. KeyMatrix should appear in the plugin database. Insert it on a channel and play MIDI notes C2–C6.

The neon-tines sample folder must stay inside the bundle at KeyMatrix.vst3/Contents/neon-tines. Do not separate it from the .vst3 bundle.

System Requirements

Build from Source

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.