A C D E F G I K L M N O P R S T U V

A

addElement(int) - Method in class ritornello.core.conceitual.Chord
Adds an element by its respective type.
addElement(Object) - Method in interface ritornello.core.Collection
 
addElement(Object) - Method in class ritornello.core.conceitual.Chord
 
addElement(Object) - Method in class ritornello.core.conceitual.Scale
 
addElement(Object) - Method in class ritornello.core.performance.Score
 
addElement(Object) - Method in class ritornello.core.performance.Staff
 
addElement(Object) - Method in class ritornello.core.performance.Measure
 
AUG_4TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The aug 4th / dim 5th semitones value.
AUG_5TH - Static variable in class ritornello.core.conceitual.Chord
The aug triad representation.

C

calculateLongestNoteInterval(Note, Note) - Static method in class ritornello.core.conceitual.Interval
Calculates the longest interval between two notes.
calculateNoteBackwardInterval(Note, Note) - Static method in class ritornello.core.conceitual.Interval
Calculates the semitones between two notes in a backward deslocation.
calculateNoteFowardInterval(Note, Note) - Static method in class ritornello.core.conceitual.Interval
Calculates the semitones between two notes in a foward deslocation.
calculateNoteInterval(Note, int) - Static method in class ritornello.core.conceitual.Interval
Calculates a note, given its root note and circular descolation (e.g. in a circular environment, a deslocation VALUE = 0 and VALUE=12 have the same result).
calculatePlayableNoteInterval(PlayableNote, int) - Static method in class ritornello.core.conceitual.Interval
Calculates the second note, given its root note and semitones interval.
calculatePlayableNoteInterval(PlayableNote, PlayableNote) - Static method in class ritornello.core.conceitual.Interval
Calculates the interval.
calculateShortestNoteInterval(Note, Note) - Static method in class ritornello.core.conceitual.Interval
Calculates the shortest interval between two notes.
Chord - class ritornello.core.conceitual.Chord.
 
Chord(Note) - Constructor for class ritornello.core.conceitual.Chord
Constructor.
CHROMATIC - Static variable in class ritornello.core.conceitual.Scale
The chromatic code.
Clef - class ritornello.core.performance.Clef.
 
Clef() - Constructor for class ritornello.core.performance.Clef
Default constructor.
Collection - interface ritornello.core.Collection.
 
ConversionException - exception ritornello.exception.ConversionException.
Title: Description: Copyright: Copyright (c) 2003 Company:
ConversionException(String) - Constructor for class ritornello.exception.ConversionException
 
createEndOfTrack() - Static method in class ritornello.sound.Messages
 
createKeySignature(byte, byte) - Static method in class ritornello.sound.Messages
 
createTimeSignature(byte, byte, byte, byte) - Static method in class ritornello.sound.Messages
 

D

DIM_5TH - Static variable in class ritornello.core.conceitual.Chord
The dim triad representation.
DO - Static variable in class ritornello.core.conceitual.PitchName
The DO note value.
DOUBLE_FLAT - Static variable in class ritornello.core.conceitual.Note
The double flat note value.
DOUBLE_SHARP - Static variable in class ritornello.core.conceitual.Note
The double sharp note value.

E

equals(Note) - Method in class ritornello.core.conceitual.Note
Compares two notes, based on their pitch name and accident.
equals(PlayableNote) - Method in class ritornello.core.playable.PlayableNote
Compares two notes, based on their pitch name, accident and octave.
exportTo() - Method in class ritornello.core.performance.Score
 
exportTo() - Method in class ritornello.core.performance.Staff
 
exportTo() - Method in interface ritornello.core.performance.Serializable
 
exportTo() - Method in class ritornello.core.performance.Measure
 

F

FA - Static variable in class ritornello.core.conceitual.PitchName
The FA note value.
FLAT - Static variable in class ritornello.core.conceitual.Note
The flat note value.
FLAT_13TH - Static variable in class ritornello.core.conceitual.Chord
The b13 dissonance representation.
FLAT_9TH - Static variable in class ritornello.core.conceitual.Chord
The b9 dissonance representation.

G

