Home
last modified time | relevance | path

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

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGVelocities.java15 public static final int MEZZO_PIANO = (MIN_VELOCITY + (VELOCITY_INCREMENT * 3)); field
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/menu/
H A DDynamicMenuItem.java57 this.mezzoPiano.setData(new Integer(TGVelocities.MEZZO_PIANO)); in showItems()
92 this.mezzoPiano.setSelection(velocity == TGVelocities.MEZZO_PIANO); in update()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/tool/
H A DDynamicToolItems.java61 this.mezzoPiano.setData(new Integer(TGVelocities.MEZZO_PIANO)); in showItems()
98 this.mezzoPiano.setSelection(velocity == TGVelocities.MEZZO_PIANO); in update()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/effects/
H A DGraceEditor.java177 this.mpButton.setSelection(dynamic == TGVelocities.MEZZO_PIANO); in show()
295 effect.setDynamic(TGVelocities.MEZZO_PIANO); in getGrace()