Skip to content

calgoheen/cStop

Repository files navigation

cStop

cStop is a tape stop audio effect plugin available in AU & VST3 for Mac (Windows coming soon).

How to download

cStop is currently only available for MacOS. Go to the releases page to download the latest release installer.

Tips on using

  • 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

Build the code

# clone the repo
git clone https://github.com/calgoheen/cStop.git --recurse-submodules

# build with CMake
cmake -Bbuild -DCMAKE_BUILD_TYPE="Release"
cmake --build build

License and Acknowledgements

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.