getAccident() - Method in class ritornello.core.conceitual.Note
Gets the note accident.
getAccidentName() - Method in class ritornello.core.conceitual.Note
Retrieves the accident name, given its code.
getBack() - Method in interface ritornello.core.conceitual.Rollable
Returns the last element.
getBack() - Method in class ritornello.core.conceitual.PitchName
 
getBeats() - Method in class ritornello.core.performance.TimeSignature
Returns the beats from time.
getBeatType() - Method in class ritornello.core.performance.TimeSignature
Returns the beat type from the time.
getBpm() - Method in class ritornello.core.performance.Score
Retrieves the tempo value, in beats per minute.
getChords() - Method in class ritornello.core.conceitual.Note
 
getChromatic(Note) - Static method in class ritornello.core.conceitual.Scale
Returns a build chromatic scale, given its root.
getClef() - Method in class ritornello.core.performance.Staff
Returns the clef data.
getDurationTicks() - Method in class ritornello.core.playable.Lapse
 
getElements() - Method in interface ritornello.core.Collection
 
getElements() - Method in class ritornello.core.conceitual.Chord
 
getElements() - Method in class ritornello.core.conceitual.Scale
 
getElements() - Method in class ritornello.core.performance.Score
 
getElements() - Method in class ritornello.core.performance.Staff
 
getElements() - Method in class ritornello.core.performance.Measure
 
getEnharmonicsList(Note) - Static method in class ritornello.core.conceitual.Interval
Calculates all enharmonic notes, given a single note.
getFifth() - Method in class ritornello.core.conceitual.Chord
Retrieves the fifth from chord.
getFifths() - Method in class ritornello.core.performance.KeySignature
Get the fifths for the measure's key.
getFifthType() - Method in class ritornello.core.conceitual.Chord
Returns the fifth type from the selected chord.
getIntervalList() - Method in class ritornello.core.conceitual.Scale
Returns a list of all intervals of the given scale.
getKeySignature() - Method in class ritornello.core.performance.Measure
Returns the key data.
getLapse() - Method in class ritornello.core.playable.PlayableChord
 
getLapse() - Method in interface ritornello.core.playable.PlayableElement
 
getLapse() - Method in class ritornello.core.playable.PlayableNote
 
getLine() - Method in class ritornello.core.performance.Clef
Returns the line focused by the clef.
getMajor(Note) - Static method in class ritornello.core.conceitual.Chord
Retrieves a major chord, given its root note.
getMajor(Note) - Static method in class ritornello.core.conceitual.Scale
Returns a build major scale, given its root.
getMinor(Note) - Static method in class ritornello.core.conceitual.Chord
Retrieves a minor chord, given its root.
getMinorHarmonic(Note) - Static method in class ritornello.core.conceitual.Scale
Returns a build minor harmonic scale, given its root.
getMinorMelodic(Note) - Static method in class ritornello.core.conceitual.Scale
Returns a build minor melodic scale, given its root.
getName() - Method in class ritornello.core.conceitual.Interval
Assign an interval name, given its semitones number.
getName() - Method in class ritornello.core.conceitual.PitchName
Retrieves the pitch name's name.
getName() - Method in class ritornello.core.conceitual.Chord
Retrieves the chord name.
getName() - Method in class ritornello.core.conceitual.Note
Retrieves the note name.
getName() - Method in class ritornello.core.conceitual.Scale
Retrieves the scale name.
getNext() - Method in interface ritornello.core.conceitual.Rollable
Returns the next element.
getNext() - Method in class ritornello.core.conceitual.PitchName
 
getNoteByDegree(int) - Method in class ritornello.core.conceitual.Scale
Retrieves a note from scale, given its degree.
getNumber() - Method in class ritornello.core.performance.Measure
Returns the measure number (e.g. the first measure of a staff has NUMBER = 1).
getOctave() - Method in class ritornello.core.playable.PlayableNote
Returns the note's octave.
getOtherChordsWithSameNotes() - Method in class ritornello.core.conceitual.Chord
Retrieves other chords with same notes.
getPitchName() - Method in class ritornello.core.conceitual.Note
Returns the pitch name related to the note.
getPitchName() - Method in class ritornello.core.performance.Clef
Returns the pitch name indicated by the clef.
getResolution() - Method in class ritornello.core.performance.Score
Retrieves the score resolution.
getRoot() - Method in class ritornello.core.conceitual.Chord
Retrieves the root note.
getRoot() - Method in class ritornello.core.conceitual.Scale
Returns the scale root note.
getScales() - Method in class ritornello.core.conceitual.Note
 
