mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
add a comment to explain a default length
This commit is contained in:
parent
ce236c49ca
commit
a835de7e08
1 changed files with 1 additions and 0 deletions
|
|
@ -2754,6 +2754,7 @@ Pianoroll::max_zoom_extent() const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* this needs to match the default empty region length used in ::make_a_region() */
|
||||||
return std::make_pair (Temporal::timepos_t (Temporal::Beats()), Temporal::timepos_t (Temporal::Beats (32, 0)));
|
return std::make_pair (Temporal::timepos_t (Temporal::Beats()), Temporal::timepos_t (Temporal::Beats (32, 0)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue