Index
All Classes|All Packages
W
- waitForDone() - Method in interface com.softsynth.jmsl.Composable
-
Block until execution finished.
- waitForDone() - Method in class com.softsynth.jmsl.MusicJob
-
Block until execution finished.
- Warbler - Class in com.softsynth.jmsl.jsyn.circuits
-
Deprecated.use the pure Java JSyn2 package instead
- Warbler - Class in com.softsynth.jmsl.jsyn2.unitvoices
-
Signal processing Circuit.
- Warbler() - Constructor for class com.softsynth.jmsl.jsyn.circuits.Warbler
-
Deprecated.
- Warbler() - Constructor for class com.softsynth.jmsl.jsyn2.unitvoices.Warbler
- Warbler(SynthContext) - Constructor for class com.softsynth.jmsl.jsyn.circuits.Warbler
-
Deprecated.
- WAVRecorderPanel - Class in com.softsynth.jmsl.jsyn
-
Deprecated.use the pure Java JSyn2 package instead
- WAVRecorderPanel - Class in com.softsynth.jmsl.jsyn2
-
JSyn2 GUI for WAV recorder.
- WAVRecorderPanel() - Constructor for class com.softsynth.jmsl.jsyn.WAVRecorderPanel
-
Deprecated.
- WAVRecorderPanel() - Constructor for class com.softsynth.jmsl.jsyn2.WAVRecorderPanel
- WEDGE_DOWN - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
- WEDGE_DOWN - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
- WEDGE_UP - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
- WEDGE_UP - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
- WeightedIntegerSequence - Class in com.softsynth.jmsl.util
-
Define an array of weights where the weight of int i is associated with the value weights[i]
next() chooses an int 0..weights.length-1, following a weighted distribution
For example, the weight array { 1.0, 1.0 } will generate values 0 and 1 with a 50/50 distribution
The weight array { 1, 2, 1 } will generate ints 0, 1, 2, with the probability of 1 being chosen twice as high as the probability of 0 or 2 being chosen. - WeightedIntegerSequence(double[]) - Constructor for class com.softsynth.jmsl.util.WeightedIntegerSequence
-
Loaded with indexes 0..weights.length, where each int is assigned the weight in weights[i]
- WeightedIntegerToot - Class in jmsltutorial
-
Plays a MusicJob which consults a WeightedIntegerSequence to play a random walk melody.
- WeightedIntegerToot() - Constructor for class jmsltutorial.WeightedIntegerToot
- WeightedObjectChooser - Class in com.softsynth.jmsl.util
-
Holds objects and associated weights.
- WeightedObjectChooser() - Constructor for class com.softsynth.jmsl.util.WeightedObjectChooser
- WeightedObjectToot - Class in jmsltutorial
-
Plays a SequentialCollection which has a WeightedObjectChooser as its Behavior.
- WeightedObjectToot() - Constructor for class jmsltutorial.WeightedObjectToot
- WHOLE - Static variable in class com.softsynth.jmsl.score.Note
- width - Variable in class com.softsynth.jmsl.score.max.NewJMSLScore
- WIDTH - Static variable in class jmsltestsuite.DrawOnScore2
- within(double) - Method in class com.softsynth.jmsl.Limits
-
Returns true if val is between this.getLow() and this.getHigh(), inclusive
- within(double, double, double) - Static method in class com.softsynth.jmsl.Limits
-
Returns true if val is between lo and hi, inclusive
- within(int) - Method in class com.softsynth.jmsl.Limits
-
Returns true if val is between this.getLow() and this.getHigh(), inclusive
- within(int, int, int) - Static method in class com.softsynth.jmsl.Limits
-
Returns true if val is between lo and hi, inclusive
- within(Point2D) - Method in class com.softsynth.jmsl.score.Measure
- within(Point) - Method in class com.softsynth.jmsl.score.Staff
- wobbleDepth - Variable in class com.softsynth.jmsl.jsyn.circuits.Warbler
-
Deprecated.
- wobbleDepth - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.Warbler
- wobbleFrequency - Variable in class com.softsynth.jmsl.jsyn.circuits.Warbler
-
Deprecated.
- wobbleFrequency - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.Warbler
- woodDrumPreset() - Method in class com.softsynth.jmsl.jsyn2.unitvoices.FMVoice
-
Wood Drum, Fc:Fm ratio 80:55, IMAX = 10, DUR 0.2 sec (Dodge/Jerse p.
- woodDrumPreset() - Method in class jmslexamples.jsyn2.unitvoices.FMVoice
-
Wood Drum, Fc:Fm ratio 80:55, IMAX = 10, DUR 0.2 sec (Dodge/Jerse p.
- WORST_POSSIBLE_SCORE - Static variable in class com.softsynth.jmsl.score.transcribe.BeatDivision
- write() - Method in class com.softsynth.jmsl.score.ScoreWriter
- write() - Method in class com.softsynth.jmsl.score.util.LilyPondWriter
-
Export Score in LilyPond format.
- write() - Method in class com.softsynth.jmsl.score.util.MusicXMLWriter
- write() - Method in class com.softsynth.jmsl.score.util.SAPScoreWriter
- write(byte[], int, int) - Method in class com.softsynth.jmsl.util.Base64.OutputStream
-
Calls
Base64.OutputStream.write(int)
repeatedly until len bytes are written. - write(int) - Method in class com.softsynth.jmsl.util.Base64.OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- write(int) - Method in class com.softsynth.jmsl.util.EchoingByteArrayOutputStream
- write(BeamGroupCollection, File) - Method in class com.softsynth.jmsl.score.util.BeamGroupCollectionIO
- write(MIDIFileOutput) - Method in class com.softsynth.jmsl.score.midi.MidiFileImageManager
- write(MIDIFileOutput) - Method in class com.softsynth.midifile.MIDIFileEvent
-
Write a MIDIFileEvent to a MIDIFile on disk.
- write(MIDIFileOutput) - Method in class com.softsynth.midifile.MIDIFileImage
-
Write a MIDIFile image object to a MIDIFile on disk.
- write(MIDIFileOutput) - Method in class com.softsynth.midifile.MIDIFileMetaEvent
-
Write event to a MIDIFile on disk.
- write(MIDIFileOutput) - Method in class com.softsynth.midifile.MIDIFileSysExEvent
-
Write event to a MIDIFile on disk.
- write(MIDIFileOutput) - Method in class com.softsynth.midifile.MIDIFileTrack
-
Write a MIDIFile track to a MIDIFile on disk.
- write(String) - Method in class com.softsynth.jmsl.score.midi.WriteScoreMidiFile
- write(URL, Serializable) - Static method in class com.softsynth.jmsl.net.NetStreamer
-
Write a serializable Object to a URL.
- writeEndOfTrack(int) - Method in class com.softsynth.midifile.MIDIFileOutput
-
Every track must end with an EndOfTrack event.
- writeEvent(int, int, int, int) - Method in class com.softsynth.midifile.MIDIFileOutput
-
Write duration and command followed by appropriate number of bytes to file.
- writeHeader(int, int, short) - Method in class com.softsynth.midifile.MIDIFileOutput
-
Write standard MIDI File header.
- writeMeasurePropertiesXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Measure
- writeMetaEvent(int, int, byte[]) - Method in class com.softsynth.midifile.MIDIFileOutput
-
The duration, followed by 0xFF, followed by the type of MetaEvent, followed by the length of the array, followed by the array itself will be written to the file.
- writeMidiFile(String) - Method in class com.softsynth.jmsl.midi.MidiIO
- writeMidiFile(String) - Method in class com.softsynth.jmsl.midi.MidiLogger
- WriteScoreMidiFile - Class in com.softsynth.jmsl.score.midi
-
Write a Score as a type 1 Midi file
- WriteScoreMidiFile() - Constructor for class com.softsynth.jmsl.score.midi.WriteScoreMidiFile
- writeSpecialXMLTags(PrintWriter) - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
-
Deprecated.write pitch / soundfilename pairs to XML file These are not covered by simple bean model since there are many such pairs.
- writeSpecialXMLTags(PrintWriter) - Method in class com.softsynth.jmsl.jsyn2.SamplePlayingInstrument
-
write pitch / soundfilename pairs to XML file These are not covered by simple bean model since there are many such pairs.
- writeSpecialXMLTags(PrintWriter) - Method in class com.softsynth.jmsl.max.MaxInstrument
- writeSpecialXMLTags(PrintWriter) - Method in class com.softsynth.jmsl.util.FunkyBean
- writeSpecialXMLTags(PrintWriter) - Method in interface com.softsynth.jmsl.util.HandleSpecialXMLTag
-
Write special tags out that do not conform to get/set bean model.
- writeStaffPropertiesXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Staff
- writeSysExEvent(int, byte[]) - Method in class com.softsynth.midifile.MIDIFileOutput
-
The duration, followed by 0xF0, followed by the length of the array, followed by the array itself will be written to the file.
- writeSysExEventF7(int, byte[]) - Method in class com.softsynth.midifile.MIDIFileOutput
-
The duration, followed by 0xF7, followed by the length of the array, followed by the array itself will be written to the file.
- writeTempi(Interpolator) - Method in class com.softsynth.jmsl.score.midi.MidiMeasureLurker
- writeTime(int) - Method in class com.softsynth.midifile.MIDIFileOutput
-
Write time for an event.
- writeTimeSignatures(Interpolator) - Method in class com.softsynth.jmsl.score.midi.MidiMeasureLurker
- writeVariableLengthQuantity(int) - Method in class com.softsynth.midifile.MIDIFileOutput
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.JMSLMixerContainer
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.PanAmpPair
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Measure
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Note
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Orchestra
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.ScoreSection
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Staff
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.StaffAndLedgerLineVisibilityManager
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.StaffSpacing
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Track
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.util.Patch
- writeXML(PrintWriter) - Method in class com.softsynth.jmsl.util.SimpleXMLSaver
-
XMLWritable interface
- writeXML(PrintWriter) - Method in interface com.softsynth.jmsl.util.XMLWritable
- writeXML(PrintWriter, boolean) - Method in class com.softsynth.jmsl.score.Note
- writeXMLOrchestra(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLPatchLurkers(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLPreamble(PrintWriter) - Static method in class com.softsynth.jmsl.score.Score
- writeXMLScoreAnnotation(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLScoreAttributes(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLScoreSections(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLScoreTagEnd(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLScoreUserBeans(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLStaffLineVisibility(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLStaffSpacing(PrintWriter) - Method in class com.softsynth.jmsl.score.Score
- writeXMLWrapup(PrintWriter) - Static method in class com.softsynth.jmsl.score.Score
All Classes|All Packages