getScore() - Method in class ritornello.core.performance.Staff
Returns the actual score.
getSemitones() - Method in class ritornello.core.conceitual.Interval
Returns the semitones value.
getSeventh() - Method in class ritornello.core.conceitual.Chord
Retrieves the seventh from chord.
getSeventhType() - Method in class ritornello.core.conceitual.Chord
Returns the seventh type from the selected chord.
getStaff() - Method in class ritornello.core.performance.Measure
Returns the actual staff.
getStartBeat() - Method in class ritornello.core.playable.Lapse
 
getStartMeasure() - Method in class ritornello.core.playable.Lapse
 
getStartTick() - Method in class ritornello.core.playable.Lapse
 
getThird() - Method in class ritornello.core.conceitual.Chord
Retrieves the third from chord.
getThirdType() - Method in class ritornello.core.conceitual.Chord
Returns the third type from the selected chord.
getTimeSignature() - Method in class ritornello.core.performance.Measure
Returns the time data.
getTriadByDegree(int) - Method in class ritornello.core.conceitual.Scale
Retrieves a chord, given its degree in scale.
getTypeName(int) - Static method in class ritornello.core.conceitual.Chord
Retrieves chord type name.
getTypeRepresentation(int, boolean) - Static method in class ritornello.core.conceitual.Chord
Retrieves chord type representation.
getValue() - Method in class ritornello.core.conceitual.PitchName
Retrieves the pitch name value for a note.
getValue() - Method in class ritornello.core.conceitual.Scale
Retrieves the scale code (e.g. 0=CHROMATIC; 1=MAJOR,...).
goTo(int) - Method in interface ritornello.core.conceitual.Rollable
Go to an sequencial position foward or back, given its amount of steps.
goTo(int) - Method in class ritornello.core.conceitual.PitchName
 

I

importFrom(InputStream) - Method in class ritornello.core.performance.Score
 
importFrom(InputStream) - Method in class ritornello.core.performance.Staff
 
importFrom(InputStream) - Method in interface ritornello.core.performance.Serializable
 
importFrom(InputStream) - Method in class ritornello.core.performance.Measure
 
IncompatibleElementException - exception ritornello.exception.IncompatibleElementException.
Title: Description: Copyright: Copyright (c) 2003 Company:
IncompatibleElementException(Object) - Constructor for class ritornello.exception.IncompatibleElementException
 
Interval - class ritornello.core.conceitual.Interval.
 
Interval(int) - Constructor for class ritornello.core.conceitual.Interval
Constructor.
isEnharmonic(Note, Note) - Static method in class ritornello.core.conceitual.Interval
Verifies if two given note are enharmonics.

K

KeySignature - class ritornello.core.performance.KeySignature.
 
KeySignature() - Constructor for class ritornello.core.performance.KeySignature
 

L

LA - Static variable in class ritornello.core.conceitual.PitchName
The LA note value.
Lapse - class ritornello.core.playable.Lapse.
 
Lapse(Measure, long, long, long) - Constructor for class ritornello.core.playable.Lapse
Constructor.

M

main(String[]) - Static method in class ritornello.sound.MidiUtil
 
main(String[]) - Static method in class ritornello.core.conceitual.Interval
Test unit.
main(String[]) - Static method in class ritornello.core.conceitual.Chord
Test unit.
main(String[]) - Static method in class ritornello.core.conceitual.Note
Test unit.
main(String[]) - Static method in class ritornello.core.conceitual.Scale
Test unit.
MAJOR - Static variable in class ritornello.core.conceitual.Scale
The major scale code.
MAJOR_2ND_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The major 2nd semitones value.
MAJOR_3RD - Static variable in class ritornello.core.conceitual.Chord
The major triad representation.
MAJOR_3RD_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The major 3rd semitones value.
MAJOR_6TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The major 6th semitones value.
MAJOR_7TH - Static variable in class ritornello.core.conceitual.Chord
The maj 7th tetrad representation.
MAJOR_7TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The major 7th semitones value.
MAX_OCTAVE - Static variable in class ritornello.core.playable.PlayableNote
The max octave number.
Measure - class ritornello.core.performance.Measure.
 
