Messaggio di errore

Access denied. You may need to login below or register to access this page.

Access Denied / User log in

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!

Login rapido

Usa il tuo social account esistente ed accedi senza bisogno di registrazione: nessuna conferma, nessuna nuova password da ricordare, veloce, facile e sicuro.

...oppure usa un account CoolSoft

Inserisci il tuo nome utente CoolSoft.
Inserisci la password associata al tuo nome utente.
Add reply | CoolSoft

Add reply

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
(If you're a human, don't change the following field)
Your first name.
(If you're a human, don't change the following field)
Your first name.

Warning!

You're posting your message as anonymous user.

By registering you'll be allowed to receive notifications of post replies and new threads.
Registration is really quick and only requires you to choose an username and provide a valid email address.

Click here to to register.

A confirmation mail will be sent to this address.
Your email address won't be published.

Altre informazioni sui formati del testo

Filtered HTML

  • Elementi HTML permessi: <a> <blockquote> <br> <cite> <code> <dd> <del> <dl> <dt> <em> <img> <li> <ol> <p> <pre> <s> <span> <strike> <strong> <ul>
    Allowed Style properties: background-color, color, font-size, font-style, height, text-align, text-decoration, text-transform, width
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <pre>, <c>, <cpp>, <csharp>, <drupal5>, <drupal6>, <javascript>, <php>. The supported tag styles are: <foo>, [foo].
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
Questa domanda serve a prevenire lo spam e gli accessi non autorizzati.
Annulla
Posts: 2
Joined: 27 Mar 2015 - 20:03
Re: Routing to hardware.

To be honest that is what I want, but here's why I asked: On my system at least, VirtualMIDISynth plays back instead of the Microsoft player in a number of games I've tried. That's with a normal install with the driver listed as Midi1 in the registry, and not using Frank Leuschner's suggestion in the comments of the blog post you linked to. At the moment's it's the closest thing to a midimap.dll wrapper that I've seen. It doesn't work perfectly, since Chocolate Doom crashes, but it has been effective in improving at least one game where my attempts at decompiling and hex editing have failed (I've hex edited a few games, and SDL_Mixer.dll, to output to specifc MIDI devices as a Windows 8 fix of sorts).

Anyway, if you ever want to create a midimap.dll wrapper, in the same vein as the Direct Draw and Direct3D wrappers that other's have done, you'd be a personal hero of mine. Whatever the case, you've got a good program here, thanks for that.

 

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Routing to hardware.

The feature you're asking for is something like... MIDI Mapper ;)

VirtualMIDISynth is supposed to be a (virtual) device, not the (now missing) MIDI Mapper.
And also, nothing ensures that VMS will be the default MIDI device since in Win8 the device 0 (the first one) is not MIDI Mapper anymore (see here for details).

Posts: 2
Joined: 27 Mar 2015 - 20:03
Routing to hardware.

At the moment, using VirtualMIDISynth as a replacement for the midi mapper is about the only way of using something better than the Microsoft GS Synth as the default device on Windows 8. This makes me wonder, would it be possible to add a feature to VirtualMIDISynth where the MIDI data could be routed to a chosen hardware device instead of processed by the synth? This would an real benefit for those of us who play Windows games with no selectable MIDI outputs on Windows 8, and like using MIDI hardware as well as softsynths.