| 88 | } |
| 89 | |
| 90 | int NoteOptions::_midiToNoteIndex(int inMidiNote) |
| 91 | { |
| 92 | return inMidiNote % 12; |
| 93 | } |
| 94 | |
| 95 | std::vector<int> NoteOptions::_createKeyVector(RootNote inRootNote, ScaleType inScaleType) |
| 96 | { |
nothing calls this directly
no outgoing calls
no test coverage detected