diff --git a/Assets/VseVZaleLoop.ogg b/Assets/VseVZaleLoop.ogg index 932ad83..230868c 100644 --- a/Assets/VseVZaleLoop.ogg +++ b/Assets/VseVZaleLoop.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55d560fb38247b7551204a813601ac38ca826b02450f988586377177ef53c7b8 -size 187164 +oid sha256:129b5b0394d037dbfd78b16669b57b95080ff72a8ebab0a0053a27c313d0c1dd +size 365475 diff --git a/Assets/VseVZaleStart.ogg b/Assets/VseVZaleStart.ogg index 5600d78..278df68 100644 --- a/Assets/VseVZaleStart.ogg +++ b/Assets/VseVZaleStart.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee0d482fe398d40dc7ad39e3a696b030ad38f7a1c2916e25583ab882eecd1c6e -size 483302 +oid sha256:c566cc5f4fa61aa9c7a7fea35bdd8a5a9600c46ddf93ad9ddd093f6ce85953ed +size 506237 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index abccf64..a596325 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -43,8 +43,16 @@ namespace MuzikaGromche AudioType = AudioType.OGGVORBIS, Language = Language.RUSSIAN, WindUpTimer = 38.28f, - Bars = 8, - Palette = Palette.Parse(["#FF7F00", "#FFB600", "#FFED00", "#00D1FF", "#6696FB", "#704DF8"]), + Bars = 16, + BeatsOffset = 0.25f, + ColorTransitionIn = 0.25f, + ColorTransitionOut = 0.25f, + ColorTransitionEasing = Easing.OutExpo, + Palette = Palette.Parse(["#FF7F00", "#FFB600", "#FFED00", "#00D1FF", "#6696FB", "#704DF8"]).Use(palette => + palette * 5 + new Palette(palette.Colors[0..2]) + // stretch the second (OOOO oooo OO ooo) part, keep the colors perfectly cycled + + (new Palette(palette.Colors[2..]) + palette * 2).Stretch(2) + ), }, new Track {