Minim AudioSample Best Use

A useful note I found in the Minim Javadocs for Processing artists to consider when they are working with audio samples.

AudioSample supports up to 20 overlapping triggers, which should be plenty for short sounds. It is not advised that you use this class for long sounds (like entire songs, for example) because the entire file is kept in memory.