forked from nikita/muzika-gromche
Fix internal representation of track AttentionPls
Members of track group were never intended to be Selectable.
This commit is contained in:
parent
e7866fda55
commit
7aa3570b33
|
|
@ -646,12 +646,11 @@ namespace MuzikaGromche
|
||||||
IsExplicit = true,
|
IsExplicit = true,
|
||||||
Tracks =
|
Tracks =
|
||||||
[
|
[
|
||||||
new SelectableAudioTrack
|
new CoreAudioTrack
|
||||||
{
|
{
|
||||||
Name = "AttentionPls1",
|
Name = "AttentionPls1",
|
||||||
FileNameLoop = "AttentionPlsLoop.ogg",
|
FileNameLoop = "AttentionPlsLoop.ogg",
|
||||||
AudioType = AudioType.OGGVORBIS,
|
AudioType = AudioType.OGGVORBIS,
|
||||||
Language = Language.RUSSIAN,
|
|
||||||
WindUpTimer = 39.19f,
|
WindUpTimer = 39.19f,
|
||||||
Bars = 8,
|
Bars = 8,
|
||||||
BeatsOffset = 0.3f,
|
BeatsOffset = 0.3f,
|
||||||
|
|
@ -667,12 +666,11 @@ namespace MuzikaGromche
|
||||||
DrunknessLoopOffsetTimeSeries = new([7f, 12f, 15f], [0f, 0.90f, 0f]),
|
DrunknessLoopOffsetTimeSeries = new([7f, 12f, 15f], [0f, 0.90f, 0f]),
|
||||||
CondensationLoopOffsetTimeSeries = new([23f, 28f, 31f], [0f, 0.4f, 0f]),
|
CondensationLoopOffsetTimeSeries = new([23f, 28f, 31f], [0f, 0.4f, 0f]),
|
||||||
},
|
},
|
||||||
new SelectableAudioTrack
|
new CoreAudioTrack
|
||||||
{
|
{
|
||||||
Name = "AttentionPls2",
|
Name = "AttentionPls2",
|
||||||
FileNameLoop = "AttentionPlsLoop.ogg",
|
FileNameLoop = "AttentionPlsLoop.ogg",
|
||||||
AudioType = AudioType.OGGVORBIS,
|
AudioType = AudioType.OGGVORBIS,
|
||||||
Language = Language.RUSSIAN,
|
|
||||||
WindUpTimer = 39.19f,
|
WindUpTimer = 39.19f,
|
||||||
Bars = 8,
|
Bars = 8,
|
||||||
BeatsOffset = 0.3f,
|
BeatsOffset = 0.3f,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue