MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Value

Method Value

Source/NoteToFreq.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69float NoteToFreq::Value(int samplesIn)
70{
71 float bend = mPitchBend ? mPitchBend->GetValue(samplesIn) : 0;
72 return TheScale->PitchToFreq(mPitch + bend);
73}
74
75void NoteToFreq::SaveLayout(ofxJSONElement& moduleInfo)
76{

Callers

nothing calls this directly

Calls 2

PitchToFreqMethod · 0.80
GetValueMethod · 0.45

Tested by

no test coverage detected