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

Method SampleReaderFile

sources/core/sample/samplereaderfile.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <sndfile.hh>
27
28SampleReaderFile::SampleReaderFile(QString filename) : SampleReader(filename),
29 _file(nullptr),
30 _info(nullptr)
31{
32
33}
34
35SampleReader::SampleReaderResult SampleReaderFile::getInfo(QFile &fi, InfoSound *info)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected