denigma 4.0.0
Loading...
Searching...
No Matches
denigma::classify::ClefClassification Struct Reference

Result returned by clef classification. More...

#include <clefs.h>

Public Member Functions

bool isClef () const noexcept
 Returns true when the source was recognized as a clef.
 
 operator bool () const noexcept
 Returns true when the source was recognized as a clef.
 

Public Attributes

music_theory::ClefType type {}
 Classified music-theory clef type.
 
int octave {}
 Octave transposition associated with the clef.
 
bool isBlank {}
 True when the source clef is a blank Finale clef.
 
bool showOctave { true }
 True when octave information should be shown with the clef.
 
std::optional< std::string > glyphName
 SMuFL glyph name associated with the clef, when available.
 

Detailed Description

Result returned by clef classification.


The documentation for this struct was generated from the following file: