Japanese

Music Descripting and Processing Words

MIDI files

MDPW for Java

MDPW for Jacl
(Tutorial
For old version)

How to Download
mdpw22.zip
Jacl Download


CyberWindBell Home
MDPW is a library in Java and Jacl(tcl on Java) for musical data and write 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.

MDPW version 2 uses MIDI support of Java SDK version 1.3 or later and become available from Java. MDPW ver.1 can be used from only Jacl.

MIDI files

I don't expect that you feel good. But I'm sure you feel weird. I hope you to make good music by MDPW.

MDPW for Java

How to use MDPW in Java.

MDPW for Jacl

How to use MDPW in Jacl. There is a Jacl tutorial for old version. If you use sources in it, you have add on line
require package java
at top of the sources. Back

Download

Download frommdpw22.zip. You will find documents and mdpw.jar, you have to add the latter to you Java classpath. If you want to use Jacl. you have download jacl126-noarch.zip from Jacl and Tcl Blend Download Page.

THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. top of this page