Reply to Re: sound
If you don't have an account, just leave the password field blank.
wav -> mid? Sounds impossible to me, or you must have some really good interpolating software.
Playsound(36,0,0,0,0);
-->
playsound(sound nr, frequency, random frequency added on top of the other, sprite to attach it to, repeat (1 = yes, 0 = no));
playing midi is like:
playmidi("midi.mid"); (including .mid)
Playsound(36,0,0,0,0);
-->
playsound(sound nr, frequency, random frequency added on top of the other, sprite to attach it to, repeat (1 = yes, 0 = no));
playing midi is like:
playmidi("midi.mid"); (including .mid)