Index
All Classes|All Packages
E
- EchoingByteArrayOutputStream - Class in com.softsynth.jmsl.util
-
An output stream which contains a ByteArrayOutputStream.
- EchoingByteArrayOutputStream() - Constructor for class com.softsynth.jmsl.util.EchoingByteArrayOutputStream
- edit(Frame) - Method in interface com.softsynth.jmsl.Editable
-
Bring up a Dialog for editing, for example
- edit(Frame) - Method in class com.softsynth.jmsl.jsyn.JSynMusicDevice
-
Deprecated.
- edit(Frame) - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
-
Deprecated.Open a Frame containing a SampleInstrumentMapperPanel for this instrument.
- edit(Frame) - Method in class com.softsynth.jmsl.jsyn2.JSynMusicDevice
- edit(Frame) - Method in class com.softsynth.jmsl.jsyn2.SamplePlayingInstrument
-
Open a Frame containing a SampleInstrumentMapperPanel for this instrument.
- edit(Frame) - Method in class com.softsynth.jmsl.max.MaxInstrument
- edit(Frame) - Method in class com.softsynth.jmsl.midi.MidiIO
-
If Frame is null, MidiInitDialog is called with new Frame()
- edit(Frame) - Method in class com.softsynth.jmsl.NullMusicDevice
- edit(Frame) - Method in class com.softsynth.jmsl.score.midi.MidiScoreInstrument
- Editable - Interface in com.softsynth.jmsl
-
General editable interface.
- EditListener - Interface in com.softsynth.jmsl
- EditManager - Class in com.softsynth.jmsl.score
-
This class makes decisions about things like cursor placement, note selection, based on mouse clicks.
- EditManager(Score, EditStateProvider) - Constructor for class com.softsynth.jmsl.score.EditManager
- EditManagerListener - Interface in com.softsynth.jmsl.score
- editNotes() - Method in class com.softsynth.jmsl.score.SelectionBuffer
- editNotes(SelectionBuffer) - Method in class com.softsynth.jmsl.score.view.NoteDimensionNameSpaceEditor
- EditScoreDialog - Class in com.softsynth.jmsl.score.view
-
Edit global properties of a score
- EditScoreDialog(Frame) - Constructor for class com.softsynth.jmsl.score.view.EditScoreDialog
- EditScoreDialog(Frame, Score) - Constructor for class com.softsynth.jmsl.score.view.EditScoreDialog
- editStateChanged(EditStateProvider) - Method in interface com.softsynth.jmsl.score.EditStateListener
- editStateChanged(EditStateProvider) - Method in class com.softsynth.jmsl.score.ScoreCanvasAdapter
-
EditStateListener interface.
- EditStateListener - Interface in com.softsynth.jmsl.score
- EditStateProvider - Interface in com.softsynth.jmsl.score
-
This interface provides info to Edit manager
JMSL Notation Project - EIGHT - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
- EIGHT - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
- EIGHTH - Static variable in class com.softsynth.jmsl.score.Note
- EIGHTH_FLAG_DOWN - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
- EIGHTH_FLAG_DOWN - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
- EIGHTH_FLAG_UP - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
- EIGHTH_FLAG_UP - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
- EIGHTH_NOTE_DOWN - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
- EIGHTH_NOTE_DOWN - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
- EighthTones - Class in jmsltestsuite
-
Generate a eighth tone scale with quarter tone accidentals.
- EighthTones() - Constructor for class jmsltestsuite.EighthTones
- elementAt(int) - Method in class com.softsynth.jmsl.LinkedList
- elementEditedOrYChanged(int, double) - Method in class com.softsynth.jmsl.view.MusicShapeEditor
-
Respond to an element being edited
- ElementMissedException - Exception in com.softsynth.jmsl.score.transcribe
- ElementMissedException(String) - Constructor for exception com.softsynth.jmsl.score.transcribe.ElementMissedException
- elements() - Method in class com.softsynth.jmsl.LinkedList
- elements() - Method in class com.softsynth.jmsl.MusicJob
-
return an Enumeration of children
- elements() - Method in class com.softsynth.jmsl.score.Orchestra
- elements() - Method in class com.softsynth.jmsl.score.ScoreLayoutManager
- elements() - Method in class com.softsynth.jmsl.util.WeightedObjectChooser
- encode(ByteBuffer, ByteBuffer) - Static method in class com.softsynth.jmsl.util.Base64
-
Performs Base64 encoding on the
raw
ByteBuffer, writing it to theencoded
ByteBuffer. - encode(ByteBuffer, CharBuffer) - Static method in class com.softsynth.jmsl.util.Base64
-
Performs Base64 encoding on the
raw
ByteBuffer, writing it to theencoded
CharBuffer. - ENCODE - Static variable in class com.softsynth.jmsl.util.Base64
-
Specify encoding in first bit.
- encodeBytes(byte[]) - Static method in class com.softsynth.jmsl.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class com.softsynth.jmsl.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class com.softsynth.jmsl.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class com.softsynth.jmsl.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class com.softsynth.jmsl.util.Base64
-
Similar to
Base64.encodeBytes(byte[])
but returns a byte array instead of instantiating a String. - encodeBytesToBytes(byte[], int, int, int) - Static method in class com.softsynth.jmsl.util.Base64
-
Similar to
Base64.encodeBytes(byte[], int, int, int)
but returns a byte array instead of instantiating a String. - encodeFileToFile(String, String) - Static method in class com.softsynth.jmsl.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class com.softsynth.jmsl.util.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeJpeg(BufferedImage, float, OutputStream) - Static method in class jmsltestsuite.DrawOnScore2
- encodeObject(Serializable) - Static method in class com.softsynth.jmsl.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeObject(Serializable, int) - Static method in class com.softsynth.jmsl.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeQuotes(String) - Static method in class com.softsynth.jmsl.util.XMLString
-
change double quote to "
- encodeToFile(byte[], String) - Static method in class com.softsynth.jmsl.util.Base64
-
Convenience method for encoding data to a file.
- Encodings - Class in jmsltestsuite
- Encodings() - Constructor for class jmsltestsuite.Encodings
- endElement(String) - Method in class com.softsynth.jmsl.score.MixerPanelSettingsXMLLoader
- endElement(String) - Method in class com.softsynth.jmsl.score.NoteXMLLoader
- endElement(String) - Method in class com.softsynth.jmsl.score.OrchestraXMLLoader
- endElement(String) - Method in class com.softsynth.jmsl.score.ScoreXMLLoader
- endElement(String) - Method in class com.softsynth.jmsl.util.InstrumentXMLLoader
- endElement(String) - Method in class com.softsynth.jmsl.util.SimpleXMLLoader
- endElement(String) - Method in interface com.softsynth.util.XMLListener
-
Handles the end of an element.
- endElement(String) - Method in class com.softsynth.util.XMLPrinter
- endElement(String, boolean) - Method in class com.softsynth.jmsl.util.XMLString
- endOf8va() - Method in class com.softsynth.jmsl.score.Note
- endOf8vb() - Method in class com.softsynth.jmsl.score.Note
- endOfCresc() - Method in class com.softsynth.jmsl.score.Note
- endOfDecresc() - Method in class com.softsynth.jmsl.score.Note
- endOfScore() - Method in class com.softsynth.jmsl.score.ScoreFrame
-
ScoreLoaderListener interface
- endOfScore() - Method in interface com.softsynth.jmsl.score.ScoreLoaderListener
- endOfScore() - Method in class com.softsynth.jmsl.score.util.JMSLScoreApplet
-
ScoreLoaderListener interface
- EnharmonicNoteTest - Class in jmsltestsuite
-
Exercise enharmonic spelling of notes.
- EnharmonicNoteTest() - Constructor for class jmsltestsuite.EnharmonicNoteTest
- EnvelopeDataMaker - Class in com.softsynth.jmsl.util
-
Use an arbitrary interpolator to make a sequence of linear segments approximating function shape
- EnvelopeDataMaker(double, int, Interpolator) - Constructor for class com.softsynth.jmsl.util.EnvelopeDataMaker
-
Build envelope data approximating an interpolator's shape, last value is 0.0
- EnvelopeDataMaker(double, int, Interpolator, boolean) - Constructor for class com.softsynth.jmsl.util.EnvelopeDataMaker
-
Build envelope data approximating an interpolator's shape, flag whether to zero out the last value Assumes interpolator is defined over range 0..totalTime.
- envRate - Variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
-
Deprecated.
- equals(DimensionNameSpace, DimensionNameSpace) - Static method in class com.softsynth.jmsl.DimensionNameSpaceComparison
- equals(Object) - Method in class com.softsynth.jmsl.score.justify.JustifiableNote
- equals(Object) - Method in class com.softsynth.jmsl.score.KeySignature
- equals(Object) - Method in class com.softsynth.jmsl.score.Tempo
- equals(Object) - Method in class com.softsynth.jmsl.score.transforms.MarkTransform
- equals(Object) - Method in class com.softsynth.jmsl.score.transforms.NoteheadVisibleToggleTransform
- equals(Object) - Method in class com.softsynth.jmsl.score.transforms.NoteheadVisibleTransform
- equals(Object) - Method in class com.softsynth.jmsl.score.transforms.NoteVisibleToggleTransform
- equals(Object) - Method in class com.softsynth.jmsl.score.transforms.NoteVisibleTransform
- equals(Object) - Method in class com.softsynth.jmsl.util.Patch
- equals(Object) - Method in class com.softsynth.jmsl.util.TimeSignature
- equals(Object) - Method in class com.softsynth.jmsl.view.JSynDeviceSelector
-
Deprecated.
- equals(Object) - Method in class com.softsynth.jmsl.view.MusicShapeEditorCanvas
- equals(Object) - Method in class com.softsynth.jmsl.view.PVDialogAdapter
- equals(Object) - Method in class com.softsynth.jmsl.view.PVFrameAdapter
- equals(Object) - Method in class com.softsynth.jmsl.view.PVLabelAdapter
- equals(Object) - Method in class com.softsynth.jmsl.view.PVPanelAdapter
- err - Static variable in class com.softsynth.jmsl.JMSL
- escapeText(String) - Static method in class com.softsynth.util.XMLTools
-
Convert a human readable string into an XML valid string with proper escape sequences.
- evaluate(double) - Method in class com.softsynth.jmsl.util.Polynomial
-
Evaluate this polynomial for x
- EventDistributions - Class in com.softsynth.jmsl.util
-
Implements 'entry delay approach' to generate event densities.
- EventDistributions() - Constructor for class com.softsynth.jmsl.util.EventDistributions
- EventDistributionsDemo - Class in jmslexamples
-
Nick Didkovsky Sept.
- EventDistributionsDemo() - Constructor for class jmslexamples.EventDistributionsDemo
- EventDistributionsJSynDemo - Class in jmslexamples.jsyn2
-
Launch a MusicJob whose performance density is generated by a Myhill Distribution.
- EventDistributionsJSynDemo() - Constructor for class jmslexamples.jsyn2.EventDistributionsJSynDemo
- EventDistributionsJSynDemoWithScore - Class in jmslexamples.jsyn2
-
Launch a MusicJob whose performance density is generated by a Myhill Distribution.
- EventDistributionsJSynDemoWithScore() - Constructor for class jmslexamples.jsyn2.EventDistributionsJSynDemoWithScore
- EventExample - Class in jmsltestsuite
- EventExample(double, String) - Constructor for class jmsltestsuite.EventExample
- events - Variable in class com.softsynth.midifile.MIDIFileTrack
- EventScheduler - Class in com.softsynth.jmsl
-
EventScheduler.java General purpose scheduler for events.
- EventScheduler() - Constructor for class com.softsynth.jmsl.EventScheduler
- EventSchedulerWithThreadSleep - Class in com.softsynth.jmsl.oldcode
-
EventScheduler.java General purpose scheduler for events.
- EventSchedulerWithThreadSleep() - Constructor for class com.softsynth.jmsl.oldcode.EventSchedulerWithThreadSleep
- evLog - Static variable in class com.softsynth.jmsl.EventScheduler
- evLog - Static variable in class com.softsynth.jmsl.NewEventScheduler
- evLog - Static variable in class com.softsynth.jmsl.oldcode.EventSchedulerWithThreadSleep
- EvSchedMusicListTest - Class in jmsltestsuite
- EvSchedMusicListTest() - Constructor for class jmsltestsuite.EvSchedMusicListTest
- execute() - Method in class com.softsynth.jmsl.score.BinaryCopyBufferTransformCommand
-
Calls transform.operate(Score.copyBuffer);
- execute() - Method in class com.softsynth.jmsl.score.DeleteCommand
- execute() - Method in class com.softsynth.jmsl.score.DeleteMeasureCommand
- execute() - Method in class com.softsynth.jmsl.score.DeleteStaffCommand
- execute() - Method in class com.softsynth.jmsl.score.DurationDefaultShortcutCommand
- execute() - Method in class com.softsynth.jmsl.score.InsertMeasureCommand
- execute() - Method in class com.softsynth.jmsl.score.InsertStaffCommand
- execute() - Method in class com.softsynth.jmsl.score.NotePropertiesTransformCommand
- execute() - Method in class com.softsynth.jmsl.score.TempoCommand
- execute() - Method in class com.softsynth.jmsl.score.TimeSignatureCommand
- execute() - Method in class com.softsynth.jmsl.score.UnaryCopyBufferTransformCommand
-
Calls transform.operate(Score.copyBuffer);
- execute() - Method in interface com.softsynth.jmsl.util.Command
- execute(Score, Object, Graphics, Point2D, double) - Method in class com.softsynth.jmsl.score.util.RenderedMessageBean
- execute(String, Score, Object, RenderedMessageBean, Graphics, Point2D, double) - Method in interface com.softsynth.jmsl.score.util.RenderedMessageListener
- execute(String, Score, Object, RenderedMessageBean, Graphics, Point2D, double) - Method in class com.softsynth.jmsl.score.util.SimpleGraphicsRenderedMessageListener
- executeScoreCommand(ScoreCommand) - Method in class com.softsynth.jmsl.score.EditManager
-
Execute ScoreCommand.
- expand(SearchPath) - Method in class com.softsynth.jmsl.score.transcribe.SearchPathList
-
Select the lowest cost searchpath, and expand it with the BeatDivisions in the BeatDivisionLost for the next legal beat
- ExpDecayInterpTest - Class in jmsltestsuite
-
Build an exponentially decreasing shape and display in Shape Editor
- ExpDecayInterpTest() - Constructor for class jmsltestsuite.ExpDecayInterpTest
- ExpInterpTest - Class in jmsltestsuite
- ExpInterpTest() - Constructor for class jmsltestsuite.ExpInterpTest
- expLag - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.RingModBell
- ExponentialDecayInterpolator - Class in com.softsynth.jmsl.util
-
Interpolate a value along an exponentially decreasing curve defined by two points (x1,y1) and (x2,y2) where x1 < x2, y1 > y2.
- ExponentialDecayInterpolator(double, double, double, double) - Constructor for class com.softsynth.jmsl.util.ExponentialDecayInterpolator
-
Construct an interpolator that fits a curve between (x1, y1) and (x2, y2) to an exponentially decaying function.
- ExponentialInterpDemo - Class in jmslexamples
- ExponentialInterpDemo() - Constructor for class jmslexamples.ExponentialInterpDemo
- ExponentialInterpolator - Class in com.softsynth.jmsl.util
-
Interpolate a value along an exponentially rising curve defined by two points (x1,y1) and (x2,y2) where x1 < x2, y1 < y2.
- ExponentialInterpolator(double, double, double, double) - Constructor for class com.softsynth.jmsl.util.ExponentialInterpolator
-
Construct an interpolator that fits a curve between (x1, y1) and (x2, y2) to an exponentially rising function.
- ExtendedStaffLines - Class in jmsltestsuite
- ExtendedStaffLines() - Constructor for class jmsltestsuite.ExtendedStaffLines
- extendOverRests() - Method in class com.softsynth.jmsl.score.transcribe.RestsToTiedNotes
-
For each note that has a sustain > its beat, extend its sustain over subsequent rests as tied notes.
- extract() - Method in class com.softsynth.jmsl.score.transcribe.MeasureExtractor
-
Pull out a subrange of the source shape.
All Classes|All Packages