Author Topic: I need sound artist  (Read 6095 times)

RogueMaster

  • Rogueliker
  • ***
  • Posts: 65
  • Karma: +0/-0
    • View Profile
I need sound artist
« on: September 28, 2011, 02:35:50 PM »
Or someone who can create sound effects and music for the computer internal speaker using the next table:

Code: [Select]
        Octave 0    1    2      3      4      5      6      7
        Note
        C        16   33   65  131  262  523 1046 2093
        C#     17   35   69  139  277  554 1109 2217
        D        18   37   73  147  294  587 1175 2349
        D#     19   39   78  155  311  622 1244 2489
        E        21   41   82  165  330  659 1328 2637
        F        22   44   87  175  349  698 1397 2794
        F#      23   46   92  185  370  740 1480 2960
        G        24   49   98  196  392  784 1568 3136
        G#     26   52  104  208  415  831 1661 3322
        A        27   55  110  220  440  880 1760 3520
        A#     29   58  116  233  466  932 1865 3729
        B        31   62  123  245  494  988 1975 3951


For example: BG#FEAC#
The duration must be in miliseconds or seconds. you can specify another strip of numbers each representing the duration of each note: 500,300,1000,100,650, etc...

What i need exactly is someone who can compose using such table (i don't mind if he says me the musical note name or the numeric code) the next music and sounds:

-> A Medieval Dungeon Door opening sound
-> Some kind of background dungeon sound (chains dragging, background laugh or any other abstract sound)
-> Some kind of background cave/mine sound (water drips, earth crackles, bats screech, etc...)
-> A sound to be played when the player tries to move towards a wall
-> A sound to be played when the game gives a normal reward to the player (gold, normal magic item, finishing a quest, etc...).
-> A sound  to be played when obtaining a really nice reward (a very large amount of gold, an epic item etc...)
-> A sound when the player loses (not a dieing scream).
-> A **short** game titlepic music that sounds somehow epic. Game is medieval theme, there are large battles, dungeons, caves/mines.


That's all. Thanks in advance.

guest509

  • Guest
Re: I need sound artist
« Reply #1 on: October 02, 2011, 09:29:29 AM »
  For the internal speaker? Cool. I just realized my desktop has one of those. I was surprised. I didn't think modern comps even had them anymore. Just figured out my laptop has one as well.
  Good luck. I've never seen a request like this.

Kyzrati

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 508
  • Karma: +0/-0
    • View Profile
    • Grid Sage Games
    • Email
Re: I need sound artist
« Reply #2 on: October 02, 2011, 01:15:21 PM »
  For the internal speaker? Cool. I just realized my desktop has one of those. I was surprised. I didn't think modern comps even had them anymore. Just figured out my laptop has one as well.
Mobos need them to beep error codes to you for diagnosing problems. Doesn't your desktop beep on startup?

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: I need sound artist
« Reply #3 on: October 02, 2011, 01:18:52 PM »
Just make it so that sounds are OFF by default. Then add an option "Do you REALLY want to turn sounds on? (using internal speaker) [y/n]"

RogueMaster

  • Rogueliker
  • ***
  • Posts: 65
  • Karma: +0/-0
    • View Profile
Re: I need sound artist
« Reply #4 on: October 03, 2011, 02:52:55 PM »
Just make it so that sounds are OFF by default. Then add an option "Do you REALLY want to turn sounds on? (using internal speaker) [y/n]"

That option is already implemented. It is possible to turn on/off the sound in any game screen.

Later on, when game is released and everything works, will add the option to use internal speaker sounds or normal MP3/WAV/OGG/whatever sounds.

By default will be ON so the player knows that sound is available.