Skip to content

v2.1.0

Compare
Choose a tag to compare
@kevinstadler kevinstadler released this 17 Mar 11:22

What's new in this version

  • 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