Uses of Class
dguitar.codecs.guitarPro.GPMixTableChange

Packages that use GPMixTableChange
dguitar.codecs.guitarPro Provides codecs for GuitarPro files (GP4,GP3...). 
dguitar.codecs.guitarPro.version2 Provides a codec for *.GTP files in version 2. 
dguitar.codecs.guitarPro.version3 Provides a codec for *.GP3 files. 
dguitar.codecs.guitarPro.version4 Provides a codec for *.GP4 files.. 
 

Uses of GPMixTableChange in dguitar.codecs.guitarPro
 

Fields in dguitar.codecs.guitarPro declared as GPMixTableChange
 GPMixTableChange GPBeat.mixTableChange
          Mix table change possibly associated with this beat.
 

Uses of GPMixTableChange in dguitar.codecs.guitarPro.version2
 

Methods in dguitar.codecs.guitarPro.version2 that return GPMixTableChange
private  GPMixTableChange GP2InputStream.readMixTableChange()
          Reads a mix table change event from the stream.
 

Uses of GPMixTableChange in dguitar.codecs.guitarPro.version3
 

Methods in dguitar.codecs.guitarPro.version3 that return GPMixTableChange
private  GPMixTableChange GP3InputStream.readMixTableChange()
          Reads a mix table change event from the stream.
 

Uses of GPMixTableChange in dguitar.codecs.guitarPro.version4
 

Methods in dguitar.codecs.guitarPro.version4 that return GPMixTableChange
private  GPMixTableChange GP4InputStream.readMixTableChange()
          Reads a mix table change event from the stream.