13
0

make MidiRegion::start/length_beats() const.

This commit is contained in:
nick_m 2016-10-25 04:15:50 +11:00
parent ce3ae4cdc9
commit dfb0868847

View File

@ -106,8 +106,8 @@ class LIBARDOUR_API MidiRegion : public Region
boost::shared_ptr<const MidiModel> model() const;
void fix_negative_start ();
double start_beats () {return _start_beats; }
double length_beats () {return _length_beats; }
double start_beats () const {return _start_beats; }
double length_beats () const {return _length_beats; }
void clobber_sources (boost::shared_ptr<MidiSource> source);