This is just a small sample to play WAVE sounds that correspond to the keyboard. You can change it anyway you want to because the sound stuff is all in a Class file so you make the Form code to read and play as you desire
EDIT
..... i can catch half and play half?
If you are asking if you can load half of a WAVE file and play that half while at same time you load the 2nd half I don't think so because it would be like loading half of a GIF file and show only half of the image. The sound processor needs to have the complete file. Now there is audio streaming which you might want to look up on the net and see if you can find anything about how to do it.




Reply With Quote