abc4j API Specification

Uses of Class
abc.notation.KeySignature

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

Methods in abc.midi with parameters of type KeySignature
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.
abstract  javax.sound.midi.MidiEvent[] OldMidiConverterAbstract.getMidiEventsFor(Note note, KeySignature key, long lastPosInTicks)
          Returns the corresponding midi events for a note.
 javax.sound.midi.MidiEvent[] OldBasicMidiConverter.getMidiEventsFor(Note note, KeySignature key, long elapsedTime)
           
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.
static byte MidiConverterAbstract.getMidiNoteNumber(Note note, KeySignature key)
          Returns the midi note number corresponding a note in the given key.
abstract  javax.sound.midi.MidiMessage[] MidiConverterAbstract.getNoteOffMessageFor(Note note, KeySignature key)
           
 javax.sound.midi.MidiMessage[] BasicMidiConverter.getNoteOffMessageFor(Note note, KeySignature key)
           
abstract  javax.sound.midi.MidiMessage[] MidiConverterAbstract.getNoteOneMessageFor(Note note, KeySignature key)
           
 javax.sound.midi.MidiMessage[] BasicMidiConverter.getNoteOneMessageFor(Note note, KeySignature key)
           
 

Constructors in abc.midi with parameters of type KeySignature
KeySignatureMessage(KeySignature key)
          Creates a midi message to change key from an ABC key.
 

Uses of KeySignature in abc.notation
 

Methods in abc.notation that return KeySignature
 KeySignature Tune.getKey()
          Returns the key signature of this tune.
 

Methods in abc.notation with parameters of type KeySignature
 void Tune.Music.addElement(KeySignature key)
           
 


abc4j API Specification

Submit a bug or feature