Home
last modified time | relevance | path

Searched refs:FRET_NONE (Results 1 – 9 of 9) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dstringdata.cpp191 if (note->fret() != FRET_NONE && note->fret() < minFret) in fretChords()
193 if (note->fret() != FRET_NONE && note->fret() > maxFret) in fretChords()
227 … && (nTempFret=fret(note->pitch(), nTempString, pitchOffset)) != FRET_NONE) { in fretChords()
365 return FRET_NONE; in fret()
368 return FRET_NONE; in fret()
375 return FRET_NONE; in fret()
399 if (string <= STRING_NONE || fret <= FRET_NONE in sortChordNotes()
402 note->setFret(FRET_NONE); in sortChordNotes()
H A Dmscore.h105 static const int FRET_NONE = -1; // no ordinal for a fret variable
H A Dnote.h190 int fret { FRET_NONE };
H A Dnoteentry.cpp84 if (pos.fret != FRET_NONE) // if a fret is given, use it in noteValForPosition()
H A Dstafftype.cpp637 if (fret == FRET_NONE) in fretString()
H A Dnote.cpp991 if (tab && _fret != FRET_NONE && _string != STRING_NONE) { in tabHeadWidth()
1020 if (tab && _fret != FRET_NONE && _string != STRING_NONE) in tabHeadHeight()
H A Dscore.h210 int fret { FRET_NONE };
H A Dscore.cpp1069 pos->fret = FRET_NONE; in getPosition()
H A Dcmd.cpp3166 p.fret = FRET_NONE; in cmdSlashFill()