KeppySoftware / OmniMIDI

A software MIDI synthesizer for professional use.
https://keppysoftware.github.io/
Other
372 stars 40 forks source link

MIDI player hangs on latest version of driver #12

Closed DevanWolf closed 8 years ago

DevanWolf commented 8 years ago

The latest version (3.2.0.4) hangs the MIDI application when the MIDI application opens Keppy's Driver. Version 3.2.0.3 works fine.

KaleidonKep99 commented 8 years ago

Oopsie, I guess it's a side effect of the new System Processes Blacklist System. I'll fix this asap.

KaleidonKep99 commented 8 years ago

Uh oh, it was actually my fault!

Here's the error: `

if (!_tcsicmp(modulename, bannedconsent) | !_tcsicmp(modulename, bannedexplorer) | !_tcsicmp(modulename, bannedcsrss) == 0) {

    return TRUE;

    // It's a blacklisted process, so it can NOT create a BASS audio stream.

}

` I forgot to remove "== 0" from an old test version of the blacklist, I fixed it now.

I'm going to release 3.2.0.5.

KaleidonKep99 commented 8 years ago

Version 3.2.0.5 of Keppy's Driver.