mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
triggerbox: fix typo
This commit is contained in:
parent
e0004791f0
commit
04bc44c7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ AudioTrigger::set_expected_end_sample (Temporal::TempoMap::SharedPtr const & tma
|
||||||
|
|
||||||
samplecnt_t usable_length;
|
samplecnt_t usable_length;
|
||||||
|
|
||||||
if (end_by_follow_length && (end_by_follow_length < end_by_data_length))
|
if (end_by_follow_length && (end_by_follow_length < end_by_data_length)) {
|
||||||
usable_length = tmap->sample_at (tmap->bbt_walk (Temporal::BBT_Time (), _follow_length));
|
usable_length = tmap->sample_at (tmap->bbt_walk (Temporal::BBT_Time (), _follow_length));
|
||||||
} else {
|
} else {
|
||||||
usable_length = data.length;
|
usable_length = data.length;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue