Key Repeat is an open source beat repeat sampler.
For downloads and more info, check out our official site! Key Repeat is available in VST3 and AU formats on both Windows and Mac.
Key Repeat was developed in C++ using the JUCE audio framework. Here's how to build the project yourself:
- Download JUCE.
- Open
key-repeat.jucer
in the Projucer. - Use the Projucer to generate a Visual Studio project on Windows or XCode project on Mac.
- Use your IDE's build tool to build the project.
Note that with Visual Studio on Windows, you can only build the Windows-compatible VST3. With XCode on Mac, you can build the Mac-compatible VST3 and AU.