Added BIG transform. Haven't yet fixed the weird interaction it has with the score.
This commit is contained in:
@@ -83,9 +83,9 @@ CString NoteTypeToString( NoteType nt );
|
||||
|
||||
struct HoldNote
|
||||
{
|
||||
int m_iTrack;
|
||||
float m_fStartBeat;
|
||||
float m_fEndBeat;
|
||||
int iTrack;
|
||||
float fStartBeat;
|
||||
float fEndBeat;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user