13
0

fix silence-strip process report

This commit is contained in:
Robin Gareus 2015-09-19 17:32:40 +02:00
parent 62a161195c
commit 91d786a078

View File

@ -107,7 +107,7 @@ StripSilence::run (boost::shared_ptr<Region> r, Progress* progress)
int n = 0;
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;
boost::shared_ptr<AudioRegion> copy;