Just about all that can be done before Loading.

This next commit will be the big one it seems.
This commit is contained in:
Jason Felds
2011-07-17 13:27:47 -04:00
parent 186200d3c6
commit bafcea2a6b
3 changed files with 121 additions and 110 deletions
+5
View File
@@ -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. */