Just about all that can be done before Loading.
This next commit will be the big one it seems.
This commit is contained in:
@@ -213,6 +213,11 @@ public:
|
||||
|
||||
void GetDisplayBpms( DisplayBpms &addTo) const;
|
||||
|
||||
RString GetAttackString() const
|
||||
{
|
||||
return join(":", this->m_sAttackString);
|
||||
}
|
||||
|
||||
private:
|
||||
inline const Steps *Real() const { return parent ? parent : this; }
|
||||
void DeAutogen( bool bCopyNoteData = true ); /* If this Steps is autogenerated, make it a real Steps. */
|
||||
|
||||
Reference in New Issue
Block a user