Skip to content

Releases: ddf/Minim

Minim 2.2.2

18 Oct 22:50
@ddf ddf
Compare
Choose a tag to compare

Fixes:

  • Issue #35: fixed getLineIn failing if there isn't an available output channel
  • Issue #39: fixed FilePlayer.loop(numLoops) always resulting in continuous looping
  • Issue #45: return null when we can't load an AudioPlayer because Javasound cannot provide an output for it

Minim 2.2.1

03 Sep 14:53
@ddf ddf
Compare
Choose a tag to compare

Features:

  • support for the MP3 lyrics tag (USLT)

Improvements:

  • better handling of unsupported mp3 files
  • cleaned up many of the examples and removed many redundant ones

Fixes:

  • avoid index out of bounds in Summer when modifying the list of UGens
  • fix for parsing MP3 comment tags
  • fixed AudioInput not closing input stream when closed
  • fixed Sampler not picking up correct input values when triggered
  • fixed loadFileIntoBuffer failing on mp3 files

Minim 2.2.0

07 Dec 23:10
@ddf ddf
Compare
Choose a tag to compare

First official release of Minim that includes the UGen Framework. See http://code.compartmental.net/minim for documentation.