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

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
Signal processing SynthNote.
Warbler() - Constructor for class com.softsynth.jmsl.jsyn.circuits.Warbler
 
Warbler(SynthContext) - Constructor for class com.softsynth.jmsl.jsyn.circuits.Warbler
 
WAVRecorderPanel - Class in com.softsynth.jmsl.jsyn
GUI for WAV recorder.
WAVRecorderPanel() - Constructor for class com.softsynth.jmsl.jsyn.WAVRecorderPanel
 
WAVRecorderPanelListener - Interface in com.softsynth.jmsl.jsyn
 
WAVRecorderPanelStart(WAVRecorderPanel) - Method in interface com.softsynth.jmsl.jsyn.WAVRecorderPanelListener
user clicked Start
WAVRecorderPanelStop(WAVRecorderPanel) - Method in interface com.softsynth.jmsl.jsyn.WAVRecorderPanelListener
user clicked Stop
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, double, double) - Static method in class com.softsynth.jmsl.Limits
Returns true if val is between lo and hi, inclusive
within(int, int, int) - Static method in class com.softsynth.jmsl.Limits
Returns true if val is between lo and hi, inclusive
within(double) - Method in class com.softsynth.jmsl.Limits
Returns true if val is between this.getLow() and this.getHigh(), inclusive
within(int) - Method in class com.softsynth.jmsl.Limits
Returns true if val is between this.getLow() and this.getHigh(), inclusive
within(Point) - 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
 
wobbleFrequency - Variable in class com.softsynth.jmsl.jsyn.circuits.Warbler
 
WORST_POSSIBLE_SCORE - Static variable in class com.softsynth.jmsl.score.transcribe.BeatDivision
 
write(URL, Serializable) - Static method in class com.softsynth.jmsl.net.NetStreamer
Write a serializable Object to a URL.
write(String) - Method in class com.softsynth.jmsl.score.midi.WriteScoreMidiFile
 
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(int) - Method in class com.softsynth.jmsl.util.EchoingByteArrayOutputStream
 
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.
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.
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
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.
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.
writeTime(int) - Method in class com.softsynth.midifile.MIDIFileOutput
Write time for an event.
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.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
 
writeXMLPreamble(PrintWriter) - Static method in class com.softsynth.jmsl.score.Score
 
writeXMLWrapup(PrintWriter) - Static method in class com.softsynth.jmsl.score.Score
 

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