4

I got my circular buffer working for my oscope display I am working on for audio data.

https://github.com/Demolishun/...

I plan on expanding this to have more functions for bulk operations. I also want my fake iterators to be able to be used with <algorithm> functions.

It was pretty awesome last night to finally get to see my audio waveforms displaying properly.

Comments
  • 0
    Just updated this to code. It working for bulk removal. Made iterator a true iterator. That was very easy to write. Was surprised how straight forward it was.
Add Comment