List of Music Required.
Moderator: PC Supremacists
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
List of Music Required.
Here is a list of all of the music that needs to be composed for the game. By the way, the conversion between MIDI to OGG worked perfectly. I was playing the game with awesome music ^-^.
key:
[x] = completed [ ] = incomplete
[x] 1 menu theme
[ ] 2 main level themes
[x] Small victory song
[ ] Same as smaller version, yet longer for credits
[x] Boss 1 theme
[x] Boss 2 theme (I thought your Bass midi would work really good for that, but whether we use it is up to you.)
I played that BOSS.mid last night on dreamcast the length was just perfect for a longer song. I think it'd work out fine if every midi was only around 1 - 1.5 minutes long.
If you have any questions, then post them. If you want me to sample something, post here and I'll catch you on AIM. Thank you, and your music ownz.
key:
[x] = completed [ ] = incomplete
[x] 1 menu theme
[ ] 2 main level themes
[x] Small victory song
[ ] Same as smaller version, yet longer for credits
[x] Boss 1 theme
[x] Boss 2 theme (I thought your Bass midi would work really good for that, but whether we use it is up to you.)
I played that BOSS.mid last night on dreamcast the length was just perfect for a longer song. I think it'd work out fine if every midi was only around 1 - 1.5 minutes long.
If you have any questions, then post them. If you want me to sample something, post here and I'll catch you on AIM. Thank you, and your music ownz.
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Okay first offCan you tell me more about this Midi to Ogg thing? I think I have a good use for that myself.
What is a Midi
A midi is a sound/music file that is completely generated by the computer. This is ideal because it is universal (amongst PCs) and the file size is next to nothing.
What is an OGG file?
It is a type of music file that generates its own sounds (same as .wav and .mp3). It is widely used for music on a console.
A Dreamcast cannot generate its own sounds. No console can. The computer has built in sounds which is what a midi is. While the Dreamcast is able to play a MIDI if the additional libraries and such are included so that it can generate the sounds, this isn't practical. This'll be many megabytes of junk to compile for no reason.
I just decided I'd convert MIDI to OGG before the Dreamcast plays it for convenience. There is alot more crap to be done when coding to play a midi. Only one library must be included for OGG includes, and about a billion for midi.
FredDibnah's midis so far have been about ~15-30 Kilobytes in size. When I convert that to an ogg, it goes up to about 1-2 MegaBytes. Of the Dreamcast's large RAM (16 available Megabytes), this is next to nothing.
On a PC, midis are both universal and tiny, so using an ogg would be NOT good. I don't even think blitz can play an ogg file.
I just got a converter to convert midi to Mp3, wav, ogg, etc. For PC games, you should stick with midi.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
- Dark Crusader
- Chaos Rift Maniac
- Posts: 429
- Joined: Fri Jun 25, 2004 12:18 am
- Location: Here
- Contact:
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON