mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
make MidiRegion::start/length_beats() const.
This commit is contained in:
parent
ce3ae4cdc9
commit
dfb0868847
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue