Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calgoheen/cStop
Free tape stop audio effect plugin
https://github.com/calgoheen/cStop
Last synced: 3 months ago
JSON representation
Free tape stop audio effect plugin
- Host: GitHub
- URL: https://github.com/calgoheen/cStop
- Owner: calgoheen
- License: mit
- Created: 2023-04-17T03:18:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-17T04:21:20.000Z (over 1 year ago)
- Last Synced: 2024-04-23T04:52:03.524Z (7 months ago)
- Language: C++
- Size: 46.9 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - cStop
README
# 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](https://github.com/calgoheen/cStop/releases/tag/v1.0.0) 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](https://github.com/Chowdhury-DSP/chowdsp_utils).
While cStop is licensed under the MIT license, chowdsp_utils is not, so please refer to that repository's [license](https://github.com/Chowdhury-DSP/chowdsp_utils/blob/master/LICENSE.md) for more information.