abc4j API Specification

Uses of Class
abc.notation.TimeSignature

Packages that use TimeSignature
abc.midi This package contains all classes for midi use from abc format. 
abc.notation This package defines all classes related to tunes in abc notation. 
 

Uses of TimeSignature in abc.midi
 

Constructors in abc.midi with parameters of type TimeSignature
TimeSignatureMessage(TimeSignature meter)
          Creates a midi message to change time signature from an ABC time signature.
 

Uses of TimeSignature in abc.notation
 

Fields in abc.notation declared as TimeSignature
static TimeSignature TimeSignature.SIGNATURE_3_4
          The 3/4 time signature constant.
static TimeSignature TimeSignature.SIGNATURE_4_4
          The 4/4 time signature constant.
static TimeSignature TimeSignature.SIGNATURE_6_8
          The 6/8 time signature constant.
 


abc4j API Specification

Submit a bug or feature