summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-15 21:04:44 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-15 21:04:44 +0000
commit8367cacf150be852b9baf308caebe23603f36ff6 (patch)
tree688fbdb9ded2775baf1618f09ce1313fab040445 /libs/ardour/ardour/region.h
parent23973bae24b7f569e26c7f869a103aacbaf66ab2 (diff)
Update MidiRegion::_start_beats on trimming the front of a MIDI region; reset _start_beats with _start on MidiRegion::fix_negative_start(). May help with #4736.
git-svn-id: svn://localhost/ardour2/branches/3.0@11984 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index c698d2fdc2..a238ff9038 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -325,6 +325,7 @@ class Region
void post_set (const PBD::PropertyChange&);
virtual void set_position_internal (framepos_t pos, bool allow_bbt_recompute);
virtual void set_length_internal (framecnt_t);
+ virtual void set_start_internal (framecnt_t);
DataType _type;