L
Larry Serflaten
I'm adding a bit of sound to a simple game I've got going, and
I want to have several sounds on at the same time, so I go looking
to use the MCISendString commands and find they CRASH MY
COMPUTER after moderate use.
After a bit of searching the web for what I might be doing wrong
I find the work around is to bring in the old MultiMedia ActiveX
control from the .Com world and use it, so I added the three I need
and no more crashes.....
But there is no decent way to make that control play a repeating
sound. The callback method sucks, (Recursive stack overflow the
first time I tried it) and even handled correctly it produces a noticable
gap in the repetition. So my question is why isn't there much in the way
of supporting sound in the .Net framework?
I don't want to hear about DirectX, no 'beginner' is going to fathom
that nightmare just to add a few bells and whistles. Aren't computers
supposed to have sound? All the early Basics I saw supported sound
in some easy way, what's up with VB.Net?
What do you think, is sound a non-issue for most of your apps, or
would you think there should be easy access to playing are few beeps
and tones, waves, and MIDI's?
I just want to plant a seed in everyones mind, the next time they have
the ear of a few MSFT developers, to mention that sound should be
made as available as pictures currently are, they are both alternate
methods of interacting with the user.....
LFS
I want to have several sounds on at the same time, so I go looking
to use the MCISendString commands and find they CRASH MY
COMPUTER after moderate use.
After a bit of searching the web for what I might be doing wrong
I find the work around is to bring in the old MultiMedia ActiveX
control from the .Com world and use it, so I added the three I need
and no more crashes.....
But there is no decent way to make that control play a repeating
sound. The callback method sucks, (Recursive stack overflow the
first time I tried it) and even handled correctly it produces a noticable
gap in the repetition. So my question is why isn't there much in the way
of supporting sound in the .Net framework?
I don't want to hear about DirectX, no 'beginner' is going to fathom
that nightmare just to add a few bells and whistles. Aren't computers
supposed to have sound? All the early Basics I saw supported sound
in some easy way, what's up with VB.Net?
What do you think, is sound a non-issue for most of your apps, or
would you think there should be easy access to playing are few beeps
and tones, waves, and MIDI's?
I just want to plant a seed in everyones mind, the next time they have
the ear of a few MSFT developers, to mention that sound should be
made as available as pictures currently are, they are both alternate
methods of interacting with the user.....
LFS