Japanese

Music Descripting and Processing Words

Samples
Java
Tcl/Java
JRuby
Jython

JavaAPI


download mdpw30.zip

sourceforge

MDPW(Music Descripting and Processing Words) is a library in Java for musical data and writing to MIDI files.

There are three fundamental data type(class) note, sequence and chord. The sequnece and chord are list(Vector) which can contain those there data. All musical pieces are represented by those there data.

You use it from script languages on Jython(Python), JRuby(Ruby) and Tcl/Java.

This sites contains the samples for Java, Tcl/Java, JRuby and Jython.

MDPW version 3 needs jre1.5 or later. If you want to use mdpw from a script language, you have to install the script.

You can see JavaAPI and get source codes by SVN.
https://mdpw.svn.sourceforge.net/svnroot/mdpw

THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


cwbp at users.sourceforge.net