Added BIG transform. Haven't yet fixed the weird interaction it has with the score.

This commit is contained in:
Chris Danford
2003-02-16 20:27:53 +00:00
parent d52537825b
commit 12756391db
15 changed files with 301 additions and 119 deletions
+3 -3
View File
@@ -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;
};