Closed DevanWolf closed 8 years ago
Oopsie, I guess it's a side effect of the new System Processes Blacklist System. I'll fix this asap.
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.
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.