Added a diagram that shows how LinuxSampler handles the streaming of samples from disk.
http://linuxsampler.sourceforge.net/images/diagram1.png
The sample data of each active voice is passed from the disk thread to the audio thread using lock-free ring buffers. This ensures that the audio thread never blocks and gives the disk thread enough time to refill the buffers associated to each...