mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
change all Region::nt_*() methods to names without the nt_ prefix (GUI version)
This commit is contained in:
parent
82e84e6b92
commit
18d64f0402
26 changed files with 245 additions and 246 deletions
|
|
@ -451,7 +451,7 @@ AudioStreamView::hide_xfades_with (boost::shared_ptr<AudioRegion> ar)
|
|||
for (list<RegionView*>::iterator i = region_views.begin(); i != region_views.end(); ++i) {
|
||||
AudioRegionView* const arv = dynamic_cast<AudioRegionView*>(*i);
|
||||
if (arv) {
|
||||
switch (arv->region()->coverage (ar->nt_position(), ar->nt_last())) {
|
||||
switch (arv->region()->coverage (ar->position(), ar->nt_last())) {
|
||||
case Temporal::OverlapNone:
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue