5 ms·
I open sourced Bezie (https://github.com/jperler/bezie https://github.com/jperler/bezie), a library I wrote three years ago for MIDI automation curves. It inclu
by bezieio 7y ago
I open sourced Bezie (https://github.com/jperler/bezie https://github.com/jperler/bezie), a library I wrote three years ago for MIDI automation curves. It includes some good examples of how to interpolate cubic and quadratic bezier curves given drag points on the curves. I used Pomax's bezier write ups as a starting point, which really helped out a lot (thanks Pomax!). If anyone is interested, take a look in `bezie/app/utils`, specifically the `getControl` methods that allow you to derive control points.
- TheRealPomax 7y agoAlways cool to see what people end up making!