2010年9月24日 星期五

processing liabrary

music library for processing

Minim

Minim is an audio library that uses the JavaSound API, a bit of Tritonus, and Javazoom’s MP3SPI to provide an easy to use audio library for people developing in the Processing environment. The philosophy behind the API is to make integrating audio into your sketches as simple as possible while still providing a reasonable amount of flexibility for more advanced users. There are no callbacks and you do not ever need to directly manipulate sample arrays, all of the dirty work is handled for you. The download comes in two flavors: (1) just the jar files needed to use Minim and (2) a full distribution that includes the javadocs, examples, and source code. Minim is licensed under the GNU Lesser General Public License (LGPL), a copy of which is included with both distributions. Users of Minim 1.1 should peruse the Javadocs to see what’s changed (hint: not much has changed, but there are a couple of nice new things).

Minim home:http://code.compartmental.net/tools/minim/

2010年9月23日 星期四

programming language change : processing

finally i decide to use processing to make the music box light detection
it allows me to output as many sounds as i like.
and it is free to use easy to extend and use one different pc.

http://processing.org/

2010年9月16日 星期四

Music box program problem

still working on flash action script .
But found a problem , it can only support 4 music out put at the same time. My project need a lot more output for my project. so i will need to change my programming language.