noteNames top-level property

List<String> noteNames
final

Note names (e.g. C, C♯), indexed by half-steps above C. This has the same value as sharpNoteNames.

Implementation

final List<String> noteNames = sharpNoteNames;