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

Method prepareToPlay

NeuralNote/Source/TranscriptionManager.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55}
56void TranscriptionManager::prepareToPlay(double inSampleRate)
57{
58 mTimeQuantizeOptions.prepareToPlay(inSampleRate);
59}
60
61void TranscriptionManager::processBlock(int inNumSamples)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected