We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9fc95 commit f55de28Copy full SHA for f55de28
src/importexport/guitarpro/internal/gtp/gpconverter.cpp
@@ -521,7 +521,7 @@ void GPConverter::convertVoices(const std::vector<std::unique_ptr<GPVoice> >& vo
521
fillUncompletedMeasure(ctx);
522
}
523
524
- int currentTrackFirstVoice = ctx.curTrack;
+ track_idx_t currentTrackFirstVoice = ctx.curTrack;
525
for (const auto& voice : voices) {
526
ctx.curTrack = currentTrackFirstVoice + voice->position();
527
convertVoice(voice.get(), ctx);
0 commit comments