This version is recommended when syncing to a beat, triggering samples from MIDI or just need to start sample playback instantly. It works similar to the commercial giga sampler software as it preloads/cues small buffers into RAM and then streams the rest from disk. This allows you to have quick access to gigabytes of samples. Many more soundfiles than would fit in RAM.
This subclass works just as its parent RedDiskInSampler except that the preload happens when a sample stops. Therefore all preloaded soundfiles are kept open all the time and can thereby start playing right away.
You may overcome this limitation with the following terminal command...
To test this class and see when and which files it loads, use the following command in terminal (osx only - xcode required)