generally divice providers gives that reasources to os providers.
with inline assembly sure you can.i think on lov level they callin it midi sysnthisyzers .
so you hawe to define any sounnd signal yourself if you want direct access.
some libraries on source forge exists about that.
but i cant remember its name right now.
Can i access the sound card and other devices through c/c++ programming?
(I'm using Tubo C++ IDE (16-bit) version in windows XP)
Kernel programming, i think, is what you need. With kernel programming, everything is in your hands even your OS. You can do whatever you want. but it is more dangerious, if you have made the mistake even the smallest one, you can bring BSD ( blue screen of death ). Microsoft has released the DDK version 6.0.0.x, the lastest version of DDK supported up to Vista.
I would recommend if you really want to access the real devices on system, you need to have DDK for windows.
Comment