v1.1! Effects and Preset Naming
This is a pretty big update for Actuate I'm proud of, while the file dialog stuff needs to get better (I've been informed my current method is bad practice) I am still happy with adding effects and information :) Enjoy!
I've attached the vst3 and CLAP versions
Version 1.1 - 2024/01/05
- Preset description and naming now supported!
- New Oscillator Shapes!
- New filter resonance types:
- Res - A hyper resonancy sound
- Bump - An actual gentle bumped slope
- Powf - A resonance curve based on powf behavior
- Effects are implemented and able to be enabled/disabled fully or individually
- 3-Band Equalizer Based off Interleaf's code (https://github.com/ardura/Interleaf)
- Compressor inspired by Airwindows' Pop compressor
- Saturations based off Duro Console's algorithms (https://github.com/ardura/Duro-Console)
- Phaser!
- Flanger!
- Buffer Modulator based off Canopy Reverb's Buffer (https://github.com/ardura/Canopy-Reverb)
- Delay also based off Canopy Reverb with some changes
- Reverb based off some Canopy Reverb ideas
- Limiter based off some compression I was trying in older Duro Console versions
- Moved files into a plugin structure that makes more sense
- Shifted some GUI elements
- Fixed bugs with focus and some crashes
Future updates
- Fix simultaneous notes held and parameters modified by user not applying until next note
- Figure out how to make the file dialog better/accepted
- Stereos voice spreading options?