Sending MIDI SDS data to an external synth

The Midi SDS (Sample Dump Standard) is a technique that was created in 1986 to allow exchanging samples between digital synthetizers which adhere to the standard. It consists of a series of System Exclusive packets that are exchanged through the MIDI line between two instruments.

I have written a simple command-line driven software (for Windows 95/98/2000/NT/me/Xp), to send a WAV file from the computer to my Generalmusic S2 keyboard (with the Sample Translator 1.0). The software does not adhere completely to all details of the standard, so I don't know if it can work properly with all keyboards having SDS capabilities. Anyway, it should work well on the Generalmusic S2/S3 Turbo models.

Download the executable (40kb)
Download the Visual C++ 6.0 Sources (18kb)
 License:
--------

Copyright (C) 2004 Davide Bucci davbucci at tiscali dot it

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.