input: Hook up file opening & invalidationEvent

This commit is contained in:
Mike Walters
2016-03-03 22:29:38 +00:00
parent 2135e03c01
commit fb7a892149
5 changed files with 10 additions and 10 deletions

View File

@@ -71,6 +71,8 @@ void InputSource::openFile(const char *filename)
inputFile = file;
fileSize = size;
mmapData = data;
invalidate();
}
std::unique_ptr<std::complex<float>[]> InputSource::getSamples(off_t start, off_t length)