This chapter covers
- Music project structure
- Arpeggios
- Instruments
- Generating music data for our game
- Using music in our game
We have used sound effects to bring our game to life with zap and explosion sounds, but to bring more atmosphere to any game, it is also good to add some music. Music can be played on the title screen or during the game and can change depending on the location or scenario.
I do not purport to have the ability to create original-sounding music, and I usually rely on others to supply such things. But what we will focus on in this chapter is how to use the FamiStudio tool to create or adapt music. We will work with one of the included music examples included with FamiStudio.
We will use the file called Tetris (Tutorial Song).fms during this chapter. It is located in the Demo Songs folder of your FamiStudio’s installation directory.
15.1 Music project structure
- A list of songs
- A list of instruments (used to define different sounding notes)
- A list of delta pulse code modulation (DPCM; 1-bit digital) samples
- A list of arpeggios (multichord notes)