This sketch demonstrates how to use the createSample method of Minim.
The createSample method allows you to create an AudioSample by provided
either one or two float arrays, which are the sound you want be able to trigger.
See the loadSample example for more information about AudioSamples.
Press 't' to trigger the sample.
Source code: createSample
Built with Processing