mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
fix silence-strip process report
This commit is contained in:
parent
62a161195c
commit
91d786a078
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ StripSilence::run (boost::shared_ptr<Region> r, Progress* progress)
|
||||||
int n = 0;
|
int n = 0;
|
||||||
int const N = audible.size ();
|
int const N = audible.size ();
|
||||||
|
|
||||||
for (AudioIntervalResult::const_iterator i = audible.begin(); i != audible.end(); ++i) {
|
for (AudioIntervalResult::const_iterator i = audible.begin(); i != audible.end(); ++i, ++n) {
|
||||||
|
|
||||||
PBD::PropertyList plist;
|
PBD::PropertyList plist;
|
||||||
boost::shared_ptr<AudioRegion> copy;
|
boost::shared_ptr<AudioRegion> copy;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue