Here are some of the features of Minim:
If you are using Processing you've already got Minim! So feel free to peruse this documentation and start playing with examples. If you prefer Javadocs, we got those too!
If you are not using Processing,
you can still use Minim! We provide a constructor for the Minim
class
that takes a plain Object
and you simply need to
define two methods
that we will find using reflection.
The download includes Processing examples and source code. Minim is licensed under the GNU Lesser General Public License (LGPL), a copy of which is included with the distribution.
Download: Minim 2.2.0 Zip or visit the Github 2.2.0 release page
If you have any questions about using the library you can start by checking the Processing forum or send me a private message there. If you find bugs, please report them on the Github issues page.
If you'd like to contribute to the development of Minim, simply
fork the project on Github
and send pull requests when you've got code you'd like us to consider
for inclusion in the library. Enjoy!
@libname Minim