abc4j API Specification

Uses of Class
abc.notation.MultiNote

Packages that use MultiNote
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. 
abc.parser This package contains classes for parsing tunes in abc notation. 
 

Uses of MultiNote in abc.midi
 

Methods in abc.midi with parameters of type MultiNote
abstract  javax.sound.midi.MidiEvent[] OldMidiConverterAbstract.getMidiEventsFor(MultiNote notes, KeySignature key, long lastPosInTicks)
          Returns the corresponding midi events for a multi note.
 javax.sound.midi.MidiEvent[] OldBasicMidiConverter.getMidiEventsFor(MultiNote notes, KeySignature key, long elapsedTime)
          Returns the corresponding midi events for a multi note.
static long MidiConverterAbstract.getNoteLengthInTicks(MultiNote note)
          Returns the length of the multi note in ticks.
 

Uses of MultiNote in abc.notation
 

Methods in abc.notation that return MultiNote
 MultiNote[] MultiNote.normalize()
          Normalizes this multi note by decomposing it into multinotes with same strict duration.
 

Uses of MultiNote in abc.parser
 

Subclasses of MultiNote in abc.parser
 class PositionableMultiNote
          A multinote that encapsulates the information needed to locate where the abc information describing this multinote was positioned in the parsed stream.
 


abc4j API Specification

Submit a bug or feature