Skip to content

Commit

Permalink
fix #98751: [GP6] Nylon guitar imported with the piano sound
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Feb 18, 2016
1 parent d474f71 commit b013816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/importgtp-gp6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ void GuitarPro6::readTracks(QDomNode* track)
part->setInstrument(Instrument::fromTemplate(Ms::searchTemplate("voice")));
else if (!ref.compare("s-gtr6"))
part->setInstrument(Instrument::fromTemplate(Ms::searchTemplate("guitar-steel")));
else if (!ref.compare("n-gtr6"))
part->setInstrument(Instrument::fromTemplate(Ms::searchTemplate("guitar-nylon")));
else if (!ref.compare("snt-lead-ss"))
part->setInstrument(Instrument::fromTemplate(Ms::searchTemplate("poly-synth")));
else if (!ref.compare("f-bass5"))
Expand Down

0 comments on commit b013816

Please sign in to comment.