diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-26 00:57:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-26 00:57:55 +0100 |
| commit | ecbfa72a19756eab3fb1e3b0a9c5cab1c0b2ed39 (patch) | |
| tree | 591f87e7d29b55820888d2c95848d62eeab054bb /src/wx/timeline.h | |
| parent | c77dabbe4e6bb031edf4aa82f5e890fe605bafe1 (diff) | |
Allow multiple simultaneous audio tracks in the timeline.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 2 |
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; |
