MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / _midiToNoteIndex

Method _midiToNoteIndex

Lib/MidiPostProcessing/NoteOptions.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int NoteOptions::_midiToNoteIndex(int inMidiNote)
91{
92 return inMidiNote % 12;
93}
94
95std::vector<int> NoteOptions::_createKeyVector(RootNote inRootNote, ScaleType inScaleType)
96{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected