You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ArrayIndexOutOfBoundsException: 3 occurring when parsing some MP3 files (see #14), patch contributed by @cluder
Add Waveform class for allowing real-time access to raw waveform data of sound objects (see #21) plus a new example, contributed by @icalvin102
Suppressed the underlying synthesis engine's startup INFO messages from showing up as redtext in the Processing console (see #12), contributed by @kevinstadler