cStop is a tape stop audio effect plugin available for Mac and Windows in VST3, CLAP, and AU (Mac only) formats.
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
- The only parameter you need to automate is called "Mode"
- When using the tape START mode, the audio will be out of sync with real time until you go back to BYPASS
Mac:
# Clone the repo
git clone https://github.com/calgoheen/cStop.git
# Build with CMake
cmake -Bbuild -DCMAKE_BUILD_TYPE="Release"
cmake --build build
Windows:
# Clone the repo
git clone https://github.com/calgoheen/cStop.git
# Build with CMake
cmake -Bbuild
cmake --build build --config Release
cStop is powered by chowdsp_utils.
While cStop is licensed under the MIT license, chowdsp_utils is not, so please refer to that repository's license for more information.