DeepGliss
DeepGliss copied to clipboard
VST2 plugin performing continuous pitch bend between chords
### Thank you trying DeepGliss! If you made a cool sound or song using DeepGliss and would like to share it, please do so here! If you are willing to...
Currently presets can only be loaded from a `.preset` file. - [ ] include a few presets in the binary - [ ] add ability to select included presets via...
### Thank you trying DeepGliss! If you found a cool set of parameters and would like to share them, please upload the `*.preset` file here and a brief description of...
- [ ] create a "light mode" - [ ] add a setting to choose between themes - [ ] make adding a new theme straight forward
- [ ] clean up parameter handling - [ ] break off some of `state.rs` into `parameters.rs` - [ ] refactor `daw_time` and `ui_time` into a single `time` as they...
**Use case:** start with a chord of 1 note and then bend to a chord of 15 notes without any additional MIDI note on events. This is experimental because I...
For example, this happens when bending a chord of 4 or 8 notes to a chord of 3 notes
Potential fix: shift the steps back in time by some reasonable `epsilon` value.
Use [TimeInfo](https://docs.rs/vst/latest/vst/api/struct.TimeInfo.html) to get BPM. Uses for this information include: - [ ] displaying measure bars on timeline - [ ] allowing `frequency` parameter unit to be periods per measure...