GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
670 stars 37 forks source link

Repalce BoundedVecDequeue with RB #174

Closed FrostyCoolSlug closed 3 months ago

FrostyCoolSlug commented 3 months ago

BoundedVecDequeue doesn't appear to have a source repository anymore, given that we're using rb as a ringbuffer already, create a struct which uses it, but permits overflows to store our cached samples.