Home
last modified time | relevance | path

Searched refs:masterBars (Results 1 – 2 of 2) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp-gp6.cpp612 QDomNode masterBar = partInfo->masterBars.nextSibling(); in findNumMeasures()
2095 QDomNode nextMasterBar = partInfo->masterBars; in readMasterBars()
2469 QDomNode masterBars = eachTrack.nextSibling(); in readGpif() local
2470 QDomNode b = masterBars.nextSibling(); in readGpif()
2477 partInfo.masterBars = masterBars.firstChild(); in readGpif()
H A Dimportgtp.h378 QDomNode masterBars; member