Commit 68f7658
authored
Void music: Tweak Bloom -> Still transition again (#2027)
Previously this was set to "transition at next bar for 2 beats". Godot
assumes that the number of beats in a bar is constant, but in this piece
a beat is dropped every 8 bars in the bulk of the piece, so Godot's
notion of "end of bar" doesn't line up.
If we change this to "transition at next *beat* for 2 beats", that's
between 2 and 3 beats, or (at 140bpm) between 0.86 and 1.29 seconds. The
transition is triggered at the start of the fade-in, and is 1 second, so
this lines up nicely with the fade.
Helps #19741 parent 1a38ee4 commit 68f7658
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
0 commit comments