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

Method GetTransposeAmount

Source/TransposeFrom.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81int TransposeFrom::GetTransposeAmount() const
82{
83 return TheScale->ScaleRoot() - mRoot;
84}
85
86void TransposeFrom::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
87{

Callers

nothing calls this directly

Calls 1

ScaleRootMethod · 0.45

Tested by

no test coverage detected