mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
RegionFX: use actual plugin tail
This commit is contained in:
parent
09a3c325ec
commit
1b07ad731e
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ timecnt_t
|
|||
AudioRegion::tail () const
|
||||
{
|
||||
if (_fade_before_fx && has_region_fx ()) {
|
||||
return timecnt_t (_session.sample_rate ()); // TODO use plugin API
|
||||
return timecnt_t ((samplecnt_t)_fx_tail);
|
||||
} else {
|
||||
return timecnt_t (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue