MCPcopy Create free account
hub / github.com/davy7125/polyphone / SampleReader

Method SampleReader

sources/core/sample/samplereader.h:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 };
41
42 SampleReader(QString filename) :
43 _filename(filename),
44 _result(FILE_OK)
45 {
46
47 }
48 virtual ~SampleReader() {}
49
50 // Extract general information (sampling rate, ...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected