Modules Python pypi.org Javascript npmjs.com Samples Javascript Java Tcl/Java JRuby Jython
|
MDPW(Music Descripting and Processing Words) is a library in Java, Javascript and python for processing musical data and create Standard MIDI binaries.
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.
pythonThe module of mdpw is available in https://pypi.org/project/mdpw/JavascriptThe package of mdpw is available in https://www.npmjs.com/package/mdpw Here is sample on jsfiddle.net and code pen. Sample application MusicConcentrationJava and related languageYou 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. 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 |