
Oberheim Xpander MIDI implementation - demo application
-------------------------------------------------------

XpanderSinglePatchViewer is a command line utility that shows the contain of a single patch SysEx data file.


bin:

Contains the compiled binary and a DLL dependency. If you want to copy the binary to another place on your hardrive, always copy both files.

May require the "Microsoft Visual C++ 2008 Redistributable Package" to run.
See http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en


src:
Contains the source code of the application.
To open the project with Visual Studio 2008, open the \src\XpanderSinglePatchViewer.sln solution file.


Greg Baumont.