Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
int TransposeFrom::GetTransposeAmount() const
82
{
83
return TheScale->ScaleRoot() - mRoot;
84
}
85
86
void TransposeFrom::PlayNote(double time, int pitch, int velocity, int voiceIdx, ModulationParameters modulation)
87
{
Callers
nothing calls this directly
Calls
1
ScaleRoot
Method · 0.45
Tested by
no test coverage detected