Using sample monoliths I'm occasionally having crashes.
I've tracked it down to an assert jassert(isPositiveAndBelow(startSample, size));
In void* HiseSampleBuffer::getWritePointer(int channel, int startSample)
In this case I have a sustain sample map and a releases sample map. Both contain the same samples, the releases sample map references the sustain monolith.