cStop is a tape stop audio effect plugin available for Mac and Windows in VST3, CLAP, and AU formats.
⚠️ BREAKING CHANGES: cStop v2 is not compatible with v1, meaning your previously saved DAW projects will be broken. If you have important projects using cStop v1, it is recommended to wait to upgrade until those projects are finished. You can always reinstall v1 via the v1.0.1 Release if needed.
- Rewritten DSP: Improved clarity and efficiency, now available in the cgo_modules repository
- Modern UI: Built with WebView using HTML, CSS, and TypeScript
- Auto Bypass: New parameter that automatically returns to bypass state after motion completes
Go to the releases page to download the latest release installer.
- Mac: Use the installer with extension .pkg
- Windows: Use the installer with extension .exe
- Automate the "Mode" parameter to trigger a tape stop/start at a specific point in your DAW timeline.
- Use the "Auto Bypass" option to automatically bypass the effect after the stop/start motion is complete.
- The crossfade and fade-out (stop) / fade-in (start) times can be adjusted via the parameter list in your DAW. These parameters will be added to the UI in a future update.
# Clone the repo
git clone --recurse-submodules https://github.com/calgoheen/cStop.git
cd cStop
# Configure and build
cmake --preset release
cmake --build --preset release
- JUCE
- DSP modules from chowdsp_utils
- CLAP plugin format is built with clap-juce-extensions
- Thanks to Jan Wilczek for his very helpful JUCE WebView tutorial
