From: Tim
Hockin <thockin(a)hockin.org>
Quick question: disk thread may suspend if there
are no disk use.
How the disk thread is woken up to read the lock-free buffer?
Semaphore. Every time you put something into the buffer, up() the
How this all is done in Ardour? I browsed the source but there are
a lot of stuff there. How about LinuxSampler?