added automation track

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@210 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-07-08 00:13:40 +00:00
parent c09edd1b66
commit 8698a264f9
2 changed files with 18 additions and 8 deletions

View File

@@ -397,10 +397,11 @@ public:
EVENT_TRACK,
VIDEO_TRACK,
NULL_TRACK,
AUTOMATION_TRACK,
TOTAL_TRACK_TYPES
} ;
track( trackContainer * _tc );
track( trackContainer * _tc, bool _create_widget = TRUE );
virtual ~track();
static track * FASTCALL create( trackTypes _tt, trackContainer * _tc );