MUSX Document Model
|
Represents a percussion note type mapping entry. More...
#include <PercussionNoteType.h>
Public Member Functions | |
std::string | createName (unsigned orderId) const |
Creates the human-readable name. | |
Represents a percussion note type mapping entry.
Contains fields parsed from Finale's PercNoteTypes.txt
CSV, including identification, display, and grouping information.
std::string musx::dom::percussion::PercussionNoteType::createName | ( | unsigned | orderId | ) | const |
Creates the human-readable name.
orderId | The order Id that distinguishes which version of the instrument it is (taken from the top four bits of PercussionNoteTypeId) |