VBSYX

 

Have you ever found a MID file on the Web and wondered why it sounds like a dog's breakfast on your Sound Blaster or Yamaha synthesizer? Well, it was probably written for playback on a Roland GS Sound Canvas sound module such as the SC-55, SCC-1, SC-88 or M-GS64. This is not a commercial for Roland BUT their sound modules are probably the most flexible that you can purchase today.

Now, we all know how various musicians can tweak the sound of the module with Continuous Controllers and other effects. Any decent sequencer, such as Cakewalk or Power Tracks Pro, has what is called an "Events View" of the MIDI information in which you can view this information. What has been missing to date is the ability to decode System Exclusive (SYSEX) data that is generated with such excellent PC products as Canvasman, SCEDIT, WinSYSEX or SC-Pro.

I am a member of the Sound Canvas User's Group (SCUG). When this topic came up, I volunteered to write a SYSEX decoder and was swamped with requests and ideas for the program. So, here it is. It has come a long way from it's humble beginnings. Now, you may say "What good is this program to me - I don't own a Sound Canvas". Actually, this program is just as useful to you as it now allows you to see what the composer intended and this in turn allows you to set up your synth so that it plays equivalent sounds.

Highlights of the program are:

Basically, if you want to do something to SYSEX data, this program will do it or I'll eat my Internet connection.

Click HERE to download the latest version of VBSYX (Version 1.4g)

VBSYX is written in Visual Basic 3. It requires the VB run time time library VBRUN300.DLL. You can download it if you do not have a copy of this module in your WINDOWS\SYSTEM directory.

Click HERE to download VBRUN300.DLL


What's New in this Release?

In Version 1.1, code was added to decode SC-88 SYSEX data. This also applies to the M-GS64, which uses the same command set. Thanks are due to Roland Corporation, Australia and Dean Brewer of SCUG for providing the necessary documentation.

In Version 1.2, the interface was redesigned to add a toolbar and to fix some bugs.

In Version 1.3, support was added to decode SC-55 Bulk Patch Dumps, Global Bulk Dumps and Bulk Drum Dumps. SC-88 bulk dumps decode as well. However, certain SC-88 specific bytes may not be decoded as I do not have a SC-88 to practice on. Everything else for a SC-55, SC-88 etc should decode perfectly.

In Version 1.4, support was added for RAP-10 SYSEX data. Also added was the option to omit the show/extract of default SYSEX messages. Finally, the option to allow backward scrolling in MID/WRK files was added by popular request as well as the ability to "Go To" a message by clicking in the Summary View.


Sample SYX files included in the package

These are some sample .SYX files used (a) for my testing and (b) for you to display/edit and use in your sequences as required. They are supplied as SYX.ZIP in the installation package.

SYX FILES
ALLGM.SYX All valid GM SYSEX messages
ALLRAP10.SYX All valid RAP-10 SYSEX messages
ALLSC55.SYXAll valid SC-55, SC-155 etc SYSEX messages
ALLSC88.SYXAll valid SC-88, M-GS64 SYSEX messages
DRUM.SYXDrum Messages
GMSYSON.SYXGeneral Midi Reset
GSRESET.SYXGS Reset
HALL1.SYXSet Canvas Reverb to Hall 1
MASTER.SYXSet System Parameters such as Master Tune, Volume and Pan
PART10.SYXExample of half of the SYSEX messages of the form 40 10 nn
PART1OFF.SYXTurn Part 1 OFF. See PART1PAN.SYX below.
PART1ON.SYXExample of the other half of the SYSEX messages of the form 40 10 nn
PART1PAN.SYXSet Part 1 to random pan.
PART20.SYXExample of the SYSEX messages of the form 40 20 nn
PARTSET.SYXSet Parts 1-16 to nominated channels
PARTTONE.SYXSet Part 1 Bank and Patch settings
REVCHOR.SYXSet all Reverb and Chorus Settings
REVLEVEL.SYXSet Reverb Level
SC88DRUM.SYXSC-88 / M-GS64 User Drum SYSEX messages
SC88EQ.SYXSC-88 / M-GS64 Equalisation SYSEX messages
SC88PART.SYXSC-88 / M-GS64 Part SYSEX messages
SC88PATC.SYXSC-88 / M-GS64 Patch SYSEX messages
SC88USER.SYXSC-88 / M-GS64 User Instrument SYSEX messages
SCUG.SYXSound Canvas Users Group - what else!
TONEFINE.SYXSet Part 1 fine tuning parameters
TUNING.SYXSet Part 1 Scale Tuning
VOICE.SYXSet Overall Voice Reserve

 


Back to my home page