set default time base of song to 0
This commit is contained in:
parent
9e2e02a12e
commit
3af0a9feda
|
@ -116,7 +116,7 @@ struct DivSong {
|
||||||
revisionDate(""),
|
revisionDate(""),
|
||||||
hilightA(4),
|
hilightA(4),
|
||||||
hilightB(16),
|
hilightB(16),
|
||||||
timeBase(1),
|
timeBase(0),
|
||||||
speed1(6),
|
speed1(6),
|
||||||
speed2(6),
|
speed2(6),
|
||||||
arpLen(1),
|
arpLen(1),
|
||||||
|
|
Loading…
Reference in a new issue