summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-26 00:57:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-26 00:57:55 +0100
commitecbfa72a19756eab3fb1e3b0a9c5cab1c0b2ed39 (patch)
tree591f87e7d29b55820888d2c95848d62eeab054bb /src/wx/timeline.h
parentc77dabbe4e6bb031edf4aa82f5e890fe605bafe1 (diff)
Allow multiple simultaneous audio tracks in the timeline.
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 52b29de86..566ca060a 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -66,9 +66,11 @@ private:
void playlist_changed ();
void setup_pixels_per_time_unit ();
void resized (wxSizeEvent &);
+ void assign_tracks ();
boost::weak_ptr<const Film> _film;
std::list<boost::shared_ptr<View> > _views;
+ int _tracks;
double _pixels_per_time_unit;
bool _left_down;
wxPoint _down_point;