jvm-midi-via-clojure
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Test project: using Clojure to do MIDI in the JVM
# jvm-midi-via-clojure

FIXME: write description

## Usage

Download RWMidi JAR package from [here][rwmidifiles].

Install into local Maven repository:

	mvn install:install-file \
		-Dfile=rwmidi.jar \
		-DgroupId=com.ruinwesen \
		-DartifactId=com-ruinwesen-rwmidi \
		-Dversion=0.1c \
		-Dpackaging=jar \
		-DgeneratePom=true

## License

Copyright (C) 2011 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

[rwmidifiles]: http://ruinwesen.com/files

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。