mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-13 03:37:06 +01:00
input: Hook up file opening & invalidationEvent
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user