Home
last modified time | relevance | path

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

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/base/
H A DPTSongInfo.java67 public void setBassInstructions(String bassInstructions) { in setBassInstructions() method in PTSongInfo
227 info.setBassInstructions(getBassInstructions()); in copy()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/
H A DPTInputStream.java112 this.song.getInfo().setBassInstructions(readString()); in readSongInfo()