A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

I

ID - Static variable in class net.charlesames.music.ensemble.NoteAttribute
Note ID.
ID - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
ID - Static variable in class net.charlesames.utility.entity.XmlTags
Attribute name for an integer identifier.
ID - Static variable in class net.charlesames.utility.xml.Xml.XmlTags
Tag "id"
Identification - Class in net.charlesames.music.musicxml
The Identification class implements the MusicXML <identification> element.
IDENTIFICATION - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
IdentificationCreator - Class in net.charlesames.music.musicxml
The IdentificationCreator class implements the MusicXML <creator> element.
IdentificationEncoding - Class in net.charlesames.music.musicxml
The IdentificationEncoding class implements the MusicXML <encoding> element.
IdentificationEncodingSupport - Class in net.charlesames.music.musicxml
The IdentificationEncodingSupport class implements the MusicXML <supports> element.
IMPLICIT - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
incrementCurrent(double) - Method in class net.charlesames.utility.common.ProgressMonitor
Increment the current progress amount.
incrementReferenceCount() - Method in class net.charlesames.utility.entity.Entity
Increment the count of objects referencing this one.
incrementTieLevel() - Method in class net.charlesames.music.score.ScoreVoice
Call this method whenever a tie-from note is processed.
IndentPanelBuilder - Class in net.charlesames.utility.html
Generates a blank indentation panel using HTML formatting tags.
IndentPanelBuilder() - Constructor for class net.charlesames.utility.html.IndentPanelBuilder
Constructor for IndentPanelBuilder instances
INDEX - Static variable in class net.charlesames.utility.entity.XmlTags
Node/Attribute name for XML serialized index value.
INDICATION - Static variable in class net.charlesames.music.common.XmlTags
 
Indication - Enum in net.charlesames.music.musicxml.attribute
Indications are MusicXML classes that tell how notes should be played.
INFLECTION - Static variable in class net.charlesames.music.common.XmlTags
 
Inflection - Class in net.charlesames.music.score
The Accidental class expresses chromatic adjustments to letter names.
initialize() - Method in class net.charlesames.music.ensemble.TuningMap
Fill in a minimal set of tuning elements, assuming 12 equal divisions of the octave.
initialize() - Method in class net.charlesames.music.ensemble.TuningMapChromatic
 
initialize() - Method in class net.charlesames.music.ensemble.TuningMapDiatonic
 
initializeChannel(String, int, String, int) - Method in class net.charlesames.music.midi.MidiTrack
Initialize a MIDI channel
initializeXsd(Document) - Static method in class net.charlesames.utility.entity.WriteableEntity
Initialize XML schema creation.
INSTRUMENT - Static variable in class net.charlesames.music.common.XmlTags
 
INSTRUMENT - Static variable in class net.charlesames.music.ensemble.NoteAttribute
Note-list Instrument ID.
INSTRUMENT - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
INSTRUMENT_ID - Static variable in class net.charlesames.music.common.XmlTags
 
INSTRUMENT_NAME - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
INTEGER - Static variable in class net.charlesames.utility.entity.XmlType.TypeNames
Type name for Integer data (primitive).
interpolatePitchBend() - Method in class net.charlesames.music.midi.MidiNote
Create a sequence of MIDI pitch-bend events over the duration of the note that plot a line from the onset value to the relase value.
interpolatePitchBend(int, long, long, int, int) - Method in class net.charlesames.music.midi.MidiTrack
Create a ramped sequence of MIDI pitch-bend events
interpolateValue(Ratio, double, double) - Method in class net.charlesames.utility.contour.RationalSegment
Calculate the segment value as of a specified ordinate.
interpolateValue(double, double, double) - Method in class net.charlesames.utility.contour.RealSegment
Calculate the segment value as of a specified ordinate.
intFromText(String) - Static method in class net.charlesames.utility.math.MathMethods
Converts text to integers, using option-5 to represent infinity.
invert() - Method in class net.charlesames.music.score.Degree
Invert a degree around C natural.
invert() - Method in class net.charlesames.music.score.Pitch
Invert a pitch around middle C.
invert() - Method in class net.charlesames.music.score.Rest
 
invert() - Method in class net.charlesames.utility.math.Ratio
Invert this ratio.
invertAround(Degree) - Method in class net.charlesames.music.score.Degree
Invert the current degree around the origin degree.
invertAround(Pitch) - Method in class net.charlesames.music.score.Pitch
Invert the current pitch around the origin pitch.
invertAround(Pitch) - Method in class net.charlesames.music.score.Rest
 
isAbsolute(File) - Method in class net.charlesames.utility.io.PrivilegedFilePropertyGetter
Test whether the indicated file is absolute.
isBeamable() - Method in class net.charlesames.music.score.Neume
Getter for the Beamable property The Beamable property indicates whether or not a neume can be beamed.
isCapableVoice(EnsembleVoice) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Test if the indicated voice is capable of playing this instrument.
isCompatibleWithVoice(EnsembleVoice) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Test if this MusicXmlPart resides within the indicated voice's choir hierarchy.
isComplete() - Method in class net.charlesames.utility.common.ProgressMonitor
 
isDirectory(File) - Method in class net.charlesames.utility.io.PrivilegedFilePropertyGetter
Test whether the indicated file is a directory.
isDirty() - Method in class net.charlesames.music.ensemble.Ensemble
 
isDirty() - Method in class net.charlesames.music.midi.MidiFile
 
isDirty() - Method in class net.charlesames.music.musicxml.MusicXmlScore
Test if the document has experienced a change which should be saved to the MusicXML file.
isDirty() - Method in class net.charlesames.music.score.Score
 
isDirty() - Method in interface net.charlesames.utility.io.FileDocument
Test if the document or any of its components has experienced a change which justifies saving to file.
isFile(File) - Method in class net.charlesames.utility.io.PrivilegedFilePropertyGetter
Test whether the indicated file is a file.
isFirstNote(ScoreNote) - Method in class net.charlesames.music.score.Slur
Test if a note begins this slur.
isGeneralMidi() - Method in class net.charlesames.music.ensemble.Ensemble
Mapping information for MIDI programs is defined in EnsembleInstrument instances.
isGeneralMidi() - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Mapping information for MIDI key numbers is defined in UnpitchedSound instances.
isGeneralMidi() - Method in class net.charlesames.music.midi.MidiFile
Getter for the GeneralMidi flag.
isGenerateRamps() - Method in class net.charlesames.music.ensemble.EnsembleContour
Get the flag to generate ramps.
isHidden(File) - Method in class net.charlesames.utility.io.PrivilegedFilePropertyGetter
Test whether the indicated file is hidden.
isInChord() - Method in class net.charlesames.music.musicxml.TimedEvent
Getter for the InChord property
isIncludedInSchema() - Method in class net.charlesames.utility.entity.XmlAttribute
 
isIncludedInSchema() - Method in class net.charlesames.utility.entity.XmlElement
 
isIncludedInSchema() - Method in class net.charlesames.utility.entity.XmlNode
Check if this node should be visible in the schema.
isLarge(double) - Static method in class net.charlesames.utility.math.MathMethods
Tests if a double precision number is very large.
isLastNote(ScoreNote) - Method in class net.charlesames.music.score.Slur
Test if a note ends this slur.
isMacOS() - Method in class net.charlesames.utility.launch.Launcher
Test if the application is running under the Macintosh OS.
isMacOS() - Static method in class net.charlesames.utility.launch.LaunchMethods
 
isMaxExclusive() - Method in class net.charlesames.music.ensemble.EnsembleContour
 
isMidiFileCapable() - Method in class net.charlesames.music.ensemble.Ensemble
Test if this ensemble contains the mapping data necessary to export associated scores to MIDI files.
isMinExclusive() - Method in class net.charlesames.music.ensemble.EnsembleContour
 
isModifiable() - Method in class net.charlesames.utility.entity.Entity
Getter for the Modifiable property.
isMusicXmlCapable() - Method in class net.charlesames.music.ensemble.Ensemble
Test if this ensemble contains the mapping data necessary to export associated scores to MusicXML files.
isNativeFileCapable() - Method in class net.charlesames.music.ensemble.Ensemble
Test if this ensemble is enabled to save scores in the native score file format.
isNoteListCapable() - Method in class net.charlesames.music.ensemble.Ensemble
Test if this ensemble contains the mapping data necessary to export associated scores to note-list note lists.
isNoteListNormalize() - Method in class net.charlesames.music.ensemble.Ensemble
Get the note-list normalize flag.
isNoteListTrace() - Method in class net.charlesames.music.ensemble.Ensemble
Get the note-list trace flag.
isNullOrBlank(String) - Static method in class net.charlesames.utility.common.StringMethods
Checks if a string is blank, while accommodating a null argument.
ISO8601 - Class in net.charlesames.utility.date
Methods supporting the ISO-8601 date format.
ISO8601() - Constructor for class net.charlesames.utility.date.ISO8601
 
isPermitted() - Method in class net.charlesames.utility.common.ProgressMonitor
 
isPersistent() - Method in class net.charlesames.utility.entity.WriteableEntity
Getter for the Persistent flag.
isPickup() - Method in class net.charlesames.music.score.ScoreMeasure
Get the pickup indicator.
isPlacedAsVoice() - Method in enum net.charlesames.music.musicxml.attribute.Indication
 
isRest() - Method in class net.charlesames.music.score.Pitch
Test whether this pitch is a rest.
isRunning() - Method in class net.charlesames.utility.common.ProgressMonitor
 
isSmall(double) - Static method in class net.charlesames.utility.math.MathMethods
Tests if a double precision number is very small.
isStepwiseMotion(int) - Static method in class net.charlesames.music.score.Pitch
Test if the indicated motion is stepwise
isTieStart() - Method in class net.charlesames.music.musicxml.NoteInMeasure
Getter for the TieStart property.
isTieStop() - Method in class net.charlesames.music.musicxml.NoteInMeasure
Getter for the TieStop property.
isUnpitched() - Method in class net.charlesames.music.ensemble.ContainerOfInstrumentLinks
Getter for the Unpitched property.
isUsed() - Method in class net.charlesames.utility.entity.XmlSpec
Check if this XmlSpec has been used in an XML schema.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z