Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddf committed Oct 18, 2015
1 parent 4075a5f commit aed0a1a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
@@ -1,5 +1,13 @@
Changelog!

Version 2.2.2

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

Version 2.2.1

Features:
Expand Down
Binary file modified ext/prodoc/prodoc.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions library.properties
Expand Up @@ -3,8 +3,8 @@ authorList = [Damien Di Fede](http://code.compartmental.net/) and [Anderson Mill
url = http://code.compartmental.net/minim/
category = Sound
sentence = An audio library that provides easy to use classes for playback, recording, analysis, and synthesis of sound.
paragraph = New in this version: support for the MP3 lyrics tag (USLT), better handling of unsupported mp3 files, cleaned up many of the examples and removed many redundant ones, 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
version = 6
prettyVersion = 2.2.1
paragraph =
version = 7
prettyVersion = 2.2.2
minRevision = 243
maxRevision = 0
Binary file modified library/jsminim.jar
Binary file not shown.
Binary file modified library/minim.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ddf/minim/package.html
Expand Up @@ -49,8 +49,8 @@
a copy of which is included with the distribution.
<p>
<strong>Download:</strong>
<a href="http://code.compartmental.net/minim/distro/minim-2.2.1.zip">Minim 2.2.1 Zip</a> or visit the
<a href="https://github.com/ddf/Minim/releases/tag/v2.2.1">Github 2.2.1 release page</a>
<a href="http://code.compartmental.net/minim/distro/minim-2.2.2.zip">Minim 2.2.2 Zip</a> or visit the
<a href="https://github.com/ddf/Minim/releases/tag/v2.2.2">Github 2.2.2 release page</a>
<p>
If you have any questions about using the library you can start by
<a href="http://forum.processing.org/two/discussions/tagged/minim">checking the Processing forum</a>
Expand Down
2 changes: 0 additions & 2 deletions src/ddf/minim/ugens/ADSR.java
Expand Up @@ -15,9 +15,7 @@
public class ADSR extends UGen
{
/**
* <p>
* The default input is "audio."
* </p>
* You won't need to patch to this directly, since
* simply patching to the ADSR itself will achieve
* the same result.
Expand Down

0 comments on commit aed0a1a

Please sign in to comment.