Measure(int) - Constructor for class ritornello.core.performance.Measure
 
Messages - class ritornello.sound.Messages.
 
Messages() - Constructor for class ritornello.sound.Messages
 
MI - Static variable in class ritornello.core.conceitual.PitchName
The MI note value.
MidiUtil - class ritornello.sound.MidiUtil.
 
MIN_OCTAVE - Static variable in class ritornello.core.playable.PlayableNote
The min octave number.
MINOR_2ND_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The minor 2nd semitones value.
MINOR_3RD - Static variable in class ritornello.core.conceitual.Chord
The minor triad representation.
MINOR_3RD_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The minor 3rd semitones value.
MINOR_6TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The minor 6th semitones value.
MINOR_7TH - Static variable in class ritornello.core.conceitual.Chord
The min 7th tetrad representation.
MINOR_7TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The minor 7th semitones value.
MINOR_HARMONIC - Static variable in class ritornello.core.conceitual.Scale
The minor harmonic scale code.
MINOR_MELODIC - Static variable in class ritornello.core.conceitual.Scale
The minor melodic scale code.

N

NATURAL - Static variable in class ritornello.core.conceitual.Note
The natural note value.
NATURAL_11TH - Static variable in class ritornello.core.conceitual.Chord
The 11 dissonance representation.
NATURAL_13TH - Static variable in class ritornello.core.conceitual.Chord
The 13 dissonance representation.
NATURAL_9TH - Static variable in class ritornello.core.conceitual.Chord
The 9 dissonance representation.
Note - class ritornello.core.conceitual.Note.
 
Note(PitchName, int) - Constructor for class ritornello.core.conceitual.Note
Constructor.
NUMBER_OF_PITCH_NAMES - Static variable in class ritornello.core.conceitual.PitchName
The number of pitch names.

O

OCTAVE_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The number of semitones within an octave.

P

PERFECT_4TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The perfect 4th semitones value.
PERFECT_5TH - Static variable in class ritornello.core.conceitual.Chord
The perfect triad representation.
PERFECT_5TH_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The perfect 5th semitones value.
PitchName - class ritornello.core.conceitual.PitchName.
 
PitchName(int) - Constructor for class ritornello.core.conceitual.PitchName
Constructor.
play() - Method in interface ritornello.core.performance.Runnable
 
play() - Method in class ritornello.core.performance.Score
 
PlayableChord - class ritornello.core.playable.PlayableChord.
 
PlayableChord(PlayableNote) - Constructor for class ritornello.core.playable.PlayableChord
Constructor.
PlayableElement - interface ritornello.core.playable.PlayableElement.
 
PlayableNote - class ritornello.core.playable.PlayableNote.
 
PlayableNote(PitchName, int, int) - Constructor for class ritornello.core.playable.PlayableNote
Constructor.
PlayingException - exception ritornello.exception.PlayingException.
Title: Description: Copyright: Copyright (c) 2003 Company:
PlayingException(String) - Constructor for class ritornello.exception.PlayingException
 
playScore(Score) - Static method in class ritornello.sound.MidiUtil
 

R

RE - Static variable in class ritornello.core.conceitual.PitchName
The RE note value.
removeAllElements() - Method in interface ritornello.core.Collection
 
removeAllElements() - Method in class ritornello.core.conceitual.Chord
 
removeAllElements() - Method in class ritornello.core.conceitual.Scale
 
removeAllElements() - Method in class ritornello.core.performance.Score
 
removeAllElements() - Method in class ritornello.core.performance.Staff
 
removeAllElements() - Method in class ritornello.core.performance.Measure
 
removeElement(Object) - Method in interface ritornello.core.Collection
 
removeElement(Object) - Method in class ritornello.core.conceitual.Chord
 
removeElement(Object) - Method in class ritornello.core.conceitual.Scale
 
removeElement(Object) - Method in class ritornello.core.performance.Score
 
removeElement(Object) - Method in class ritornello.core.performance.Staff
 
