123
The Kernel is basically in charge of everything, we'll keep it at that for simplicity. In order for anything to "talk" back and forth between the processor, and operating systems, memory, hardware, etc, it has to do so through the kernel. Consider it the boss. When your hardware (soundcard) decides "hey, I need some audio processed" it sends it off. It then has to filter through all of windows wordy, slow plumbing and then wherever, and then to the processor and then back through all the same shit again to go back to the soundcard. WDM drivers permit the soundcard to communicate directly with the kernel, therby reducing the amount of bullshit it has to go through before it can be processed and sent on its way. Much faster, less latency. The idea here is to have instantly available effects. You move a slider, and it responds instantly. Also soft synths, these will eventually be just as fast as having a real synth sitting in front of you, and WAY WAY cheaper. Good benefits, make sure you move to WDM when you have the opportunity.