org.herac.tuxguitar.gui.mixer
Class TGMixerTrack
java.lang.Object
org.herac.tuxguitar.gui.mixer.TGMixerTrack
public class TGMixerTrack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
track
protected TGTrack track
mixer
protected TGMixer mixer
mixerChannel
protected TGMixerTrackChannel mixerChannel
checkSolo
protected Button checkSolo
checkMute
protected Button checkMute
TGMixerTrack
public TGMixerTrack(TGMixer mixer,
TGTrack track)
init
public void init(Composite parent)
fireChanges
public void fireChanges(int type)
loadProperties
public void loadProperties()
updateItems
public void updateItems()
getTrack
public TGTrack getTrack()
getMixer
public TGMixer getMixer()
updateChannelValue
protected void updateChannelValue(int type,
int value)