sound
DOes someone has the theme of lord of the rings in a wave or midi file. I have heard a while a ago in a dmod but I can't figure it out which one it was.
Can someone who has it or know which one it was tell me or send me the soundfile.
mail: jpdebruijn@gmail.com
Can someone who has it or know which one it was tell me or send me the soundfile.
mail: jpdebruijn@gmail.com
February 9th 2005, 04:05 AM

VxD


Maybe this one?
http://www.ezthemes.com/dlafp.php?lotrthemexp.exe+appleblossomart
http://www.ezthemes.com/dlafp.php?lotrthemexp.exe+appleblossomart
IT wasn't there. I only want the sound of lord of the rings.
I heard it a while ago in a dmod.
I heard it a while ago in a dmod.
Have you tried to google for an answer?
This site has both MP3's and midi files of the LOTR movies...
http://www.arwen-undomiel.com/music.html
http://www.arwen-undomiel.com/music.html
What are the numbers behind the brackets. The first one I know.
That is the number of the wave file named in the start-file. But what are the other numbers.
Playsound(36,0,0,0,0);
How can you let a wave sound play instead of a midi. It is not the line:
playsound("36.wave");
I tried many combinations but I can't figure it out.
And a Midi file does overrule a wave sound but has that to do with the script or is it just another problem. Or is it not possible to do the opposite.
ANd is there a good program to convert a wave into a midi.
I tried a few but it make the sound very ugly.
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)
I found 4 programs that could mp3 into wave and I found also 4 programs that could turn wave into midi files. But I when I do it the sound is not nice to hear it convert the sound into a simple sound.
But I think there is a good program to do the convert. So I hope someone knows it. I have some really good music to put into the new dmod.
But I think there is a good program to do the convert. So I hope someone knows it. I have some really good music to put into the new dmod.
I tried to play a .wave sound. BUt I have a problem.
It is a sound that is during 3 minutes and 20 seconds.
BUt when I let it play. It stops after 10 seconds and when I enter a next screen it stops to.
what is a got script line for this sound.
Can I use this line:
Help me with the numbers please.
playsound( 52, , , , , )
It is a sound that is during 3 minutes and 20 seconds.
BUt when I let it play. It stops after 10 seconds and when I enter a next screen it stops to.
what is a got script line for this sound.
Can I use this line:
Help me with the numbers please.
playsound( 52, , , , , )