What happened to the Windows "Midi Mapper"
Posted
by interstar
on Stack Overflow
See other posts from Stack Overflow
or by interstar
Published on 2010-04-15T15:31:21Z
Indexed on
2010/04/15
15:33 UTC
Read the original article
Hit count: 291
I wrote a windows program many years ago, which created music by sending notes to the "midi mapper" (and thence to the midi-synth on my sound-card)
Today, I have a soft-synth which, allegedly accepts midi information, so I'd assume it should be possible to use today's equivalent of a midi-mapper to route the midi output from my program to the soft-synth.
There's clearly no longer a midi-mapper application in windows, but my program still works (on XP) in that it drives the built-in soundcard synth, so there must be some sort of midi handling layer in windows. How can I get at this? And maybe redirect the midi to the soft-synth?
© Stack Overflow or respective owner