Home
last modified time | relevance | path

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

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/managers/
H A DTGMeasureManager.java67 public void removeBeat(TGMeasure measure,long start,boolean moveNextComponents){ in removeBeat() argument
70 removeBeat(beat, moveNextComponents); in removeBeat()
1701 public void removeVoice(TGMeasure measure,long start,int index, boolean moveNextComponents){ in removeVoice() argument
1704 removeVoice(beat.getVoice(index), moveNextComponents); in removeVoice() local