MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / getNoteString

Method getNoteString

BambooTracker/gui/note_name_manager.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348QString NoteNameManager::getNoteString(int noteNum, KeySignature::Type key) const
349{
350 return QString("%1%2").arg(list_->at(key).at(noteNum % 12), -2, QChar('-')).arg(noteNum / 12);
351}
352
353QString NoteNameManager::getKeyName(KeySignature::Type key) const
354{

Callers 4

AdpcmDrumkitEditorMethod · 0.80
updateLabelsMethod · 0.80
drawStepMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected