MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::others::FretInstrument::StringInfo Class Reference

Information for a single string of the fretted instrument. More...

#include <Others.h>

Static Public Member Functions

static const xml::XmlElementArray< StringInfo > & xmlMappingArray ()
 Required for musx::factory::FieldPopulator.
 

Public Attributes

int pitch {}
 Open-string MIDI pitch (60 is middle-C.)
 
int nutOffset {}
 

Detailed Description

Information for a single string of the fretted instrument.

Member Data Documentation

◆ nutOffset

int musx::dom::others::FretInstrument::StringInfo::nutOffset {}

Optional nut offset in frets (half-steps). The Finale U.I. does not appear to have a way to modify it, so normally it will be zero. A Plugin could have modified it, however.