The Dink Network

sound

February 9th 2005, 03:07 AM
milder.gif
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
February 9th 2005, 04:05 AM
anon.gif
VxD
Ghost They/Them
 
Maybe this one?
http://www.ezthemes.com/dlafp.php?lotrthemexp.exe+appleblossomart
February 9th 2005, 08:57 AM
milder.gif
IT wasn't there. I only want the sound of lord of the rings.

I heard it a while ago in a dmod.
February 9th 2005, 10:39 AM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
Have you tried to google for an answer?
February 9th 2005, 05:22 PM
custom_carrie2004.gif
carrie2004
Peasant She/Her Canada
*chomp* 
This site has both MP3's and midi files of the LOTR movies...
http://www.arwen-undomiel.com/music.html
February 11th 2005, 05:09 AM
milder.gif

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.
February 11th 2005, 07:14 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
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)
February 11th 2005, 07:23 AM
milder.gif
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.
February 14th 2005, 07:01 AM
milder.gif
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, , , , , )