I started a small project which includes working with MIDI files. I’ve been wondering, is there any C# or VB.Net code that peforms that cast between MIDI and WAV files?
I started a small project which includes working with MIDI files. I’ve been wondering,
Share
You could try to somehow interface with Timidity, which is Open Source:
FluidSynth is a more recently updated Open Source project in a similar vein:
You can download some free SoundFonts (the actual PCM data used by these synthesizers to “render” the MIDI files) from the sites on this list.