Forum archive
How do I stop all sounds using KDM.
- Hello Ken, I have a question about Ken's Digital Music.
Calling musicoff() will stop the music. But I also want to know
how to stop sound effects. Re: How do I stop all sounds using KDM.
This should turn off all sound effects:extern long splc[NUMCHANNELS];
long i; for(i=0;i<NUMCHANNELS;i++) splc[i] = 0;