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

Method clear

NeuralNote/Source/TranscriptionManager.cpp:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void TranscriptionManager::clear()
205{
206 mBasicPitch.reset();
207 mShouldRunNewTranscription = false;
208 mShouldUpdateTranscription = false;
209 mShouldUpdatePostProcessing = false;
210 mPostProcessedNotes.clear();
211 mTimeQuantizeOptions.clear();
212}
213
214void TranscriptionManager::launchTranscribeJob()
215{

Callers 1

launchTranscribeJobMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected