https://github.com/m1m0zzz/utility-clone
VST plugin like a Ableton Utility.
https://github.com/m1m0zzz/utility-clone
juce vst3
Last synced: 5 months ago
JSON representation
VST plugin like a Ableton Utility.
- Host: GitHub
- URL: https://github.com/m1m0zzz/utility-clone
- Owner: m1m0zzz
- License: gpl-3.0
- Created: 2024-03-17T08:58:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T06:19:36.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:22:28.897Z (over 1 year ago)
- Topics: juce, vst3
- Language: C++
- Homepage:
- Size: 13.7 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - utility-clone - 3.0|30|ย 1ย year<sub><sup>๐ </sup></sub>| (Effects)
README
# Utility clone
VST plugin like a Ableton Utility.
Development with [JUCE](https://github.com/juce-framework/JUCE)
## โจ Features
- phase invert
- channel mode
- stereo width, mid/side
- mono
- bass mono
- gain
- pan
- dc offset### TODO
**Processing**
- [ ] bass mono : filter phase## ๐ Download
- [Windows (zip)](https://github.com/m1m0zzz/utility-clone/archive/refs/heads/release/windows.zip)
- [Mac (zip)](https://github.com/m1m0zzz/utility-clone/archive/refs/heads/release/macos.zip)
- [Linux (zip)](https://github.com/m1m0zzz/utility-clone/archive/refs/heads/release/linux.zip)## ๐ ๏ธ Build
Currently, it is possible to build with both Projucer and CMake### use Projucer
- Edit `*.jucer` file
- `/path/to/JUCE/modules` to the folder where your JUCE is downloaded
- Open Projucer### use CMake
#### CMake + VSCode
- Open `*.code-workspace`
- Install extension## ๐ท CI
- GitHub Actions [(here...)](https://github.com/m1m0zzz/utility-clone/blob/main/.github/workflows/cmake-multi-platform.yml)
- CMake
- [ ] release by git tag## License
GPL v3.0## Acknowledgment