MuseScore  3.4
Music composition and notation
Public Member Functions | Public Attributes | List of all members
Ms::NoteVal Struct Reference

helper structure More...

#include <note.h>

Public Member Functions

 NoteVal ()
 
 NoteVal (int p)
 

Public Attributes

int pitch { -1 }
 
int tpc1 { Tpc::TPC_INVALID }
 
int tpc2 { Tpc::TPC_INVALID }
 
int fret { FRET_NONE }
 
int string { STRING_NONE }
 
NoteHead::Group headGroup { NoteHead::Group::HEAD_NORMAL }
 

Detailed Description

helper structure

Constructor & Destructor Documentation

◆ NoteVal() [1/2]

Ms::NoteVal::NoteVal ( )
inline

◆ NoteVal() [2/2]

Ms::NoteVal::NoteVal ( int  p)
inline

Member Data Documentation

◆ fret

int Ms::NoteVal::fret { FRET_NONE }

◆ headGroup

NoteHead::Group Ms::NoteVal::headGroup { NoteHead::Group::HEAD_NORMAL }

◆ pitch

int Ms::NoteVal::pitch { -1 }

◆ string

int Ms::NoteVal::string { STRING_NONE }

◆ tpc1

int Ms::NoteVal::tpc1 { Tpc::TPC_INVALID }

◆ tpc2

int Ms::NoteVal::tpc2 { Tpc::TPC_INVALID }

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