Home
last modified time | relevance | path

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

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/note/
H A DShiftNoteUpAction.java34 …int nextString = getSongManager().getMeasureManager().shiftNoteUp(getEditor().getTablature().getCa… in execute()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/managers/
H A DTGMeasureManager.java906 public int shiftNoteUp(TGMeasure measure,long start,int string){ in shiftNoteUp() method in TGMeasureManager