forked from nikita/muzika-gromche
Port track Durochka to OGG format, add custom transitions
No gap now.
This commit is contained in:
parent
42c1f29a16
commit
c15637b347
BIN
Assets/DurochkaLoop.mp3 (Stored with Git LFS)
BIN
Assets/DurochkaLoop.mp3 (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Assets/DurochkaStart.mp3 (Stored with Git LFS)
BIN
Assets/DurochkaStart.mp3 (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
|
@ -82,9 +82,14 @@ namespace MuzikaGromche
|
||||||
new Track
|
new Track
|
||||||
{
|
{
|
||||||
Name = "Durochka",
|
Name = "Durochka",
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
Language = Language.RUSSIAN,
|
Language = Language.RUSSIAN,
|
||||||
WindUpTimer = 37f,
|
WindUpTimer = 37.0f,
|
||||||
Bars = 10,
|
Bars = 10,
|
||||||
|
BeatsOffset = 0.0f,
|
||||||
|
ColorTransitionIn = 0.25f,
|
||||||
|
ColorTransitionOut = 0.3f,
|
||||||
|
ColorTransitionEasing = Easing.OutExpo,
|
||||||
Palette = Palette.Parse(["#5986FE", "#FEFEDC", "#FF4FDF", "#FEFEDC", "#FFAA23", "#FEFEDC", "#F95A5A", "#FEFEDC"]),
|
Palette = Palette.Parse(["#5986FE", "#FEFEDC", "#FF4FDF", "#FEFEDC", "#FFAA23", "#FEFEDC", "#F95A5A", "#FEFEDC"]),
|
||||||
},
|
},
|
||||||
new Track
|
new Track
|
||||||
|
|
Loading…
Reference in New Issue