Home
last modified time | relevance | path

Searched refs:fromBeat (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp-gp5.cpp240 gpLyrics.fromBeat = _beat_counter; in readBeat()
251 if (false && gpLyrics.beatCounter >= gpLyrics.fromBeat && gpLyrics.lyricTrack == staffIdx+1) { in readBeat()
252 int index = gpLyrics.beatCounter - gpLyrics.fromBeat; in readBeat()
710 if (counter >= gpLyrics.fromBeat) { in readMeasures()
H A Dimportgtp.h94 int fromBeat; member
H A Dimportgtp-gp4.cpp865 … if (gpLyrics.beatCounter >= gpLyrics.fromBeat && gpLyrics.lyricTrack == staffIdx + 1) { in read()
866 int index = gpLyrics.beatCounter - gpLyrics.fromBeat; in read()
H A Dimportgtp.cpp735 gpLyrics.fromBeat = readInt(); in readLyrics()