Replace #BEAT tags with #SECOND tags.
Split Timing has made this necessary. Yes, this means another recache.
This commit is contained in:
@@ -3084,6 +3084,9 @@
|
||||
<Function name='GetFirstBeat' return='float' arguments=''>
|
||||
Returns the first beat of the song.
|
||||
</Function>
|
||||
<Function name='GetFirstSecond' return='float' arguments=''>
|
||||
Returns the first second of the song.
|
||||
</Function>
|
||||
<Function name='GetGenre' return='string' arguments=''>
|
||||
Returns the genre of the song.
|
||||
</Function>
|
||||
@@ -3093,6 +3096,9 @@
|
||||
<Function name='GetLastBeat' return='float' arguments=''>
|
||||
Returns the last beat of the song.
|
||||
</Function>
|
||||
<Function name='GetLastSecond' return='float' arguments=''>
|
||||
Returns the last second of the song.
|
||||
</Function>
|
||||
<Function name='GetLyricsPath' return='string' arguments=''>
|
||||
Gets the path to the lyrics.
|
||||
</Function>
|
||||
|
||||
Reference in New Issue
Block a user