Sync playback to the actual beat count rather than relying on BPM #5
Binary file not shown.
Binary file not shown.
|
@ -221,6 +221,25 @@ namespace MuzikaGromche
|
||||||
return lyrics * 2 + instrumental * 2;
|
return lyrics * 2 + instrumental * 2;
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
new Track
|
||||||
|
{
|
||||||
|
Name = "Kach",
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
|
Language = Language.ENGLISH,
|
||||||
|
WindUpTimer = 48.30f,
|
||||||
|
Bars = 12,
|
||||||
|
// let them overlap, such that there is an actual hard cut to the next color
|
||||||
|
BeatsOffset = 0.4f,
|
||||||
|
ColorTransitionIn = 0.8f,
|
||||||
|
ColorTransitionOut = 0.4f,
|
||||||
|
ColorTransitionEasing = Easing.OutExpo,
|
||||||
|
Palette = Palette.Parse([
|
||||||
|
// pump it loudeeeeeeeeeer
|
||||||
|
"#7774DE", "#1EA59A", "#3BC457", "#3BC457",
|
||||||
|
"#CA6935", "#A82615", "#A7AA43", "#A7AA43",
|
||||||
|
"#4C2B81", "#2E802B", "#C952E7", "#C952E7",
|
||||||
|
]),
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
public static Track ChooseTrack()
|
public static Track ChooseTrack()
|
||||||
|
|
Loading…
Reference in New Issue