Download

   JVTool is still under development, and currently between alpha and beta stage. Development versions can be downloaded if you want to try it. Although not finished, it is already running and usable.

Windows

   Binary packages are available here. This corresponds to a plain Windows version, which requires the Qt/Windows non-commercial edition. You can find a stripped down package of the required DLL's at the same location as the binary packages. Simply install those DLL's in the same directory than the JVTool program. Those binary packages are generated on a regular basis but might not always contain the latest changes or bug fixes.

Linux / Windows+Cygwin

   Source is available through CVS at SourceForge, or as a source package to be compiled with Qt >= 3.x. Grab the source and compile it with the following commands (this assumes Qt >= 3.x):

	cp ui-3/*.ui .                 (only if you grabbed the sources via CVS)
	export QMAKESPECS=linux-g++    (use "cygwin-g++" if using Windows+Cygwin)
	qmake
	make

Screenshots

LINUX WINDOWS CYGWIN
Global view showing the bank editor, the patch editor and the tone editor
Tone editor with the Wave editor page (with wave selector)
Tone editor with the Pitch editor page (with the graphical envelope editor)

Bugs

If you find any bug, please report it to Michael Goffioul.

Windows
  • Under WindowsXP, if nothing appears when executing jvtool, try to create an empty file called "jvtool.ini" in the directory where the program has been installed
Linux
  • Due to some bugs in the usb-midi driver, data requesting may timeout. In this case, you may try again to download data, or type "cat /dev/midi" in a terminal and killing it with CTRL-C.