Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ setSampleRate
Method
setSampleRate
NeuralNote/Source/SynthController.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void SynthController::setSampleRate(double inSampleRate)
74
{
75
mSampleRate = inSampleRate;
76
}
77
78
const MidiBuffer& SynthController::generateNextMidiBuffer(int inNumSamples)
79
{
Callers
1
prepareToPlay
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected