Katherine Whitlock

Results 12 issues of Katherine Whitlock

Over the past year I've done some work on improving the state of the CMake build system, initially inspired by fixing building on native Windows, and then expanding in scope....

This continues the work started in #581, updating references to `dsy_gpio_pin` and `dsy_gpio` to instead use the new C++ style GPIO and Pin classes. As per the discussion with @stephenhensley,...

This is a PR for refactoring the Audio File system. If/when this is merged, I'm strongly recommending that this be done as a merge commit to preserve history for bisect...

refactor

This is a new digital delay inspired by the generic digital delay found in just about every DAW, particularly Ableton. Differences from the original delay: - Simpler architecture - Repitch...

enhancement
sys-audio

Removes global staticDIR in favor of local FatFS::Directory instances

deferred

The goal here is runtime memory reduction for path strings, one of our primary unique-string memory hogs. This involves: - The creation of a unique data structure that automatically de-duplicates...

Rebased on top of latest community-HEAD

refactor