abc4j API Specification

Uses of Class
abc.notation.Tempo

Packages that use Tempo
abc.midi This package contains all classes for midi use from abc format. 
 

Uses of Tempo in abc.midi
 

Methods in abc.midi that return Tempo
static Tempo TempoMessage.getTempo(byte[] bytes)
           
 

Methods in abc.midi with parameters of type Tempo
abstract  javax.sound.midi.MidiEvent[] OldMidiConverterAbstract.getMidiEventsFor(Tempo tempo, long lastPosInTicks)
          Returns the corresponding midi events for a tempo change.
 javax.sound.midi.MidiEvent[] OldBasicMidiConverter.getMidiEventsFor(Tempo tempo, long lastPosInTicks)
          Returns the corresponding midi events for a tempo change.
abstract  javax.sound.midi.MidiMessage[] MidiConverterAbstract.getMidiMessagesFor(Tempo tempo)
          Returns the corresponding midi events for a tempo change.
 javax.sound.midi.MidiMessage[] BasicMidiConverter.getMidiMessagesFor(Tempo tempo)
           
 

Constructors in abc.midi with parameters of type Tempo
TempoMessage(Tempo tempo)
          Creates a midi message to change tempo to the specified tempo.
 


abc4j API Specification

Submit a bug or feature