fix incorrect use timepos_t::position (incorrect ordering)
This commit is contained in:
parent
df0ac42f54
commit
e188fbe0ee
@ -305,7 +305,7 @@ public:
|
||||
Temporal::Beats absolute_time_to_source_beats(Temporal::timepos_t const &) const;
|
||||
|
||||
Temporal::Beats absolute_time_to_region_beats (Temporal::timepos_t const & b) const {
|
||||
return b.distance (position()).beats ();
|
||||
return position().distance (b).beats ();
|
||||
}
|
||||
|
||||
int apply (Filter &, Progress* progress = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user