On Tue, Dec 15, 2009 at 9:24 AM, Gabriel M. Beddingfield
<gabriel(a)teuton.org> wrote:
The ringbuffer shipped with libjack is a C port of the
RingBuffer<T>
container from libpbd in Ardour (written by Paul Davis and Benno Senoner).
This implementation uses the glib atomic ops and some glib types. Since my
app doesn't currently use glib, I was looking at replacing those with some
equivalent. That's partially how this thread got started. :-)
why not use glib? as some folk like to say: "even Qt does these days" :)