djcouchycouch wrote:Hi,
Now that I can play music and sound effects in Goplanes, I'm in the process of figuring things out to actually go and compose new original music and sound effects. One place I'm a little stuck on is with instruments. Short version: I have no idea how to make them.
I don't want to take them from other songs since I feel that there are probably certain copyright issues there that I don't want to deal with. (like "hey! you stole my drum sounds!")
So does anyone know of resources I can look at to get an idea?
I want to be able to answer questions like: how do I make a guitar sound? how do I make a drum sound? how do I make a piano sound? You get the idea.
Thanks!
DJCC
Hey there DJCC,
I guess the quick-and-dirty answer to this is: Take a VGM file which contains the instrument you want, look at the register values, and tweak them around a bit so it ain't an exact replica of the original (although I don't believe anybody would hit you with a copyright complaint if you _did_ shamelessly clone the instruments.)
But as always, there's the hard way which achieves better results.
(I'm assuming you don't have previous background on audio physics)
The 'signature' of a given instrument, or any sound for that matter, is its harmonic content as seen here:
http://www.phy.mtu.edu/~suits/sax_sounds/index.html
Notice how the spectra relate to our 'feeling' of the saxophones.
FM synthesis create a set of smaller harmonics around the output operator's (AKA carrier) frequency, as described here:
http://www.soundonsound.com/sos/apr00/a ... ecrets.htm
The replication of a physical instrument on a YM2612 requires looking at the desired spectrum, finding a couple major formants, and then trying to come up with modulation levels that will better approximate that harmonic profile.
Since that is pretty damn tough and time consuming, people prefer 'genetic' (random computer trial-and-error) algorithms:
http://forum.dmc.ntnu.edu.tw/~wocmat2006/pdf/2-3.pdf
Last but not least, composing an interesting tune is not as hard as it may sound (pun intended), pleasant Western music revolves around simple four chord progressions, demonstrated here:
http://www.youtube.com/watch?v=R2De2cK1 ... plpp_video
The entire Warbeats video series is great, it teaches you the most important topics in writing good sounds without getting too technical:
http://www.youtube.com/user/nfxbeats/videos
Bobby Crispy teaches riffs and techniques on the Harmonic Minor scale (which gives hard rock and heavy metal their distinctive sound:)
http://www.youtube.com/watch?v=IKBBocFl2vI
Okay, hope that gives you a push in the right direction.