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

Method SampleReaderSf

sources/core/sample/samplereadersf.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74SampleReaderSf::SampleReaderSf(QString filename) :
75 SampleReader(filename),
76 _info(nullptr)
77{
78
79}
80
81SampleReader::SampleReaderResult SampleReaderSf::getInfo(QFile &fi, InfoSound* info)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected