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

S

save() - Method in class net.charlesames.music.ensemble.Ensemble
 
save() - Method in class net.charlesames.music.midi.MidiFile
Save MIDI file data.
save(File) - Method in class net.charlesames.music.musicxml.MusicXmlScore
Save a MusicXML document.
save() - Method in class net.charlesames.music.score.Score
Save the score in native format.
save(File) - Method in class net.charlesames.utility.entity.WriteableEntity
Write the content of this entity to the indicated file in XML format.
save(File) - Method in class net.charlesames.utility.html.HtmlBuilder
Save the text to the indicated File.
save() - Method in interface net.charlesames.utility.io.FileDocument
Save this document to the path indicated using the FileDocument.setFile(File) method.
SCALING - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
Scaling - Class in net.charlesames.music.musicxml
The Scaling class implements the MusicXML <scaling> element.
SCHEMA - Static variable in class net.charlesames.utility.xml.Xsd.Tags
Schema tag
SCOOP - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Scoop - Class in net.charlesames.music.musicxml.notation
The Scoop class implements the MusicXML <scoop> articulation.
Scoop(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.Scoop
Constructor for new Scoop instances.
SCORE - Static variable in class net.charlesames.music.common.XmlTags
 
SCORE - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
Score - Class in net.charlesames.music.score
The Score class implements a collection of ScoreNote instances.
SCORE_INSTRUMENT - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SCORE_PART - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SCORE_PARTWISE - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
ScoreContour - Class in net.charlesames.music.score
Instances of the ScoreContour class plot the time-evolution of musical attributes such as tempo and dynamics.
ScoreEnsembleData - Class in net.charlesames.music.score
XML I/O stuff for Score data that is pertinent to Music-N note lists.
ScoreEnsembleData(Score) - Constructor for class net.charlesames.music.score.ScoreEnsembleData
Constructor for ScoreEnsembleData instances.
ScoreEntity - Class in net.charlesames.music.score
The abstract ScoreEntity class provides a base for all Score components.
ScoreEntity(ScoreEntity) - Constructor for class net.charlesames.music.score.ScoreEntity
Constructor for ScoreEntity instances
ScoreEvent - Class in net.charlesames.music.score
The abstract Event class implements properties and methods common to notes and other score elements which happen in time-sequenced order.
ScoreEvent(Score) - Constructor for class net.charlesames.music.score.ScoreEvent
Constructor for ScoreEvent instances
ScoreEvent.Alignment - Enum in net.charlesames.music.score
The Alignment property determines whether an event at the barline should be considered as part of the preceding measure (Alignment.RIGHT) or the succeeding measure (Alignment.LEFT).
ScoreEventData - Class in net.charlesames.music.score
XML I/O stuff for Score data that is pertinent to Music-N note lists.
ScoreEventData(Score) - Constructor for class net.charlesames.music.score.ScoreEventData
Constructor for ScoreEventData instances.
ScoreGroupData - Class in net.charlesames.music.score
XML I/O stuff for Score data that is pertinent to Music-N note lists.
ScoreGroupData(Score) - Constructor for class net.charlesames.music.score.ScoreGroupData
Constructor for ScoreGroupData instances.
ScoreInstrument - Class in net.charlesames.music.musicxml
The ScoreInstrument class implements the MusicXML <score-instrument> element.
ScoreInstrument - Class in net.charlesames.music.score
The ScoreInstrument class determines the sound used to realize a note.
ScoreMeasure - Class in net.charlesames.music.score
The Measure class defines a section of a score characterized by a starting time, ending time, time signature, and key signature.
ScoreNote - Class in net.charlesames.music.score
The ScoreNote class represents an individual sound within a score.
ScorePart - Class in net.charlesames.music.musicxml
The ScorePart class implements the MusicXML <score-part> element.
ScorePartwise - Class in net.charlesames.music.musicxml
The ScorePartwise, implements the MusicXML <score-partwise> element.
ScorePhrase - Class in net.charlesames.music.score
The Phrase class defines a group of notes whose relationship is up to the user to exploit.
ScoreSegment - Class in net.charlesames.music.score
The ScoreSegment class defines a section of a ScoreContour characterized by a starting time, ending time, origin value, and goal value.
ScoreTuplet - Class in net.charlesames.music.score
The ScoreTuplet class defines a group of notes whose durations are stretched or compressed by a proportional factor.
ScoreTupletEnd - Class in net.charlesames.music.score
The TupletEnd subclass of Event marks the end of a Tuplet within a particular voice of the score.
ScoreTupletStart - Class in net.charlesames.music.score
The TupletStart subclass of Event marks the start of a Tuplet within a particular voice of the score.
ScoreVoice - Class in net.charlesames.music.score
The ScoreVoice class structures notes within a Score instance in a manner roughly equivalent to how staves in a notated score organize notes into layers.
seByteCount - Static variable in class net.charlesames.music.midi.Midi
System exclusive message byte count tracked by the decodeMessage(SysexMessage) method.
seCount - Static variable in class net.charlesames.music.midi.Midi
System exclusive message count tracked by the decodeMessage(SysexMessage) method.
SEGMENT - Static variable in class net.charlesames.music.common.XmlTags
 
SEGMENT - Static variable in class net.charlesames.utility.entity.XmlTags
Node name for XML serialized subclass of RationalSegment or RealSegment.
SEGMENT_END - Static variable in class net.charlesames.music.common.XmlTags
 
SEGMENT_START - Static variable in class net.charlesames.music.common.XmlTags
 
SegmentEnd - Class in net.charlesames.music.score
The SegmentEnd subclass of ScoreEvent marks the end of a contour segment within a particular voice of the score.
SegmentStart - Class in net.charlesames.music.score
The SegmentStart subclass of ScoreEvent marks the start of a contour segment within a particular voice of the score.
selectAccidental(int, LetterName) - Static method in class net.charlesames.music.score.Degree
Find the accidental which, when paired with the indicated letter name, gives the indicated chroma.
SequenceTest - Class in net.charlesames.music.ensemble
 
SequenceTest() - Constructor for class net.charlesames.music.ensemble.SequenceTest
 
setAbbreviation(String) - Method in class net.charlesames.music.musicxml.PartGroup
Setter for the Abbreviation property.
setActivityMessage(String) - Method in class net.charlesames.utility.common.ProgressMonitor
 
setActual(int) - Method in class net.charlesames.music.musicxml.notation.Tuplet
Setter for the Actual property.
setAlter(int) - Method in class net.charlesames.music.musicxml.PedalTuning
Setter for the Alter property.
setAlter(double) - Method in class net.charlesames.music.musicxml.Pitch
Setter for the Alter property.
setApplicationName(String) - Method in class net.charlesames.utility.launch.Launcher
Set the application name.
setArgs(String[]) - Static method in class net.charlesames.utility.launch.LaunchMethods
 
setAttribute(String) - Method in class net.charlesames.music.musicxml.IdentificationEncodingSupport
Setter for the Attribute property.
setAttribute(String, String) - Method in class net.charlesames.utility.entity.Clipboard
Set the the attribute with the indicated tag to the indicated� value.
setBank(int) - Method in class net.charlesames.music.midi.MidiChannel
Set the MIDI bank that should be in force on this channel going forward.
setBank(int) - Method in class net.charlesames.music.midi.MidiNote
Set the MIDI bank.
setBank(int) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Bank property.
setBarColor(HtmlColor) - Method in class net.charlesames.utility.html.BarGraphBuilder
 
setBarColor(HtmlColor) - Method in class net.charlesames.utility.html.ContinuousGraphBuilder
 
setBarColor(HtmlColor) - Method in class net.charlesames.utility.html.DiscreteGraphBuilder
 
setBarColor(HtmlColor) - Method in class net.charlesames.utility.html.TimeGraphBuilder
 
setBarline(YesNo) - Method in class net.charlesames.music.musicxml.PartGroup
Setter for the Barline property.
setBarStyle(BarStyle) - Method in class net.charlesames.music.musicxml.Barline
Setter for the BarStyle property
setBarWidth(int) - Method in class net.charlesames.utility.html.TimeGraphBuilder
 
setBaseXmlSpec(XmlSpec) - Method in class net.charlesames.utility.entity.XmlSpec
Set the base XmlSpec instance.
setBeam(Beam) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for Beam property.
setBeam(BeamValue) - Method in class net.charlesames.music.score.ScoreNote
Setter for the Beam property.
setBeats(int) - Method in class net.charlesames.music.musicxml.TimeSignature
Setter for the Beats property
setBeatType(int) - Method in class net.charlesames.music.musicxml.TimeSignature
Setter for the BeatType property
setBeatUnit(String) - Method in class net.charlesames.music.musicxml.Metronome
Setter for the BeatUnit property.
setBeatUnitDots(int) - Method in class net.charlesames.music.musicxml.Metronome
Setter for the BeatUnitDots property.
setBottomMargin(int) - Method in class net.charlesames.music.musicxml.PageMargins
Setter for the BottomMargin property.
setBracket(YesNo) - Method in class net.charlesames.music.musicxml.notation.Tuplet
Setter for the Bracket property.
setCalculationMode(CalculationMode) - Method in class net.charlesames.utility.contour.ContourFromRational
Set the value of the CalculationMode property.
setCalculationMode(CalculationMode) - Method in class net.charlesames.utility.contour.ContourFromReal
Set the value of the CalculationMode property.
setCDataText(Node, String) - Static method in class net.charlesames.utility.xml.Xml
Adds CDATA content to a node within a org.w3c.dom document.
setCellWidth(int) - Method in class net.charlesames.utility.html.ContinuousGraphBuilder
 
setCellWidth(int) - Method in class net.charlesames.utility.html.DiscreteGraphBuilder
 
setCents(int) - Method in class net.charlesames.music.ensemble.TuningElement
Set the cents value.
setChannel(int) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Channel property.
setChoir(EnsembleChoir) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Move a EnsembleVoice from its current parent EnsembleChoir to a different EnsembleChoir.
setChoir(EnsembleChoir) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Move a EnsembleVoice from its current parent EnsembleChoir to a different EnsembleChoir.
setChord(Chord) - Method in class net.charlesames.music.score.ScoreNote
Setter for the Chord property.
setComment(String) - Method in class net.charlesames.music.musicxml.TimedEvent
Setter for the Comment property.
setComment(String) - Method in class net.charlesames.music.score.ScoreNote
Getter for the Comment property.
setCompletedColor(HtmlColor) - Method in class net.charlesames.utility.html.ProgressBarBuilder
 
setCompletedMessage(String) - Method in class net.charlesames.utility.common.ProgressMonitor
 
setContainer(EntityContainer) - Method in class net.charlesames.utility.entity.Entity
Setter for the Container property.
setContent(String) - Method in class net.charlesames.music.ensemble.EnsembleCredit
 
setContent(BeamValue) - Method in class net.charlesames.music.musicxml.Beam
Setter for the Content property.
setContent(String) - Method in class net.charlesames.music.musicxml.CreditWords
Setter for the Content property.
setContent(String) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the Content property.
setContent(String) - Method in class net.charlesames.music.musicxml.IdentificationCreator
Setter for the Content property.
setContent(String) - Method in class net.charlesames.music.musicxml.notation.Notation
Setter for the Content property.
setContent(String) - Method in class net.charlesames.music.musicxml.OtherNotation
Setter for the Content property.
setContent(WriteableEntity) - Method in class net.charlesames.utility.entity.Clipboard
Serialize the indicated WriteableEntity instance as an XML Document.
setContent(XmlContent) - Method in class net.charlesames.utility.entity.XmlSpec
Set the XmlContent instance.
setContour(EnsembleContour) - Method in class net.charlesames.music.ensemble.MidiControl
Setter for the Contour property.
setCreatorType(String) - Method in class net.charlesames.music.musicxml.IdentificationCreator
Setter for the CreatorType property.
setCreditWords(CreditWords) - Method in class net.charlesames.music.musicxml.Credit
Setter for the CreditWords property.
setCurrent(double) - Method in class net.charlesames.utility.common.ProgressMonitor
Update the current progress amount.
setDashesType(StartStop) - Method in class net.charlesames.music.musicxml.Dashes
Setter for the DashesType property.
setDefaultClef(Clef) - Method in class net.charlesames.music.ensemble.MusicXmlStaff
Setter for the DefaultClef property.
setDefaultInstrument(EnsembleInstrument) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Setter for the DefaultInstrument property.
setDefaultKeySignature(KeySignature) - Method in class net.charlesames.music.ensemble.Ensemble
Set the initial key signature for MusicXML and MIDI export.
setDefaultTimeSignature(TimeSignature) - Method in class net.charlesames.music.ensemble.Ensemble
Set the initial time signature for MusicXML and MIDI export.
setDefaultValue(double) - Method in class net.charlesames.music.ensemble.EnsembleContour
 
setDefaultValue(T) - Method in class net.charlesames.utility.contour.ContourFromRational
 
setDefaultValue(T) - Method in class net.charlesames.utility.contour.ContourFromReal
 
setDefaultX(int) - Method in class net.charlesames.music.musicxml.CreditWords
Setter for the DefaultX property.
setDefaultX(int) - Method in class net.charlesames.music.musicxml.TimedEvent
Setter for the DefaultX property.
setDefaultY(int) - Method in class net.charlesames.music.musicxml.CreditWords
Setter for the DefaultY property.
setDefaultY(int) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the DefaultY property.
setDescription(String) - Method in class net.charlesames.utility.entity.XmlNode
Set the description for the XSD element.
setDivisions(int) - Method in class net.charlesames.music.musicxml.Attributes
Setter for the Divisions property
setDivisions(int) - Method in class net.charlesames.music.musicxml.Measure
Getter for the Divisions property.
setDots(int) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for Dots property.
setDuration(int) - Method in class net.charlesames.music.musicxml.NoteInMeasure
 
setDynamic(Dynamic) - Method in class net.charlesames.music.ensemble.MusicXmlStaff
Getter for the Dynamic property.
setDynamics(double) - Method in class net.charlesames.music.musicxml.Direction
Setter for Dynamics property.
setDynamics(double) - Method in class net.charlesames.music.musicxml.Sound
Setter for the Dynamics property
setElement(String) - Method in class net.charlesames.music.musicxml.IdentificationEncodingSupport
Setter for the Element property.
setElevation(int) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Elevation property.
setEncoding(IdentificationEncoding) - Method in class net.charlesames.music.musicxml.Identification
Setter for the Encoding property.
setEncoding(String) - Method in class net.charlesames.utility.io.PrivilegedTextWriter
Set the method used for encoding characters.
setEncodingDate(Date) - Method in class net.charlesames.music.musicxml.IdentificationEncoding
Setter for the EncodingDate property.
setEndTime(Ratio) - Method in class net.charlesames.music.score.Chord
Set the chord end time.
setEndTime(Ratio) - Method in class net.charlesames.music.score.Score
Set the score ending time.
setEndTime(Ratio) - Method in class net.charlesames.music.score.ScoreTuplet
Setter for the tuplet EndTime.
setEnsemble(Ensemble) - Method in class net.charlesames.music.common.Root
 
setEnumValues(EnumSet<?>) - Method in class net.charlesames.utility.entity.XmlAttribute
Set the enumeration of restricted-to values.
setEnumValues(EnumSet<?>) - Method in class net.charlesames.utility.entity.XmlSimpleElement
Set the enumeration of restricted-to values.
setFactor(double) - Method in class net.charlesames.music.ensemble.MidiControl
Setter for the Factor property.
setFifths(int) - Method in class net.charlesames.music.musicxml.KeySignature
Setter for the Fifths property.
setFile(File) - Method in class net.charlesames.music.ensemble.Ensemble
 
setFile(File) - Method in class net.charlesames.music.midi.MidiFile
Associate a file with this MidiFile.
setFile(File) - Method in class net.charlesames.music.score.Score
 
setFile(File) - Method in interface net.charlesames.utility.io.FileDocument
Set the file where this document's data will persist.
setFile(File) - Method in class net.charlesames.utility.io.PrivilegedTextReader
Set the file from which the data is to be read.
setFile(File) - Method in class net.charlesames.utility.io.PrivilegedTextWriter
Set the file to which the data is to be written.
setFilled(YesNo) - Method in class net.charlesames.music.musicxml.Notehead
Setter for the Filled property.
setFlavor(String) - Method in class net.charlesames.music.score.Score
Set the document flavor.
setFontFamily(FontFamily) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the FontFamily property.
setFontSize(double) - Method in class net.charlesames.music.musicxml.CreditWords
Setter for the FontSize property.
setFontSize(double) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the FontSize property.
setFontSize(int) - Method in class net.charlesames.utility.html.BarGraphBuilder
 
setFontStyle(FontStyle) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the FontStyle property.
setFontWeight(FontWeight) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the FontWeight property.
setGeneralMidi(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Mapping information for MIDI programs is defined in EnsembleInstrument instances.
setGeneralMidi(boolean) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Mapping information for MIDI key numbers is defined in UnpitchedSound instances.
setGeneralMidi(boolean) - Method in class net.charlesames.music.midi.MidiFile
Setter for the GeneralMidi flag.
setGeneralMidiPercussionSound(GeneralMidiPercussionSound) - Method in class net.charlesames.music.ensemble.UnpitchedSound
Set the name and MIDI key from the indicated GeneralMidiPercussionSound option.
setGenerateRamps(boolean) - Method in class net.charlesames.music.ensemble.EnsembleContour
Set the flag to generate ramps.
setGoal(double) - Method in class net.charlesames.utility.common.ProgressMonitor
Update the progress limit.
setHeight(int) - Method in class net.charlesames.utility.html.ContinuousGraphBuilder.Row
 
setHeight(int) - Method in class net.charlesames.utility.html.ProgressBarBuilder
 
setHistogramRegion(ContinuousGraphBuilder.HistogramRegion) - Method in class net.charlesames.utility.html.ContinuousGraphBuilder.Row
 
setHtmlComment(String) - Method in class net.charlesames.utility.common.Specification
Sets the initial HTML comment text.
setID(int) - Method in class net.charlesames.music.ensemble.EnsembleChoir
 
setID(int) - Method in class net.charlesames.music.ensemble.EnsembleContour
 
setID(int) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
 
setID(int) - Method in class net.charlesames.music.ensemble.EnsembleVoice
 
setID(int) - Method in class net.charlesames.music.ensemble.MusicXmlPart
 
setID(int) - Method in class net.charlesames.music.ensemble.MusicXmlStaff
 
setID(int) - Method in class net.charlesames.music.ensemble.NoteListInstrument
 
setID(int) - Method in class net.charlesames.music.ensemble.NoteListParameter
 
setID(int) - Method in class net.charlesames.music.ensemble.NoteListParameterLink
 
setID(String) - Method in class net.charlesames.music.musicxml.ScoreInstrument
Setter for the ID property
setID(String) - Method in class net.charlesames.music.musicxml.ScorePart
Setter for the ID property
setID(int) - Method in class net.charlesames.utility.entity.Entity
Setter for the ID property.
setID(int) - Method in class net.charlesames.utility.entity.WriteableEntity
 
setIdentification(Identification) - Method in class net.charlesames.music.musicxml.ScorePartwise
Setter for the Identification property
setImplicit(YesNo) - Method in class net.charlesames.music.musicxml.Measure
Setter for the Implicit property.
setInChord(boolean) - Method in class net.charlesames.music.musicxml.NoteInMeasure
 
setIncludedInSchema(boolean) - Method in class net.charlesames.utility.entity.XmlNode
Indicate whether or not this node should be visible in the schema.
setIndex(int) - Method in class net.charlesames.music.ensemble.EnsembleContour
Set the unique contour identifier.
setIndex(int) - Method in class net.charlesames.utility.io.ParsingBuffer
Set the text pointer.
setInstrument(ScoreInstrument) - Method in class net.charlesames.music.score.ScoreVoice
Sets the ScoreInstrument instance most recently processed.
setInstrumentID(String) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for InstrumentID property.
setIntegerAttribute(String, int) - Method in class net.charlesames.utility.entity.Clipboard
Set the the attribute with the indicated tag to the indicated integer value.
setJustify(Justify) - Method in class net.charlesames.music.musicxml.CreditWords
Setter for the Justify property.
setKey(int) - Method in class net.charlesames.music.midi.MidiNote
Set the MIDI key number.
setKey(int) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Key property.
setKeySignature(KeySignature) - Method in class net.charlesames.music.musicxml.Attributes
Setter for the KeySignature property.
setLastChord(Chord) - Method in class net.charlesames.music.score.ScoreVoice
Sets the Chord instance most recently processed.
setLeftMargin(int) - Method in class net.charlesames.music.musicxml.PageMargins
Setter for the LeftMargin property.
setLeftMargin(int) - Method in class net.charlesames.music.musicxml.SystemMargins
Setter for the LeftMargin property.
setLine(int) - Method in class net.charlesames.music.musicxml.Clef
Setter for the Line property.
setLinkType(TypeOfParameterLink) - Method in class net.charlesames.music.ensemble.NoteListParameterLink
Setter for the LinkType property;
setLocation(RightLeftMiddle) - Method in class net.charlesames.music.musicxml.Barline
Setter for the Location property.
setMaxExclusive(boolean) - Method in class net.charlesames.music.ensemble.EnsembleContour
 
setMaxExpValue(double) - Method in class net.charlesames.music.ensemble.EnsembleContour
The MaxExpValue property is meaningful only if the CalculationMode is LINEAR.
setMaxOccurs(int) - Method in class net.charlesames.utility.entity.XmlElement
Set the maximum occurrences of this element for XML schema
setMaxValue(double) - Method in class net.charlesames.music.ensemble.EnsembleContour
Set the maximum above which segment origins and goals may not ascend.
setMeasureDuration(int) - Method in class net.charlesames.music.musicxml.Measure
Setter for the MeasureDuration property.
setMeasureNumbering(String) - Method in class net.charlesames.music.musicxml.MeasurePrint
Setter for the MeasureNumbering property.
setMeasurePrint(MeasurePrint) - Method in class net.charlesames.music.musicxml.Measure
Setter for the MeasurePrint property.
setMidiBank(int) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Setter for the MidiBank property.
setMidiChannel(int) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Setter for the MidiChannel property.
setMidiChannel(MidiChannel) - Method in class net.charlesames.music.midi.MidiNote
Set the MIDI channel.
setMidiChannelMode(MidiChannelMode) - Method in class net.charlesames.music.ensemble.Ensemble
Set the MIDI channel mode, which controls whether channels are selected statically or dynamically when score data is exported to a MIDI file.
setMidiDeviceName(String) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Setter for the MidiDeviceName property.
setMidiElevation(int) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Setter for the MidiElevation property.
setMidiFileCapable(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Set the true/false value of the MIDI enabled flag.
setMidiFileType(int) - Method in class net.charlesames.music.ensemble.Ensemble
Set the format for MIDI file export.
setMidiKey(int) - Method in class net.charlesames.music.ensemble.UnpitchedSound
Setter for the {code MidiKey} property.
setMidiNote(MidiNote) - Method in class net.charlesames.music.midi.MidiChannel
Set the MidiNote instance that currently occupies this channel.
setMidiPan(int) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Setter for the MidiPan property.
setMidiPitchBendRange(int) - Method in class net.charlesames.music.ensemble.Ensemble
Set the MIDI pitch bend range.
setMidiProgram(int) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Setter for the MidiProgram property.
setMidiTicksPerTimeUnit(int) - Method in class net.charlesames.music.ensemble.Ensemble
Set the MidiTicksPerTimeUnit.
setMidiTrack(MidiTrack) - Method in class net.charlesames.music.score.ScoreVoice
Sets the MidiTrack instance.
setMidiTrackName(String) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Getter for the MidiTrackName property.
setMidiVolume(int) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Setter for the MidiVolume property.
setMillimeters(double) - Method in class net.charlesames.music.musicxml.Scaling
Setter for the Millimeters property
setMinExclusive(boolean) - Method in class net.charlesames.music.ensemble.EnsembleContour
 
setMinExpValue(double) - Method in class net.charlesames.music.ensemble.EnsembleContour
The MinExpValue property is meaningful only if the CalculationMode is LINEAR.
setMinOccurs(int) - Method in class net.charlesames.utility.entity.XmlElement
Set the minimum occurrences of this element for XML schema
setMinValue(double) - Method in class net.charlesames.music.ensemble.EnsembleContour
 
setMode(Mode) - Method in class net.charlesames.music.musicxml.KeySignature
Setter for the Mode property.
setModifiable(boolean) - Method in class net.charlesames.utility.entity.Entity
Setter for the Modifiable property.
setMoment(NoteListParameterLink.Moment) - Method in class net.charlesames.music.ensemble.NoteListParameterLink
Set the NoteListParameterLink.Moment property.
setMovementTitle(String) - Method in class net.charlesames.music.musicxml.ScorePartwise
Setter for the MovementTitle property
setMusicXmlCapable(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Set the true/false value of the MusicXML enabling flag.
setMusicXmlDirection(String) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Getter for the MusicXmlDirection property.
setMusicXmlPartGroupNumber(int) - Method in class net.charlesames.music.ensemble.EnsembleChoir
Set the MusicXML part-group number.
setMusicXmlPartGroupSymbol(GroupSymbol) - Method in class net.charlesames.music.ensemble.EnsembleChoir
Set the MusicXML part-group display type.
setMusicXmlPlacement(Placement) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
Setter for the MusicXmlPlacement property.
setMusicXmlPlacement(Placement) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Setter for the MusicXmlPlacement property.
setMusicXmlShortestNeume(Neume) - Method in class net.charlesames.music.ensemble.Ensemble
Set the shortest neume for MusicXML export.
setMusicXmlStaff(MusicXmlStaff) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Setter for the MusicXmlStaff property.
setMusicXmlStaffDistance(int) - Method in class net.charlesames.music.ensemble.Ensemble
Set the staff distance for MusicXML export.
setMusicXmlStaffID(int) - Method in class net.charlesames.music.score.ScoreNote
Setter for the MusicXmlStaffID property.
setMusicXmlVoiceNumber(int) - Method in class net.charlesames.music.ensemble.EnsembleVoice
Setter for the MusicXmlVoiceNumber property.
setName(String) - Method in class net.charlesames.music.ensemble.EnsembleChoir
 
setName(String) - Method in class net.charlesames.music.ensemble.EnsembleContour
 
setName(String) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
 
setName(String) - Method in class net.charlesames.music.ensemble.EnsembleVoice
 
setName(String) - Method in class net.charlesames.music.ensemble.MusicXmlPart
 
setName(String) - Method in class net.charlesames.music.ensemble.MusicXmlStaff
 
setName(String) - Method in class net.charlesames.music.ensemble.NoteListInstrument
 
setName(String) - Method in class net.charlesames.music.ensemble.NoteListParameter
 
setName(String) - Method in class net.charlesames.music.midi.MidiEntity
Set the instance name.
setName(String) - Method in class net.charlesames.music.midi.MidiTrack
 
setName(String) - Method in class net.charlesames.music.musicxml.PartGroup
Setter for the Name property.
setName(String) - Method in class net.charlesames.music.musicxml.ScoreInstrument
Setter for the Name property
setName(String) - Method in class net.charlesames.music.musicxml.ScorePart
Setter for the Name property
setName(String) - Method in class net.charlesames.utility.entity.Entity
Setter for the Name property.
setName(String) - Method in class net.charlesames.utility.entity.WriteableEntity
 
setNativeFileCapable(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Enable or disable saving in native file format.
setNeume(String) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for Neume property.
setNoNamespaceSchemaLocation(String) - Method in class net.charlesames.utility.entity.XmlSpec
Set the no-namespace XML schema location.
setNormal(int) - Method in class net.charlesames.music.musicxml.notation.Tuplet
Setter for the Normal property.
setNotatedDuration(Duration) - Method in class net.charlesames.music.score.ScoreNote
Setter for the NotatedDuration property.
setNoteDuration(int) - Method in class net.charlesames.music.musicxml.Measure
Setter for the NoteDuration property.
setNotehead(NoteheadShape) - Method in class net.charlesames.music.ensemble.UnpitchedSound
Setter for the Notehead property.
setNotehead(NoteheadShape) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for Notehead property.
setNoteListCapable(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Set the true/false value of the note-list note list enabling flag.
setNoteListFormat(NoteListFormat) - Method in class net.charlesames.music.ensemble.Ensemble
Set the note-list format.
setNoteListInstrument(NoteListInstrument) - Method in class net.charlesames.music.ensemble.NoteListInstrumentLink
Set the target of this NoteListInstrumentLink to the indicated NoteListInstrument.
setNoteListLineTerminator(NoteListLineTerminator) - Method in class net.charlesames.music.ensemble.Ensemble
Set the note-list line terminator.
setNoteListNormalize(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Set the note-list normalize flag.
setNoteListSampleBits(int) - Method in class net.charlesames.music.ensemble.Ensemble
Set the note-list sample bits.
setNoteListSampleRate(int) - Method in class net.charlesames.music.ensemble.Ensemble
Set the note-list sample rate.
setNoteListTrace(boolean) - Method in class net.charlesames.music.ensemble.Ensemble
Set the note-list trace flag.
setNoteListTuningFrequency(double) - Method in class net.charlesames.music.ensemble.Ensemble
Set the frequency for A above middle C.
setNumber(int) - Method in class net.charlesames.music.musicxml.Beam
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.Clef
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.Dashes
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.Measure
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.notation.Tuplet
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.OtherNotation
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.PartGroup
Setter for the Number property.
setNumber(int) - Method in class net.charlesames.music.musicxml.Words
Setter for the Number property.
setOctave(int) - Method in class net.charlesames.music.musicxml.Clef
Setter for the Octave property.
setOffset(double) - Method in class net.charlesames.music.ensemble.MidiControl
Setter for the Offset property.
setOffset(int) - Method in class net.charlesames.music.musicxml.Direction
Setter for Offset property.
setOpcodeValue(String, String) - Method in class net.charlesames.music.ensemble.Ensemble
Set the character string that begins a note-list statement.
setOrchestraFile(File) - Method in class net.charlesames.music.ensemble.Ensemble
Set the SOUND orchestra file.
setOriginPitchBend(int) - Method in class net.charlesames.music.midi.MidiNote
Set the pitch bend at the onset of the note.
setPage(int) - Method in class net.charlesames.music.musicxml.Credit
Setter for the Page property.
setPageHeight(int) - Method in class net.charlesames.music.musicxml.PageLayout
Setter for the PageHeight property.
setPageLayout(PageLayout) - Method in class net.charlesames.music.musicxml.ScorePartwise
Setter for the PageLayout property
setPageWidth(int) - Method in class net.charlesames.music.musicxml.PageLayout
Setter for the PageWidth property.
setPan(int) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Pan property.
setParent(ScoreTuplet) - Method in class net.charlesames.music.score.ScoreTuplet
Set the parent tuplet.
setParentheses(YesNo) - Method in class net.charlesames.music.musicxml.Metronome
Setter for the Parentheses property.
setPartInScore(PartInScore) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Getter for the PartInScore property.
setPendingColor(HtmlColor) - Method in class net.charlesames.utility.html.ProgressBarBuilder
 
setPerMinute(int) - Method in class net.charlesames.music.musicxml.Metronome
Setter for the PerMinute property.
setPersistent(boolean) - Method in class net.charlesames.utility.entity.WriteableEntity
Setter for the Persistent flag.
setPhase(int) - Method in class net.charlesames.utility.common.ProgressMonitor
Set the phase.
setPhrase(ScorePhrase) - Method in class net.charlesames.music.score.ScoreNote
Setter for the Phrase property.
setPitch(String, int, double) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Set the StepAndOctave property to a new Pitch instance with the indicated parameters.
setPlacement(Placement) - Method in class net.charlesames.music.musicxml.Direction
Setter for Placement property.
setPlacement(Placement) - Method in class net.charlesames.music.musicxml.notation.Notation
Setter for the Placement property.
setProcessID(int) - Method in class net.charlesames.music.score.ScoreEvent
Setter for the ProcessID property.
setProgram(int) - Method in class net.charlesames.music.midi.MidiChannel
Set the MIDI program that should be in force on this channel going forward.
setProgram(int) - Method in class net.charlesames.music.midi.MidiNote
Set the MIDI program
setProgram(int) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Program property.
setProgress(double) - Method in class net.charlesames.utility.html.ProgressBarBuilder
 
setPropertyName(String) - Method in class net.charlesames.utility.io.PrivilegedPropertyGetter
Set the property name.
setRawHistogramWidth(int) - Method in class net.charlesames.utility.html.DiscreteGraphBuilder.Row
 
setReference(String) - Method in class net.charlesames.music.ensemble.MidiControl
Setter for the Reference property.
setReference(String) - Method in class net.charlesames.music.ensemble.NoteListParameterLink
Setter for the Reference property.
setRegisteredParameter(long, int, int, int, int, int) - Method in class net.charlesames.music.midi.MidiTrack
Set a MIDI registered parameter value.
setRelativeX(int) - Method in class net.charlesames.music.musicxml.DirectionType
Setter for the RelativeX property.
setReleasePitch(Pitch) - Method in class net.charlesames.music.score.ScoreNote
Setter for the ReleasePitch property.
setReleasePitchBend(int) - Method in class net.charlesames.music.midi.MidiNote
Set the pitch bend at the release of the note
setRightMargin(int) - Method in class net.charlesames.music.musicxml.PageMargins
Setter for the RightMargin property.
setRightMargin(int) - Method in class net.charlesames.music.musicxml.SystemMargins
Setter for the RightMargin property.
setRights(String) - Method in class net.charlesames.music.musicxml.Identification
Setter for the Rights property.
setSeed(long) - Method in class net.charlesames.utility.common.SharedRandomGenerator
Sets the seed value for the shared random number generator.
setShape(NoteheadShape) - Method in class net.charlesames.music.musicxml.Notehead
Setter for the Shape property.
setShortestNeume(Neume) - Method in class net.charlesames.music.score.Score
Setter for the ShortestNeume property.
setShowNumber(TupletShowNumber) - Method in class net.charlesames.music.musicxml.notation.Tuplet
Setter for the ShowNumber property.
setSign(Clef.ClefSign) - Method in class net.charlesames.music.musicxml.Clef
Setter for the Sign property.
setSlur(Slur) - Method in class net.charlesames.music.score.ScoreNote
Setter for the Slur property.
setSlurType(StartStop) - Method in class net.charlesames.music.musicxml.notation.Slur
Setter for the SlurType property
setSound(Sound) - Method in class net.charlesames.music.musicxml.Directive
Setter for Sound property.
setStaff(int) - Method in class net.charlesames.music.musicxml.Direction
Setter for Staff property.
setStaff(int) - Method in class net.charlesames.music.musicxml.Directive
Setter for Staff property.
setStaff(int) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for Staff property.
setStaffDistance(int) - Method in class net.charlesames.music.musicxml.StaffLayout
Setter for the StaffDistance property
setStaffLayout(StaffLayout) - Method in class net.charlesames.music.musicxml.ScorePartwise
Setter for the StaffLayout property
setStartTime(Ratio) - Method in class net.charlesames.music.score.Chord
Set the chord start time.
setStartTime(Ratio) - Method in class net.charlesames.music.score.Score
Set the score starting time.
setStatus(Status) - Method in class net.charlesames.utility.entity.Entity
Setter for the Status property.
setStatus(Status) - Method in class net.charlesames.utility.entity.WriteableEntity
 
setStaves(int) - Method in class net.charlesames.music.musicxml.Attributes
Setter for the Staves property
setStaves(int) - Method in class net.charlesames.music.musicxml.Measure
Setter for the Staves property.
setStem(Stem) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for Stem property.
setStep(String) - Method in class net.charlesames.music.musicxml.PedalTuning
Setter for the Step property.
setSupportType(String) - Method in class net.charlesames.music.musicxml.IdentificationEncodingSupport
Setter for the SupportType property.
setSupportValue(String) - Method in class net.charlesames.music.musicxml.IdentificationEncodingSupport
Setter for the SupportValue property.
setSymbol(String) - Method in class net.charlesames.music.musicxml.Dynamics
Setter for the Symbol property.
setSymbol(GroupSymbol) - Method in class net.charlesames.music.musicxml.PartGroup
Setter for the Symbol property.
setSymbol(String) - Method in class net.charlesames.music.musicxml.TimeSignature
Setter for the Symbol property.
setSystemDistance(int) - Method in class net.charlesames.music.musicxml.SystemLayout
Setter for the SystemDistance property
setSystemLayout(SystemLayout) - Method in class net.charlesames.music.musicxml.MeasurePrint
Setter for the SystemLayout property.
setSystemLayout(SystemLayout) - Method in class net.charlesames.music.musicxml.ScorePartwise
Setter for the SystemLayout property
setSystemMargins(SystemMargins) - Method in class net.charlesames.music.musicxml.SystemLayout
Setter for the SystemMargins property
setTargetNamespace(String) - Method in class net.charlesames.utility.entity.XmlSpec
Set the target namespace for the XML schema.
setTempo(int) - Method in class net.charlesames.music.musicxml.Direction
Setter for Tempo property.
setTempo(int) - Method in class net.charlesames.music.musicxml.Sound
Setter for the Tempo property
setTenths(int) - Method in class net.charlesames.music.musicxml.Scaling
Setter for the Tenths property
setText(String) - Method in class net.charlesames.utility.io.ParsingBuffer
 
setText(String) - Method in class net.charlesames.utility.io.PrivilegedTextWriter
Set the text data which is to go into the file.
setTieFromNote(ScoreNote) - Method in class net.charlesames.music.score.ScoreNote
Setter for the TieFromNote property.
setTieStart(boolean) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for the TieStart property.
setTieStop(boolean) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for the TieStop property.
setTime(int) - Method in class net.charlesames.music.musicxml.Measure
Setter for the Time property.
setTime(int) - Method in class net.charlesames.music.musicxml.TimedEvent
Setter for the Time property
setTimeSignature(TimeSignature) - Method in class net.charlesames.music.musicxml.Attributes
Setter for the TimeSignature property.
setTopMargin(int) - Method in class net.charlesames.music.musicxml.PageMargins
Setter for the TopMargin property.
setTopSystemDistance(int) - Method in class net.charlesames.music.musicxml.SystemLayout
Setter for the TopSystemDistance property
setTupletRatio(Ratio) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for TupletRatio property.
setTupletType(StartStop) - Method in class net.charlesames.music.musicxml.notation.Tuplet
Setter for the TupletType property.
setType(String) - Method in class net.charlesames.music.musicxml.PageMargins
Setter for the Type property.
setType(StartStop) - Method in class net.charlesames.music.musicxml.PartGroup
Setter for the Type property.
setTypeName(String) - Method in class net.charlesames.utility.entity.XmlSpec
Set the type name used for explicit complexType definitions.
setUnpitched(boolean) - Method in class net.charlesames.music.ensemble.EnsembleInstrument
 
setUnpitched(String, int) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Set the StepAndOctave property to a new Unpitched instance with the indicated parameters.
setUsed(boolean) - Method in class net.charlesames.utility.entity.XmlSpec
Indicate if this XmlSpec has been used in an XML schema.
setUsedChannel(EnsembleVoice) - Method in class net.charlesames.music.ensemble.MidiControl
Flag the MIDI channel associated with the indicated voice as having been used by this control.
setUserDirectory(File) - Method in class net.charlesames.music.ensemble.Ensemble
 
setVAlign(VAlign) - Method in class net.charlesames.music.musicxml.CreditWords
Setter for the VAlign property.
setValue(String) - Method in class net.charlesames.music.ensemble.NoteListOpcode
Getter for the Value property.
setValueUse(String) - Method in class net.charlesames.utility.entity.XmlAttribute
Set the value for the use attribute.
setVelocity(int) - Method in class net.charlesames.music.midi.MidiNote
Set the MIDI velocity.
setVoice(int) - Method in class net.charlesames.music.musicxml.Direction
Setter for Voice property.
setVoice(int) - Method in class net.charlesames.music.musicxml.NoteInMeasure
Setter for the Voice property.
setVoiceCount(int) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Setter for the VoiceCount property.
setVolume(double) - Method in class net.charlesames.music.musicxml.MidiInstrument
Setter for the Volume property.
setWidth(int) - Method in class net.charlesames.music.musicxml.Measure
Setter for the Width property.
setWidth(int) - Method in class net.charlesames.utility.html.ContinuousGraphBuilder.HistogramRegion
 
setWidth(int) - Method in class net.charlesames.utility.html.IndentPanelBuilder
 
setWidth(int) - Method in class net.charlesames.utility.html.ProgressBarBuilder
 
setWords(Words) - Method in class net.charlesames.music.musicxml.Directive
Setter for Words property.
setZeroValue(int) - Method in class net.charlesames.utility.html.ContinuousGraphBuilder
 
sha1(String) - Static method in class net.charlesames.utility.hash.HashMethods
Secure Hash Standard (SHA-1)
SHAPE - Static variable in class net.charlesames.music.common.XmlTags
 
SHAPE - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SharedRandomGenerator - Class in net.charlesames.utility.common
Singleton class which allows all the objects that use it to share the same random generator.
SHARP - Static variable in class net.charlesames.music.score.Accidental
 
shiftChoirDown(int) - Method in class net.charlesames.music.ensemble.ContainerOfChoirsAndContours
Move a specified EnsembleChoir down within the collection (i.e.
shiftChoirsDown(int, int) - Method in class net.charlesames.music.ensemble.ContainerOfChoirsAndContours
Move a block of EnsembleChoirs down within the collection.
shiftChoirUp(int) - Method in class net.charlesames.music.ensemble.ContainerOfChoirsAndContours
Move a specified EnsembleChoir up within the collection (i.e.
shiftContourDown(int) - Method in class net.charlesames.music.ensemble.EnsembleChoir
Increments a contour's id by 1.
shiftContourUp(int) - Method in class net.charlesames.music.ensemble.EnsembleChoir
Decrements a contour specification's id by 1.
shiftEntitiesDown(int, int, SortedMap<Integer, ? extends Entity>, int) - Static method in class net.charlesames.utility.entity.Entity
A helper function which moves a block of entities down within an id-indexed collection.
shiftEntityDown(int, SortedMap<Integer, ? extends Entity>) - Static method in class net.charlesames.utility.entity.Entity
A helper function which moves a specified entity down within an id-indexed collection.
shiftEntityUp(int, SortedMap<Integer, ? extends Entity>, int) - Static method in class net.charlesames.utility.entity.Entity
A helper function which moves a specified entity up within an id-indexed collection.
shiftInstrumentDown(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified EnsembleInstrument down within the collection (i.e.
shiftInstrumentLinkDown(int) - Method in class net.charlesames.music.ensemble.ContainerOfInstrumentLinks
Move a specified NoteListInstrumentLink down within the collection (i.e.
shiftInstrumentLinksDown(int, int) - Method in class net.charlesames.music.ensemble.ContainerOfInstrumentLinks
Shift NoteListInstrumentLink instances down as a block, beginning with the indicated id.
shiftInstrumentLinkUp(int) - Method in class net.charlesames.music.ensemble.ContainerOfInstrumentLinks
Move a specified NoteListInstrumentLink up within the collection (i.e.
shiftInstrumentsDown(int, int) - Method in class net.charlesames.music.ensemble.Ensemble
 
shiftInstrumentUp(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified EnsembleInstrument up within the collection (i.e.
shiftNoteListInstrumentDown(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified EnsembleInstrument down within the collection (i.e.
shiftNoteListInstrumentsDown(int, int) - Method in class net.charlesames.music.ensemble.Ensemble
 
shiftNoteListInstrumentUp(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified EnsembleInstrument up within the collection (i.e.
shiftParameterDown(int) - Method in class net.charlesames.music.ensemble.NoteListInstrument
Move the parameter down in the parameter list (increment the parameter's id).
shiftParametersDown(int, int) - Method in class net.charlesames.music.ensemble.NoteListInstrument
Shift NoteListParameterLink instances down as a block, beginning with the indicated id.
shiftParameterUp(int) - Method in class net.charlesames.music.ensemble.NoteListInstrument
Move the parameter up in the parameter list (decrement the parameter's id).
shiftPartDown(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified MusicXmlPart down within the collection (i.e.
shiftPartDown(int) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Move a specified MusicXmlStaff down within the collection (i.e.
shiftPartsDown(int, int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a block of MusicXmlParts down within the collection.
shiftPartsDown(int, int) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Move a block of MusicXmlStaffs down within the collection.
shiftPartUp(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified MusicXmlPart up within the collection (i.e.
shiftPartUp(int) - Method in class net.charlesames.music.ensemble.MusicXmlPart
Move a specified MusicXmlStaff up within the collection (i.e.
shiftVoiceDown(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified EnsembleVoice down within the collection (i.e.
shiftVoicesDown(int, int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a block of EnsembleVoices down within the collection.
shiftVoiceUp(int) - Method in class net.charlesames.music.ensemble.Ensemble
Move a specified EnsembleVoice up within the collection (i.e.
SHOW_NUMBER - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
shuffle(Object[]) - Static method in class net.charlesames.utility.common.SharedRandomGenerator
Shuffle the indicated array of Object instances.
shuffle(List) - Static method in class net.charlesames.utility.common.SharedRandomGenerator
Shuffle the indicated List of Object instances.
SIGN - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
sign() - Method in class net.charlesames.utility.math.Ratio
Determine whether this ratio is positive, negative, or zero.
SIMPLE_CONTENT - Static variable in class net.charlesames.utility.xml.Xsd.Tags
Simple content tag
SIMPLE_TYPE - Static variable in class net.charlesames.utility.xml.Xsd.Tags
Simple type tag
sixteenth() - Static method in class net.charlesames.music.score.Duration
Get the duration representing a sixteenth note.
sixteenth() - Static method in class net.charlesames.music.score.Neume
Get the neume representing a sixteenth note.
sixtyfourth() - Static method in class net.charlesames.music.score.Duration
Get the duration representing a sixty-fourth note.
sixtyfourth() - Static method in class net.charlesames.music.score.Neume
Get the neume representing a sixty-fourth note.
SLIDER_1 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SLIDER_2 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SLIDER_3 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SLIDER_4 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SLUR - Static variable in class net.charlesames.music.common.XmlTags
 
SLUR - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Slur - Class in net.charlesames.music.musicxml.notation
The Slur class implements the MusicXML <slur> notation.
Slur - Class in net.charlesames.music.score
The Slur class defines a group of notes whose relationship is up to the user to exploit.
SLUR_FROM_ID - Static variable in class net.charlesames.music.common.XmlTags
 
SLUR_FROM_ID - Static variable in class net.charlesames.music.ensemble.NoteAttribute
ID of slur-from note.
slurTo(ScoreNote) - Method in class net.charlesames.music.score.ScoreNote
 
smByteCount - Static variable in class net.charlesames.music.midi.Midi
Short message byte count tracked by the decodeMessage(ShortMessage) method.
smCount - Static variable in class net.charlesames.music.midi.Midi
Short message count tracked by the decodeMessage(ShortMessage) method.
SOFT_PEDAL - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOFTWARE - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
sortDescending(double[]) - Static method in class net.charlesames.utility.math.MathMethods
 
SOUND - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
Sound - Class in net.charlesames.music.musicxml
The Sound class implements the MusicXML <sound> element.
SOUND_ATTACK_TIME - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_BRIGHTNESS - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_CONTROL_10 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_CONTROL_6 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_CONTROL_7 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_CONTROL_8 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_CONTROL_9 - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_RELEASE_TIME - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_TIMBRE - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SOUND_VARIATION - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SPAN - Static variable in class net.charlesames.utility.html.HtmlBuilder.Tags
Tag for HTML "span" element
Specification - Class in net.charlesames.utility.common
Base class for objects which require online documentation.
Specification(String) - Constructor for class net.charlesames.utility.common.Specification
Constructor for Specification instances.
SPICCATO - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Spiccato - Class in net.charlesames.music.musicxml.notation
The Spiccato class implements the MusicXML <spiccato> articulation.
Spiccato(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.Spiccato
Constructor for new Spiccato instances.
SPREAD - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
STACCATISSIMO - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Staccatissimo - Class in net.charlesames.music.musicxml.notation
The Staccatissimo class implements the MusicXML <staccatissimo> articulation.
Staccatissimo(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.Staccatissimo
Constructor for new Staccatissimo instances.
STACCATO - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Staccato - Class in net.charlesames.music.musicxml.notation
The Staccato class implements the MusicXML <staccato> articulation.
Staccato(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.Staccato
Constructor for new Staccato instances.
STAFF - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
STAFF_DISTANCE - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
STAFF_LAYOUT - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
StaffLayout - Class in net.charlesames.music.musicxml
The StaffLayout class implements the MusicXML <staff-layout> element.
START_TIME - Static variable in class net.charlesames.music.common.XmlTags
 
StartStop - Enum in net.charlesames.music.musicxml.attribute
Selection options for MusicXML StartStop attributes.
StartStopSingle - Enum in net.charlesames.music.musicxml.attribute
Selection options for MusicXML StartStopSingle attributes.
Status - Enum in net.charlesames.utility.entity
 
STATUS - Static variable in class net.charlesames.utility.entity.XmlTags
Element name for a property of type Status.
STAVES - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
STEM - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
Stem - Class in net.charlesames.music.musicxml
The Stem class implements the MusicXML <stem> element.
STEP - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
STOPPED - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Stopped - Class in net.charlesames.music.musicxml.notation
The Stopped class implements the MusicXML <stopped> element.
Stopped(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.Stopped
Constructor for Stopped instances.
STRESS - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
Stress - Class in net.charlesames.music.musicxml.notation
The Stress class implements the MusicXML <stress> articulation.
Stress(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.Stress
Constructor for new Stress instances.
STRING - Static variable in class net.charlesames.utility.entity.XmlType.TypeNames
Type name for String data (primitive).
stringEquals(String, String) - Static method in class net.charlesames.utility.common.StringMethods
Tests if two strings are equal, while accommodating null arguments.
StringMethods - Class in net.charlesames.utility.common
Miscellaneous string-manipulation functions
StringMethods() - Constructor for class net.charlesames.utility.common.StringMethods
 
STRONG_ACCENT - Static variable in class net.charlesames.music.musicxml.MusicXmlTags.Notation
 
StrongAccent - Class in net.charlesames.music.musicxml.notation
The StrongAccent class implements the MusicXML <strong-accent> articulation.
StrongAccent(MusicXmlEntity) - Constructor for class net.charlesames.music.musicxml.notation.StrongAccent
Constructor for new StrongAccent instances.
STYLE - Static variable in class net.charlesames.utility.html.HtmlBuilder.Tags
Tag for HTML "style" element
subtract(Ratio) - Method in class net.charlesames.utility.math.Ratio
Subtract another ratio from this ratio.
subtract(long) - Method in class net.charlesames.utility.math.Ratio
Subtract the indicated long from this ratio.
successor(SortedMap<Integer, ? extends Entity>) - Method in class net.charlesames.utility.entity.Entity
 
SUPPORTS - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SUSTENUTO_PEDAL - Static variable in class net.charlesames.music.ensemble.TypeOfMidiControl
 
SYMBOL - Static variable in class net.charlesames.music.common.XmlTags
 
SYMBOL - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SYSTEM_DISTANCE - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SYSTEM_LAYOUT - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SYSTEM_MARGINS - Static variable in class net.charlesames.music.musicxml.MusicXmlTags
 
SystemLayout - Class in net.charlesames.music.musicxml
The SystemLayout class implements the MusicXML <system-layout> element.
SystemMargins - Class in net.charlesames.music.musicxml
The SystemMargins class implements the MusicXML <system-margins> element.
SystemMethods - Class in net.charlesames.utility.io
Miscellaneous methods concerned with system information.
SystemMethods() - Constructor for class net.charlesames.utility.io.SystemMethods
 

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