MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / getNumFramesLookahead

Method getNumFramesLookahead

Lib/Model/BasicPitchCNN.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int BasicPitchCNN::getNumFramesLookahead()
61{
62 return mTotalLookahead;
63}
64
65void BasicPitchCNN::frameInference(const float* inData,
66 std::vector<float>& outContours,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected