|
|
SDK Documentation |
Copyright © 1997-2001 |
February 23, 2001 |
Older versions of the SYNTH library required wavetable information in ROM (or Flash ROM) or loaded into RAM separately from the library itself. This has been changed. The current version of the SYNTH library now includes the wavetable data within the library itself, so that it is automatically linked into your program when the library is used. No special initialization is required to access the linked-in data.
Please note that the SENDMIDI tool may not function correctly in this version of the SDK. We are working on an update.
Sendmidi is a small graphical tool used to download and playback MIDI files using the Merlin synth.
Here's what you need to run and use this tool:
sendmidi accepts the following command line options:
Error messages:
- -ip a.b.c.d // Ignore MD_PORT and connect to IP address a.b.c.d
- -mpe x // MPE on which the synth is running (default: 1)
- -midi x // Which MIDI port to use (default: 0 = the first available)
Example:
sendmidi -ip 192.1.1.253 -mpe 0 -midi 1
Connects to the synth on the box 192.1.1.253 in MPE 0.
The second available MIDI input port on your PC will be used.
NOTE: The synth can handle ONLY Midi files in format 0.