abc4j API Specification

Uses of Class
abc.notation.Tuplet

Packages that use Tuplet
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 Tuplet in abc.midi
 

Methods in abc.midi with parameters of type Tuplet
abstract  javax.sound.midi.MidiEvent[] OldMidiConverterAbstract.getMidiEventsFor(Tuplet tuplet, KeySignature key, long lastPosInTicks)
          Returns the corresponding midi events for a tuplet.
 javax.sound.midi.MidiEvent[] OldBasicMidiConverter.getMidiEventsFor(Tuplet tuplet, KeySignature key, long elapsedTime)
          Returns the corresponding midi events for a tuplet.
 

Uses of Tuplet in abc.notation
 

Methods in abc.notation that return Tuplet
 Tuplet NoteAbstract.getTuplet()
          Returns the tuplet this note is part of.
 


abc4j API Specification

Submit a bug or feature