Minim DriveBy
Examples
Minimal: the simplest possible Minim sketch.
Sequencer: uses the AudioSample class to build a simple sequencer.
Looper: uses the AudioPlayer class to loop a sample. Loop points are defined interactively.
Effect: creates a simple bit crunch effect using Minim's AudioEffect interface.
Synth: a simple oscillator that creates sound based on waveforms drawn to the applet with the mouse. Extends Minim's Oscillator class.
Sound samples used in these examples (put these in your sketch's data directory): kick, snare, hihat, bleep, snippet (from the Advantage's cover of the Bubble Bobble theme song).
Where to go next?
Minim home page
Minim Javadoc and examples (much more useful than the manual, at least right now)
JSyn is a more robust synthesis library for Java (for which Sonia provides a Processing-native interface)
oscP5 will let you send OSC from Processing to any OSC host (such as ChucK, SuperCollider, or, yes, even Max/MSP).