Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ _rootNoteToNoteIdx
Method
_rootNoteToNoteIdx
Lib/MidiPostProcessing/NoteOptions.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
int NoteOptions::_rootNoteToNoteIdx(RootNote inRootNote)
133
{
134
return (static_cast<int>(inRootNote) + 12 - 3) % 12;
135
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected