Yeah, BPM segments, big one :D
This commit is contained in:
@@ -17,8 +17,8 @@ void NotesLoaderJson::GetApplicableFiles( const RString &sPath, vector<RString>
|
||||
|
||||
void Deserialize(BPMSegment &seg, const Json::Value &root)
|
||||
{
|
||||
seg.m_iStartRow = BeatToNoteRow((float)root["Beat"].asDouble());
|
||||
seg.m_fBPS = (float)(root["BPM"].asDouble() / 60);
|
||||
seg.SetBeat((float)(root["Beat"].asDouble()));
|
||||
seg.SetBPM((float)(root["BPM"].asDouble()));
|
||||
}
|
||||
|
||||
static void Deserialize(StopSegment &seg, const Json::Value &root)
|
||||
|
||||
Reference in New Issue
Block a user