DeepGliss icon indicating copy to clipboard operation
DeepGliss copied to clipboard

VST2 plugin performing continuous pitch bend between chords

Results 22 DeepGliss issues
Sort by recently updated
recently updated
newest added

Periodic bends need to account for the offset of not completing a full period, otherwise the bend does not end at its target pitch.

enhancement

Allow user to define one period of a bend path by manipulating a [Bezier curve](https://docs.rs/epaint/0.18.1/epaint/struct.CubicBezierShape.html). Requires `egui >= 0.17` which will require updating `egui-baseview` and some of its dependencies.

enhancement