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

Method prepareToPlay

NeuralNote/Source/TimeQuantizeOptions.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void TimeQuantizeOptions::prepareToPlay(double inSampleRate)
20{
21 mSampleRate = inSampleRate;
22}
23
24void TimeQuantizeOptions::processBlock(int inNumSamples)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected