Sysex Editor for JV-1010


/*************************************************************
Program		: Sysex Editor for JV/XP
Author		: Yo Kubota
Copyright	: 1999- 
compiler	: VC++ 4.0
**************************************************************/

click here  to download "Syxedit.exe" (zip-archieved about 550K bytes). 


=====
About
=====

This program is a text editor for system exclusives. Mainly it is 
designed for Roland's JV/XP synth, but you can use it for other models


==========
How to use
==========

SysexEdit has three dialogs - edit, select and effect. Edit dialog is 
shown when you activate SysexEdit and is used for editing system 
exclusives. Select and effect dialogs are for JV/XP's exclusive use and 
the main purpose of them is to compose set-up files for JV/XP. 

Select input. "from" button from clipboard or inner buffer, "read" button 
from syx files and "TPL" button from template in the edit dialog. Edit 
hex-decimal or decimal values and save them by "to" or "set" button to 
clipboard and inner buffer and "write" button to a syx or mid file.
Drag&drop operations from explorer are possible to syx and mid files.

Function buttons in the bottom line of edit dialog will help you to edit 
JV/XP's system exclusives. Edit decimal valules or ASCII characters after 
'=' in the lines starting from '%'.  Press "set" button to make your 
editing values effective. "shift" button can changes functions of the 8 
buttons to the right of "all". 

You can select patches and make a set-up-MIDI-files for JV/XPs easily 
by using select and effect dialog. Check "buf", press "from" and select 
patches from the list box. Number buttons move internal-patches to 
performance-mode-temporary-patches and "n" button to user-patches (with 
the patch address numbers). Internal patches set can be swapped by the pull 
down menu or "select SYX" buttons. Press "effect" button while selecting 
a TempPerfPart patch if you want to tune up patch-effect completely by using 
effect dialog. 

System exclusives are sent automatically to synth modules by "SysEx.exe" 
written by Jurgen Mosgraber (Many thanks to Mr. Mosgraber). "SysEx" button 
activates "SysEx.exe". Use it for the setup of Midi Input and Output ports 
for the first time. System exclusives are sent to JV/XPs by "Pa" button in 
a patch-mode and by "Pf" button in a performance-mode if you select patches. 
You can select fonts by "font" button. Refer to "help" about the usage of 
"port" and "address" boxes.


=========================================
How to install and uninstall this program
=========================================

The archieved file(syxsedit.zip) contains below.

readme.txt   : this file
readmejp.txt : Japanese ReadMe
syxedset.exe : install file for syxedit

To install, run syxsetup.exe. If you want to change the directory to place 
syxedit.exe, change the direcroty name in the setup dialog. Default name is 
"c:\syxedit". The Setup program will not create icons for the program, 
so please do it yourself.

If you start the program the first time, first press "SysEx" button, 
activate sysex.exe and select the "Midi" Menu to set the Midi I/O and 
other items.

To uninstall, delete the directory whole where you place sysex.exe.


-------------------------------------------------------------------------

Recently I bought JV-1010, but there was no patch editor in cooperation 
with Cakewalk.
For JV/XPs, excellent freeware patch editors such as  "WinJV" by Marco 
Stella and "ChangeIt!" by Jurgen Mosgraber are available. If you want to 
make a new patch by receiving patches from JV, fixing some parameters, 
sending it to JV/XP, hearing the result and checking it, these editors 
work perfectly. But when I want to import these patches into Cakewalk, 
the modifications of addresses and the re-calculation of the checksum 
are very difficult. I could not easily carry out slight modifications 
of parameters in a patch when I am editing it in Cakewalk. In the sysex 
editing mode of Cakewalk, I must run over raw materials of hexadecimal 
dumps. It is a nightmare of a programming debug of 20 years ago. 
So, I made this program "Syxedit.exe".


"Syxedit.exe" is designed mainly to make mid/syx files for JV/XP's initial 
set-up. So major functions of it are for these porposes. You can use it for 
a general porpose but functions for editing patches are limited. 
If you want to use a more functional, handsome editor, you can find a lot 
of those.

As a compensation(?) to this limitations, I attached the source code of 
the program. So, modifications for other sound modules can be easily 
carried out. The code is supposed to be treated as an "open source". 
You can freely convert it, but the contents are not guaranteed. The author 
is free from the responsibility of the result of any conversion.
This program is a freeware. You can use it as you like on your own 
responsibility. The author is free from the responsibility of the result 
of any use of the program. Please inform me when you copy and upload it 
to other nets.

Aug.29.1999
Yo Kubota



How to Use syxedit.exe




To return to the top page,click here.