# Cutscene-Music relationship

## How music changes in the first place

Parallel to everything else in LSD: Dream Emulator, there's some uncertainty surrounding this.&#x20;

One thing we know for sure is that the music in game changes depending on how many cut-scenes the player watches on the main menu before starting.&#x20;

One theory is that it's not the number of cut-scenes watched, it's specific cut-scenes that are overwriting each other. For instance, [Opening A](https://www.youtube.com/watch?v=jwhiA53CJlI), which starts automatically when you open the game and can't be skipped, might be setting the games soundtrack to standard c, which is why you always hear that on day 1 of Bright Moon Cottage if you don't watch any additional cut-scenes.

View the following graph for information about cut-scenes and Bright Moon Cottage on the first day:

SC = Shopping

OA - OE = Opening A through Opening E

| A      | B | C  | D                  | E | Soundfont |
| ------ | - | -- | ------------------ | - | --------- |
|        |   |    |                    |   | Human     |
|        |   |    |                    |   | Ambient   |
| OF, SC |   |    |                    |   | Cartoon   |
|        |   |    |                    |   | Electro   |
|        |   |    |                    |   | Ethnova   |
|        |   | OG |                    |   | Standard  |
|        |   | OE |                    |   | Lovely    |
|        |   |    | Watching OG twice? |   | *Unknown* |

## Music related things that still need to be solved

If you figure any of the following out, check something off and explain how you solved it. If you don't have edit access, contact me at foobar#2000.

* [x] ~~Why is Bright Moon Cottage's D variant broken?~~

Answer: The SEQ file is just a single note, C4, that plays at 0 velocity for about 4 measures before ending. Because it plays at 0 velocity, no sound can be heard. In addition, it's set to play 0 which is precussion instruments. MenderMan has theorized that this track might not actually be broken, rather it's supposed to imitate silence.

In addition to Bright Moon Cottage D, two other songs are silent tracks:

* The Natural World D

* Violence District C

* [x] ~~Is it possible to find out what went wrong and fix it?~~

Answer: Well, now we know that the track isn't broken. It could be "fixed" by setting the note velocity higher, I guess.

* [ ] How do cut-scenes affect the music specifically? We know they change the music, but how?
