Master's research project.
Hi everyone.
I'm here to introduce myself. My name is Tim and I am doing my Masters in music this year focusing on game music, broaching such topics as the function of music in games comparative to film music as well as the different functions of music in AAA titles, Indy titles and Hobbyist works.
I met a few people at the Global Game Jam and they told me to put up a little intro here and come meet everyone at the next bi weekly meeting.
Just to give you guys an idea I am looking to collaborate with people who might be in the process of creating a game currently as well as possibly creating a demo of a game that illustrates a more integral function of sound and music into the mechanics of the game. Some grand ideas but that is why I just want to meet some people and start from there.
As well as creating a musically sound set of compositions I want to use this portfolio to illustrate different functions of game music and to showcase my ability to compose for many different styles of games as well as explore different approaches to creating game music, so I want to attempt to make the example material as multifaceted as possible.
If anyone is interested in being involved or has a project that needs music/sound let me know and I could work it into my portfolio.
Thanks a lot.
Regards,
Tim Harbour
I'm here to introduce myself. My name is Tim and I am doing my Masters in music this year focusing on game music, broaching such topics as the function of music in games comparative to film music as well as the different functions of music in AAA titles, Indy titles and Hobbyist works.
I met a few people at the Global Game Jam and they told me to put up a little intro here and come meet everyone at the next bi weekly meeting.
Just to give you guys an idea I am looking to collaborate with people who might be in the process of creating a game currently as well as possibly creating a demo of a game that illustrates a more integral function of sound and music into the mechanics of the game. Some grand ideas but that is why I just want to meet some people and start from there.
As well as creating a musically sound set of compositions I want to use this portfolio to illustrate different functions of game music and to showcase my ability to compose for many different styles of games as well as explore different approaches to creating game music, so I want to attempt to make the example material as multifaceted as possible.
If anyone is interested in being involved or has a project that needs music/sound let me know and I could work it into my portfolio.
Thanks a lot.
Regards,
Tim Harbour
Comments
I'm currently supervising an MA along very similar lines. It may be useful for you two to talk about your work and share resources. If you would like to drop me a line on my Wits address (hanli.geyser@wits.ac.za) we could chat about it. Who is supervising you? It may be nice for me to get in contact with them as well.
Best
Hanli
As for my current work. I have a variety of current work but the ones that you would be interested in are in sheet music format (sibelius files) that play back only currently as Midi, which doesn't really do the compositions justice. Other compositions are have are more band/electronic related which aren't as well suited to showcase my composition in the gaming/film composition syles.
As part of my my thesis I am findings ways to represent the midi better so soon I will have some the compositions in a more listen able format.
Hanli thanks for your response, I will be in contact with your shortly. My supervisor is Chris Letcher, he said he was to be in contact with some people from digital arts himself, so you might know him.
Anyway again thank for the replies. I will attempt to get my old portfolio up here for listening shortly.
Thanks everyone
Tim
Looking forward to hearing your portfolio.
btw. Have you heard the game "Proteus" ?
Well everyone know's what dubstep is and as I said I am not the hugest fan of it but I have made some in my time and have a lot of friends who have created quite a bit of dubstep so it is not an unfimiliar genre to me, tbh I used to like it a lot more before the radio started killing it :P If it was a genuine question on whether I would be able to make dubstep then that would be a yes, but is not a genre I listen to a lot.
I have in fact heard of Proteus. I'm a Steam addict so I saw this pop up over the last week, looks like a very interesting game and definitely amazing music. Why do you ask?
I saw one player chase a frog for 15 min because he liked the frog sound (and the frog was leading him to another prettier frog with a prettier sound)
And that seemed like something you'd be interested in :) (it's certainly something I find fascinating)
http://twistedsifter.com/2013/01/hidden-images-embedded-into-songs-spectrographs/
@Tim_Harbour Your research sounds really cool.Looking forward to hear some game music from you soon :)
I've been really enjoying C418's compositions. His album "one", if you haven't heard it, has an awesome blend of piano/orchestral pieces with chiptunes.
Thanks for all the references to listen to guys, I appreciate the input :D Going on a listening binge now!
Anyways,some good games references using sound as a primary mechanic
www.noisia.nl/game ( with added dubstep for thread winning awesome )
Audiosurf:
(moar dubstep ;) )
Beat Sneak Bandit
Thanks for the video links! Appreciate it. I know Audiosurf but haven't heard of Beat Sneak Bandit. Will check it out now!
:D
Also welcome Tim! Please excuse me addressing dis in your thread I am trying to pump him for opinion goodness ;)
Welcome! :)
Haha good ol' Granville, I miss his weird 2nd hand dress sense :P Miss that guy
In most games the music serves the purpose of an audio background. It is also static. The music plays (or loops) during the level. This is equivalent to a sky box for graphics. It is there but never changes. Some games do have music triggers placed in the game world that change the loop that plays. This is like a slide show going from one picture to the next. There are very few games that make use of contextual music switches. Combat music plays while in combat. It picks up tempo if your health drops low, or if the boss is about to die. I then fades to victory music (hopefully) and back to level music when done.
All of these are still slide show type experiences. We fade between different compositions.
In graphics we have bone or skin animation. You start with a model and animations/poses created by an artist. In the game itself we can interpolate between the different poses as the situation demands (fade a run into a jump).
Would it not be interesting if we could transform composed music using "bones" for different situations?
Of course one of the tricky bits is that what we are used to from movies, is that the music foreshadows the action. In a game that is very dynamic the music might constantly lag behind the action. Perhaps we need some concept of "action momentum" in a game that can help us determine the likely music needed in the near future.
Another way to hide the lag would be to change the scale of interactivity. Don't track the ship on the screen, but rather the ratio of damage dealt to damage taken.
Talking to Tim made me think of possibilities beyond simple music loops for games beyond what we call "music games"
Pushing the technical boundaries could mean modifying the music itself.
The thing about FMOD is it lets you parametrize anything, so you if you choose to use something more granular than a loop, it is perfectly possible to do so. Is also perfectly possible to track things like "Ships ratio of damage". FMOD allows you expose whatever parameters you choose, and thus control what ever you want from code. The only limit is creativity applying the tools. For instance you could have loops of the same measure with different instrumentation, and the blend between then accordingly.
But I get what you are saying, you think there should be more causality between action and music. Something (requiring technical innovation) like beat matching and dynamic time stretching (while preserving pitch), so the pace of the music can blend to match the pace of your action. At an extreme there is no reason you couldn't program a synth engine into the game and dynamically play whatever compositional elements you want. This is similar to how 8bit consoles worked, which couldn't even dream of the memory budget for audio samples. Bear in mind nothing comes for free though. In a game where music isn't the primary mechanic, you're fighting for a very small slice of the memory and cpu budget (no SPU unfortunately).
I suspect its well worth my time exploring FMOD and similar as the current state of the art.
But if we are dreaming up new things, yes, my thinking is in the realm of using a synthesizer to generate the music.
I see some parallels in the way graphics developed.
We started off with text adventures with no graphics or some ASCII graphics (http://www.bay12games.com/dwarves/ for a modern continuation of that)
Then we got the old Magnetic Scrolls type adventure games that had a static image associated with a location, just for pretties. This is like having a loop running in a level, just for pretties.
Finally we got some nice sprite based games, some of them quite impressive too. Lots of moving bits, but the bits were each a hand drawn image with multiple frames to make it animate smoothly. This is more or less what FMOD in the tut above offers.
Enter the era of 3d. The moving bits become transformable in basic ways (scale, rotate translate) but animation is done by transforming parts of a model, or by replacing the model with one in a different pose. In music terms this would mean the ability to transform your loops in some relevant ways. Like you mention, changing the pitch or tempo to fit the situation better.
Note that for graphics, the emergence of 3d was accompanied by the growth of the GPU in a nice feedback loop. More GPU meant more 3D requiring more GPU... On the other hand, sound hardware does not appear to have evolved in the same direction.
Another note is that the way graphics are created changed. A model is required that can be used by an engine. A hand drawn image does not cut it any more. Birth of the technical artist.
Current graphics generally make use of skinning. At the core of this concept is the fact that the model and animation are separated. This allows the engine to do funkystuff(tm) to the model (rag dolls) aside from just blending different animations or bits of animations together.
For game music the equivalent might be something like this: A score is created in a special way by a technical composer. This score is transformable to suit the needs of the game engine synthesizer. Imagine being able to smoothly transition from a travel theme to a fight theme without needing a transition loop or doing a simple cut or cross fade. Hardware assisted of course :)
But this is of course just dreaming.
In other news, If anyone is interested I've been working on some chiptunes lately since it is a big part of game music for me (not the only part but a part I haven't delved into much yet)
https://soundcloud.com/crumpled_muppet/l337n0ob
So there is my recent finished track, check it out, leave some comments. :D
Thanks
http://www.youtube.com/embed/qOyag-LvhxM
http://www.youtube.com/embed/hNaL6fIWzGc
https://soundcloud.com/crumpled_muppet/trapped-in-darkness
It does end abruptly. Apologies...working on it :P
also got some old tunes up on my soundcloud which are more for just interesting compositional experiments, some of them are a bit raw but have a listen if you feel so inclined.
Also will try get my 4th year composition pieces up, I'm just trying to get a disc of the stuff.
https://soundcloud.com/crumpled_muppet
Sweet, thanks peeps!
https://soundcloud.com/crumpled_muppet/sets/4th-year-compositions-1st
I know peeps are probably getting bored of me posting here but I'm persistent so.......
These are just tiny little bits I've done for games recently, a little menu/intro theme for a dungeon, nothing fancy just made in Milky Tracker, also two really brief "game win" and "game lose" clips for an adventure platformer styles games.
Tiny update but I'm just getting in the habit :P
Thanks guys
Great meet by the way last night, really enjoyed it!