Home
last modified time | relevance | path

Searched refs:guitarInstructions (Results 1 – 3 of 3) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/base/
H A DPTSongInfo.java22 private String guitarInstructions; field in PTSongInfo
104 return this.guitarInstructions; in getGuitarInstructions()
107 public void setGuitarInstructions(String guitarInstructions) { in setGuitarInstructions() argument
108 this.guitarInstructions = guitarInstructions; in setGuitarInstructions()
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportptb.h53 std::string guitarInstructions; member
H A Dimportptb.cpp137 info.guitarInstructions = readString(); in readSongInfo()