removeElement(Object) - Method in class ritornello.core.performance.Measure
 
ritornello.core - package ritornello.core
 
ritornello.core.conceitual - package ritornello.core.conceitual
 
ritornello.core.performance - package ritornello.core.performance
 
ritornello.core.playable - package ritornello.core.playable
 
ritornello.exception - package ritornello.exception
 
ritornello.sound - package ritornello.sound
 
Rollable - interface ritornello.core.conceitual.Rollable.
 
Runnable - interface ritornello.core.performance.Runnable.
 

S

Scale - class ritornello.core.conceitual.Scale.
 
Scale(Note) - Constructor for class ritornello.core.conceitual.Scale
Constructor.
Score - class ritornello.core.performance.Score.
 
Score() - Constructor for class ritornello.core.performance.Score
 
Serializable - interface ritornello.core.performance.Serializable.
 
setAccident(int) - Method in class ritornello.core.conceitual.Note
Sets the note accident.
setBpm(int) - Method in class ritornello.core.performance.Score
Sets the tempo value, in beats per minute.
setClef(Clef) - Method in class ritornello.core.performance.Staff
Sets the clef data.
setDurationTicks(long) - Method in class ritornello.core.playable.Lapse
 
setKeySignature(KeySignature) - Method in class ritornello.core.performance.Measure
Sets the key data.
setLapse(Lapse) - Method in class ritornello.core.playable.PlayableChord
 
setLapse(Lapse) - Method in interface ritornello.core.playable.PlayableElement
 
setLapse(Lapse) - Method in class ritornello.core.playable.PlayableNote
 
setNumber(int) - Method in class ritornello.core.performance.Measure
Sets the number information.
setOctave(int) - Method in class ritornello.core.playable.PlayableNote
Sets the note's octave.
setPitchName(PitchName) - Method in class ritornello.core.conceitual.Note
Sets the pitch name.
setResolution(int) - Method in class ritornello.core.performance.Score
Sets the score resolution.
setRoot(Note) - Method in class ritornello.core.conceitual.Chord
Sets the root note.
setRoot(Note) - Method in class ritornello.core.conceitual.Scale
Sets the scale's root note.
setScore(Score) - Method in class ritornello.core.performance.Staff
Sets the owner score.
setSemitones(int) - Method in class ritornello.core.conceitual.Interval
Set the interval kind.
setStaff(Staff) - Method in class ritornello.core.performance.Measure
Sets the owner staff.
setStartBeat(long) - Method in class ritornello.core.playable.Lapse
 
setStartMeasure(Measure) - Method in class ritornello.core.playable.Lapse
 
setStartTick(long) - Method in class ritornello.core.playable.Lapse
 
setTimeSignature(TimeSignature) - Method in class ritornello.core.performance.Measure
Sets the time data.
setValue(int) - Method in class ritornello.core.conceitual.PitchName
Sets the pitch name value for a note.
SHARP - Static variable in class ritornello.core.conceitual.Note
The sharp note value.
SHARP_11TH - Static variable in class ritornello.core.conceitual.Chord
The #11 dissonance representation.
SHARP_9TH - Static variable in class ritornello.core.conceitual.Chord
The #9 dissonance representation.
SI - Static variable in class ritornello.core.conceitual.PitchName
The SI note value.
SOL - Static variable in class ritornello.core.conceitual.PitchName
The SOL note value.
Staff - class ritornello.core.performance.Staff.
 
Staff() - Constructor for class ritornello.core.performance.Staff
 

T

TimeSignature - class ritornello.core.performance.TimeSignature.
 
TimeSignature() - Constructor for class ritornello.core.performance.TimeSignature
 
toString() - Method in class ritornello.core.conceitual.Interval
Retrieves the interval name.
toString() - Method in class ritornello.core.conceitual.Note
Retrieves the note name by default.

U

UNISON_SEMITONES - Static variable in class ritornello.core.conceitual.Interval
The unison semitones value.

V

ValidationException - exception ritornello.exception.ValidationException.
Title: Description: Copyright: Copyright (c) 2003 Company:
ValidationException(String) - Constructor for class ritornello.exception.ValidationException
 

A C D E F G I K L M N O P R S T U V