xiRetimer

fit recorded audio to a tempo
git clone https://git.ce9e.org/xiRetimer.git

commit
9b2eeb52cbf5d0d592e750ab5e140770bd87f174
parent
cf81b5e1e4dfab8d886373078b3ac2afdb2cd9e6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-12-27 07:46
Gardening

Diffstat

M src/marker.cpp 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/marker.cpp b/src/marker.cpp

@@ -197,7 +197,7 @@ int Marker::getAreaNew(float n) {
  197   197 			return i - 1;
  198   198 		}
  199   199 	}
  200    -1 	return getLength()  - 1;
   -1   200 	return getLength() - 1;
  201   201 }
  202   202 
  203   203