xiRetimer

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

commit
fb04d75cf0980130a5502a0a775e0d470d0c3926
parent
e6ca5f7bff309771dd60562e4f84af0a88329cdc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-12-26 10:48
rm noop expression

Diffstat

M src/sample.cpp 1 -

1 files changed, 0 insertions, 1 deletions


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

@@ -68,7 +68,6 @@ int Sample::loadFile(const char* fileName) {
   68    68 		return 1;
   69    69 	}
   70    70 	SNDFILE *sndfile = NULL;
   71    -1 	sfinfo;
   72    71 
   73    72 	// open file
   74    73 	sndfile = sf_open(fileName, SFM_READ, &sfinfo);