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

R

randomADSRDataMaker() - Static method in class com.softsynth.jmsl.util.ADSRDataMaker
 
RandomDriver - Class in com.softsynth.jmsl.util
RandomDriver, an object of this type generates a random number sequence whose seed can be set and gotten.
RandomDriver() - Constructor for class com.softsynth.jmsl.util.RandomDriver
 
RandomEnvDataMaker - Class in com.softsynth.jmsl.util
Build a random n stage envelope.
RandomEnvDataMaker(double, int) - Constructor for class com.softsynth.jmsl.util.RandomEnvDataMaker
Create a random envelope lasting dur with steps stages.
RandomEnvDataMaker(double, int, boolean) - Constructor for class com.softsynth.jmsl.util.RandomEnvDataMaker
Create a random envelope lasting dur with steps stages.
RandomEnvDataMaker(double, int, boolean, boolean, boolean) - Constructor for class com.softsynth.jmsl.util.RandomEnvDataMaker
Create a random envelope lasting dur with steps stages.
randomize() - Static method in class com.softsynth.jmsl.JMSLRandom
set random seed from time.
randomize(double, double, int, int, int) - Method in class com.softsynth.jmsl.MusicShape
set random values into a shape.
randomize() - Method in interface com.softsynth.jmsl.SequenceGenerator
Set seed from system time.
randomize() - Method in class com.softsynth.jmsl.util.HailstoneSequence
Set seed from system time.
randomize() - Method in class com.softsynth.jmsl.util.Oof
Set seed from system time.
randomize() - Method in class com.softsynth.jmsl.util.RandomDriver
set random seed from time
randomize() - Method in class com.softsynth.jmsl.util.RandomSequence
Set seed from system time.
randomize() - Method in class com.softsynth.jmsl.util.SequencerGeneratorAdapter
Set seed from system time.
RandomizeMusicShapeEditorOperator - Class in com.softsynth.jmsl.util
Randomize values of selected elements within the min/max ranges set by user in MusicShapeEditor
RandomizeMusicShapeEditorOperator() - Constructor for class com.softsynth.jmsl.util.RandomizeMusicShapeEditorOperator
 
RandomJSynMusicJobMelody - Class in jmslexamples.simple
Use a MusicJob to play a melody made up of uniformly random pitches, durations, amplitudes, & hold times
RandomJSynMusicJobMelody() - Constructor for class jmslexamples.simple.RandomJSynMusicJobMelody
 
RandomSequence - Class in com.softsynth.jmsl.util
Generate evenly distributed pseudo-random sequence of integers within a given inclusive range.
RandomSequence() - Constructor for class com.softsynth.jmsl.util.RandomSequence
 
randomStep() - Method in class com.softsynth.jmsl.Limits
Take one step in a random walk, adding a random value betwwen -range ..
RandomWalkSequence - Class in com.softsynth.jmsl.util
Generate pseudo-random sequence of integers within a given inclusive range.
RandomWalkSequence() - Constructor for class com.softsynth.jmsl.util.RandomWalkSequence
 
RANGE_SELECT - Static variable in class com.softsynth.jmsl.view.MusicShapeEditor
 
rate - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
 
rate - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredWhiteNoise
 
rate - Variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
 
rate - Variable in class jmslexamples.jsyn.SquareSineSawSynthNote
 
rate - Variable in class jmsltutorial.FilteredSawVibrato
 
rate - Variable in class jmsltutorial.TutSquare
 
RawJScoreFileImporter - Class in com.softsynth.jmsl.score.util
 
RawJScoreFileImporter() - Constructor for class com.softsynth.jmsl.score.util.RawJScoreFileImporter
 
RawJScoreFileListener - Interface in com.softsynth.jmsl.score.util
 
RawJScoreFileParser - Class in com.softsynth.jmsl.score.util
A raw JScore file is a text file that looks something like this: TICKSPERQUARTER 240 MAXVEL 127 STAFFS 6 NOTE 0 6 30 44 120 0 1 0 NOTE 0 6 30 41 120 0 1 0 NOTE 0 6 30 41 120 0 1 0 NOTE 0 6 30 41 120 0 1 0 NOTE 0 6 30 41 120 0 1 0 Comments: NOTE measure# track# dur pitch vel tiedoutflag beamedoutflag playstyle Make measure = -1 if you don't care to set the measure of the note explicitely, rather letting it flow into the score.
RawJScoreFileParser(FileReader) - Constructor for class com.softsynth.jmsl.score.util.RawJScoreFileParser
 
RawJScoreFileParser(URL) - Constructor for class com.softsynth.jmsl.score.util.RawJScoreFileParser
 
RawJScoreFilePrinter - Class in com.softsynth.jmsl.score.util
 
RawJScoreFilePrinter() - Constructor for class com.softsynth.jmsl.score.util.RawJScoreFilePrinter
 
RawJScoreFilePrintingListener - Class in com.softsynth.jmsl.score.util
 
RawJScoreFilePrintingListener() - Constructor for class com.softsynth.jmsl.score.util.RawJScoreFilePrintingListener
 
RawJScoreImportDemo - Class in jmslexamples
Read a URL that points to a raw JScore input text file.
RawJScoreImportDemo() - Constructor for class jmslexamples.RawJScoreImportDemo
 
read(URL) - Static method in class com.softsynth.jmsl.net.NetStreamer
Read a serializable Object from a URL.
read() - Method in class com.softsynth.midifile.MIDIFileInputStream
Override read method with one that counts bytes.
read(byte[]) - Method in class com.softsynth.midifile.MIDIFileInputStream
 
readBinaryHMSLShape(DataInputStream) - Static method in class com.softsynth.jmsl.MusicShape
Read a binary file into a new Shape.
readIntBig() - Method in class com.softsynth.midifile.MIDIFileInputStream
Read 32 bit signed integer assuming Big Endian byte order.
readShortBig() - Method in class com.softsynth.midifile.MIDIFileInputStream
Read 16 bit signed short assuming Big Endian byte order.
realign() - Method in class com.softsynth.jmsl.score.Measure
Calculate width from measure contents.
realignMeasure() - Method in class com.softsynth.jmsl.score.EditManager
 
realTime() - Method in class com.softsynth.jmsl.DefaultMusicClock
Use this time when you want to play something immediately.
realTime() - Static method in class com.softsynth.jmsl.JMSL
 
realTime() - Method in interface com.softsynth.jmsl.MusicClock
 
realTime() - Method in class com.softsynth.jmsl.NonRealTimeMusicClock
Use this time when you want to play something immediately.
rebuildSectionNames() - Method in class com.softsynth.jmsl.score.Score
 
ReceiveAlarm(int) - Method in class testmidishare.MidiShareIOTest
Simply notify that an input event occurred, print what kind
redo() - Method in class com.softsynth.jmsl.score.BinaryCopyBufferTransformCommand
 
redo() - Method in class com.softsynth.jmsl.score.DeleteCommand
 
redo() - Method in class com.softsynth.jmsl.score.EditManager
Redo ScoreCommand on top of redo stack.
redo() - Method in class com.softsynth.jmsl.score.NotePropertiesTransformCommand
 
redo() - Method in class com.softsynth.jmsl.score.UnaryCopyBufferTransformCommand
 
redo() - Method in interface com.softsynth.jmsl.util.Undoable
 
refresh() - Method in class com.softsynth.jmsl.view.MusicShapeEditor
 
reload() - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
 
remove(PVMenuItem) - Method in class com.didkovsky.portview.awt.PVMenuAWT
 
remove(int) - Method in interface com.didkovsky.portview.PVMenu
 
remove(PVMenuItem) - Method in interface com.didkovsky.portview.PVMenu
 
remove(Component) - Method in interface com.didkovsky.portview.PVPanel
 
remove(PVMenuItem) - Method in class com.didkovsky.portview.swing.PVMenuSwing
 
remove(Composable) - Method in class com.softsynth.jmsl.MusicJob
Remove child from vector of children
remove(int) - Method in class com.softsynth.jmsl.MusicJob
Remove child at specified index
remove(int) - Method in class com.softsynth.jmsl.MusicShape
 
remove(int, int) - Method in class com.softsynth.jmsl.MusicShape
Removes from this MusicShape all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
remove(Object) - Method in class com.softsynth.jmsl.util.WeightedObjectChooser
remove specified object from objects under consideration
remove(Component) - Method in class com.softsynth.jmsl.view.PVPanelAdapter
 
removeAlertable(Alertable) - Method in class com.softsynth.jmsl.score.EditManager
 
removeAll() - Method in interface com.didkovsky.portview.PVFrame
 
removeAll() - Method in interface com.didkovsky.portview.PVPanel
 
removeAll() - Method in class com.didkovsky.portview.swing.PVFrameSwing
 
removeAll() - Method in class com.softsynth.jmsl.MusicJob
Remove all children
removeAll() - Method in class com.softsynth.jmsl.view.PVDialogAdapter
 
removeAll() - Method in class com.softsynth.jmsl.view.PVFrameAdapter
 
removeAll() - Method in class com.softsynth.jmsl.view.PVPanelAdapter
 
removeAllBeatDivisionSchemes() - Static method in class com.softsynth.jmsl.score.transcribe.BeatDivisionSchemeList
Clear out all beat division schemes
removeAllChoiceItems() - Method in class com.didkovsky.portview.awt.PVChoiceAWT
 
removeAllChoiceItems() - Method in interface com.didkovsky.portview.PVChoice
 
removeAllChoiceItems() - Method in class com.didkovsky.portview.swing.PVChoiceSwing
 
removeAllChoiceItems() - Method in class com.softsynth.jmsl.view.JSynDeviceSelector
 
removeAllPlayLurkers() - Method in class com.softsynth.jmsl.MusicJob
 
removeAllPlayLurkers() - Method in class com.softsynth.jmsl.score.Score
remove all playLurkers from all tracks of all staves of all measures
removeAllRepeatPlayables() - Method in class com.softsynth.jmsl.MusicJob
 
removeAllScoreCanvasListeners() - Method in interface com.softsynth.jmsl.score.ScoreCanvas
 
removeAllScoreCanvasListeners() - Method in class com.softsynth.jmsl.score.ScoreCanvasAdapter
 
removeAllSignalSources() - Method in class com.softsynth.jmsl.jsyn.SynthNoteAllPortsInstrumentSP
JSynSignalProcessingInstrument interface.
removeAllSignalSources() - Method in interface com.softsynth.jmsl.SignalProcessingInstrument
unpatch all signal sources feeding this instrument
removeAllStartPlayables() - Method in class com.softsynth.jmsl.MusicJob
 
removeAllStopPlayables() - Method in class com.softsynth.jmsl.MusicJob
 
removeCustomFaderListener(CustomFaderListener) - Method in class com.softsynth.view.CustomFader
 
removeDirtyListener(DirtyListener) - Method in class com.softsynth.jmsl.score.Score
 
removeEditListener(EditListener) - Method in interface com.softsynth.jmsl.Editable
 
removeEditListener(EditListener) - Method in class com.softsynth.jmsl.jsyn.JSynMusicDevice
unimplemented
removeEditListener(EditListener) - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
 
removeEditListener(EditListener) - Method in class com.softsynth.jmsl.max.MaxInstrument
 
removeEditListener(EditListener) - Method in class com.softsynth.jmsl.midi.MidiIO
unimplemented
removeEditListener(EditListener) - Method in class com.softsynth.jmsl.NullMusicDevice
 
removeElement(Object) - Method in class com.softsynth.jmsl.util.LinkedList
 
removeFileLoaderListener(FileLoaderListener) - Static method in class com.softsynth.jmsl.JMSL
 
removeInstrument(Instrument) - Method in class com.softsynth.jmsl.JMSLMixerContainer
Calls removeInstrument(ins) on mixer which owns ins.
removeInstrument(Instrument) - Method in class com.softsynth.jmsl.jsyn.JSynMixer
 
removeInstrument(Instrument) - Method in class com.softsynth.jmsl.midi.MidiMixer
 
removeInstrument(Instrument) - Method in interface com.softsynth.jmsl.Mixer
Remove all faders associated with this instrument
removeInstrument(Instrument) - Method in class com.softsynth.jmsl.NullMixer
 
removeInstrument(Instrument) - Method in class com.softsynth.jmsl.score.Orchestra
TODO implement this with MixerContainer consequences
removeInterval(Note) - Method in class com.softsynth.jmsl.score.Note
 
removeKeyListener(KeyListener) - Method in interface com.didkovsky.portview.PVComponent
 
removeKeyListener(KeyListener) - Method in class com.didkovsky.portview.PVScrollbar
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.score.ScoreCanvasAWT
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.score.ScoreCanvasSwing
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.view.JSynDeviceSelector
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.view.MusicShapeEditorCanvas
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.view.PVDialogAdapter
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.view.PVFrameAdapter
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.view.PVLabelAdapter
 
removeKeyListener(KeyListener) - Method in class com.softsynth.jmsl.view.PVPanelAdapter
 
removeLurkerPatch(Patch) - Method in class com.softsynth.jmsl.score.PlayLurkerPatchManager
Remove a patch from instrument index to staff index.
removeMeasureMetronomeListener(MeasureMetronomeListener) - Method in class com.softsynth.jmsl.score.MeasureMetronome
 
removeMIDIFileListener(MIDIFileListener) - Method in class com.softsynth.midifile.MIDIFileInputStream
 
removeMidiListener(MidiListener) - Method in class com.softsynth.jmsl.midi.MidiParser
 
removeMidiParser(MidiParser) - Method in class com.softsynth.jmsl.midi.MidiIO
 
removeMusicDevice(MusicDevice) - Static method in class com.softsynth.jmsl.JMSL
 
RemoveMusicShapeEditorOperator - Class in com.softsynth.jmsl.util
Remove selected range from a MusicShape in MusicShapeEditor
RemoveMusicShapeEditorOperator() - Constructor for class com.softsynth.jmsl.util.RemoveMusicShapeEditorOperator
 
removeMusicShapeRangeOperator(MusicShapeEditorOperator) - Method in class com.softsynth.jmsl.view.MusicShapeEditor
 
removeNotes(int, int) - Method in class com.softsynth.jmsl.score.EditManager
same as removeNotes(startMeasure, endMeasure, -1, -1);
removeNotes(int, int, int) - Method in class com.softsynth.jmsl.score.EditManager
same as removeNotes(startMeasure, endMeasure, staffIndex, -1);
removeNotes(int, int, int, int) - Method in class com.softsynth.jmsl.score.EditManager
Remove Notes from range of measures (inclusive)
removeNotesFromStaff(Staff, int) - Method in class com.softsynth.jmsl.score.EditManager
Remove all notes from specified trackIndex of Staff.
removeNumTracksPerStaffChangedListener(NumTracksPerStaffChangedListener) - Method in class com.softsynth.jmsl.score.Score
objects no longer interested in being notified when the number of tracks per staff has been changed (like the ScoreEditPanel) should remove itself from the score's listeners using this method
removeOrchPatch(Patch) - Method in class com.softsynth.jmsl.score.Orchestra
Remove a patch from instrument index to instrument index.
removePanAmpListener(PanAmpListener) - Method in class com.softsynth.jmsl.view.PanAmpPanel
 
removePatchEditorListener(PatchEditorListener) - Method in class com.softsynth.jmsl.view.PatchEditorPanel
 
removePlayLurker(PlayLurker) - Method in class com.softsynth.jmsl.MusicJob
 
removePVScrollbarListener(PVScrollbarListener) - Method in class com.didkovsky.portview.PVScrollbar
 
removeRawJScoreFileListener(RawJScoreFileListener) - Method in class com.softsynth.jmsl.score.util.RawJScoreFileParser
 
removeRepeatPlayable(Playable) - Method in class com.softsynth.jmsl.MusicJob
 
removeScore(Score) - Method in class com.softsynth.jmsl.score.ScoreFrame
 
removeScoreCanvasListener(ScoreCanvasListener) - Method in interface com.softsynth.jmsl.score.ScoreCanvas
 
removeScoreCanvasListener(ScoreCanvasListener) - Method in class com.softsynth.jmsl.score.ScoreCanvasAdapter
 
removeScoreCommandAddedListener(ScoreCommandAddedListener) - Static method in class com.softsynth.jmsl.score.ScoreCommandCenter
 
removeStartPlayable(Playable) - Method in class com.softsynth.jmsl.MusicJob
 
removeStopPlayable(Playable) - Method in class com.softsynth.jmsl.MusicJob
 
removeTranscriberListener(TranscriberListener) - Method in class com.softsynth.jmsl.score.transcribe.Transcriber
 
removeUndoRedoStackListener(UndoRedoStackListener) - Method in class com.softsynth.jmsl.score.EditManager
 
removeWAVRecorderPanelListener(WAVRecorderPanelListener) - Method in class com.softsynth.jmsl.jsyn.WAVRecorderPanel
 
render(Graphics, Clef, int, int, double) - Static method in class com.softsynth.jmsl.score.ClefRenderer
 
render(Graphics, Staff, int, double) - Static method in class com.softsynth.jmsl.score.KeySignatureRenderer
 
render(Graphics, double) - Method in class com.softsynth.jmsl.score.Measure
 
render(Graphics, double) - Method in class com.softsynth.jmsl.score.Note
 
render(Graphics, double, Note) - Static method in class com.softsynth.jmsl.score.NoteRenderer
 
render(Graphics, double, Note, boolean, boolean) - Static method in class com.softsynth.jmsl.score.NoteRenderer
 
render() - Method in class com.softsynth.jmsl.score.Score
 
render(int) - Method in class com.softsynth.jmsl.score.Score
 
render(int, double, boolean) - Method in class com.softsynth.jmsl.score.Score
 
render(Graphics, double, boolean) - Method in class com.softsynth.jmsl.score.ScorePainter
Render to specified graphicsContext, optionally scheduled for the future to synch page turns with JMSL.clock
render(Graphics) - Method in class com.softsynth.jmsl.score.SegmentPath
 
render(Graphics, double) - Method in class com.softsynth.jmsl.score.Staff
 
render(Graphics, TimeSignature, int, int, double, Font) - Static method in class com.softsynth.jmsl.score.TimeSigRenderer
 
render(Graphics, double) - Method in class com.softsynth.jmsl.score.Track
 
render8va(Graphics, double, Vector) - Static method in class com.softsynth.jmsl.score.OctavaRenderer
 
render8vb(Graphics, double, Vector) - Static method in class com.softsynth.jmsl.score.OctavaRenderer
 
renderAccent(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderAccentStaccato(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderAccentTenuto(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderBars(Graphics, int, int, int, int, double) - Method in class com.softsynth.jmsl.score.Measure
 
renderBeams(Graphics, double, Vector) - Static method in class com.softsynth.jmsl.score.BeamRenderer
 
renderCresc(Graphics, double, Vector) - Static method in class com.softsynth.jmsl.score.CrescRenderer
 
renderDecresc(Graphics, double, Vector) - Static method in class com.softsynth.jmsl.score.CrescRenderer
 
renderFermata(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderFilled(Graphics) - Method in class com.softsynth.jmsl.score.SegmentPath
treat path as a polygon and draw it filled
renderHarmonic(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderInvertedMordant(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderMark(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderMordant(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderRemainingStaffVectors(Graphics, double) - Static method in class com.softsynth.jmsl.score.NoteRenderer
Some cresc, decresc, 8va, 8vb groups might be loaded up but renders were not triggered because their terminating notes are on the next page.
renderSlur(Graphics, double, Vector) - Static method in class com.softsynth.jmsl.score.SlurRenderer
 
renderStaccato(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderTenuto(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderTrill(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderTrillFlat(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderTrillNatural(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderTrillSharp(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderWedge(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
renderWedgeStaccato(Graphics, int, int, double, Note) - Static method in class com.softsynth.jmsl.score.MarkRenderer
 
repackParent() - Method in class com.softsynth.jmsl.view.MusicShapeEditor
run up the parent component hierarchy until you get null or you get a Window, then pack() the Window
repaint() - Method in interface com.didkovsky.portview.PVCanvas
 
repaint() - Method in class com.didkovsky.portview.PVScrollbar
 
repaint() - Method in class com.softsynth.jmsl.score.ScoreCanvasAdapter
component.repaint();
repaint() - Method in class com.softsynth.jmsl.view.MusicShapeEditor
 
repaint() - Method in class com.softsynth.jmsl.view.MusicShapeEditorCanvas
 
repatch(Instrument) - Method in class com.softsynth.jmsl.JMSLMixerContainer
Enumerate all MixerFaders.
repatch(Instrument) - Method in class com.softsynth.jmsl.jsyn.JSynMixer
 
repatch(Instrument) - Method in class com.softsynth.jmsl.midi.MidiMixer
Does nothing
repatch(Instrument) - Method in interface com.softsynth.jmsl.Mixer
Sometimes the internals of an instrument change which require that it be repatched
repatch(Instrument) - Method in class com.softsynth.jmsl.NullMixer
Does nothing
repeat(double) - Method in interface com.softsynth.jmsl.Composable
This will be called N times based on the setRepeat(N) Override this for custom operation.
repeat(double) - Method in class com.softsynth.jmsl.MusicJob
This will be called N times based on the setRepeat(N) Override this for custom operation.
repeat(double) - Method in class com.softsynth.jmsl.score.MeasureMetronome
 
repeat(double) - Method in class com.softsynth.jmsl.view.ClockTicker
 
repeat(double) - Method in class jmslexamples.jsyn.FMNoodler
 
repeat(double) - Method in class jmslexamples.jsyn.SeqGenDemo.SeqJob
 
repeat(double) - Method in class jmsltestsuite.DimensionNameSpaceEditorTest
 
repeat(double) - Method in class jmsltutorial.AudioClipJob
Override MusicJob's repeat() to do what you want
repeat(double) - Method in class jmsltutorial.PrintingJob
Override MusicJob's repeat() to do what you want
repeatCount - Variable in class com.softsynth.jmsl.MusicJob
 
RepeatCountDialog - Class in com.softsynth.jmsl.score.view
Open a dialog which provides a measure's repeat count
RepeatCountDialog(Frame, Measure, String, String) - Constructor for class com.softsynth.jmsl.score.view.RepeatCountDialog
 
replaceCharacters(String, int, String) - Static method in class com.softsynth.util.XMLTools
 
replaceDrawingAnchor(Point) - Method in class com.softsynth.jmsl.score.Note
anchor is the horizontal note location
reportMIDIFileWritten(boolean, String) - Method in interface com.softsynth.jmsl.score.midi.ScoreMIDIFileWriterListener
 
reportMIDIFileWritten(boolean, String) - Method in class com.softsynth.jmsl.score.ScoreFrame
 
REQUEST_OBJECT - Static variable in class com.softsynth.jmsl.net.JMSLNetActions
 
requestFocus() - Method in interface com.didkovsky.portview.PVButton
 
requestVersion(int) - Static method in class com.softsynth.jmsl.JMSL
If the existing version is earlier than the requested version, then the user will be instructed to upgrade to the latest version of JMSL
reset() - Method in interface com.softsynth.jmsl.SequenceGenerator
Reset sequence generator so that it will restart at seed value.
reset() - Method in class com.softsynth.jmsl.util.HailstoneSequence
Reset sequence generator so that it will restart at beginning.
reset() - Method in class com.softsynth.jmsl.util.Oof
Reset sequence generator so that it will restart at last saved seed value.
reset() - Method in class com.softsynth.jmsl.util.RandomSequence
Reset sequence generator so that it will restart at beginning.
reset() - Method in class com.softsynth.jmsl.util.RunRange
 
reset() - Method in class com.softsynth.jmsl.util.SequencerGeneratorAdapter
Reset sequence generator so that it will restart at last saved seed value.
reset() - Method in class com.softsynth.jmsl.view.MusicShapeEditor
force recalculation of MusicShape drawing parameters.
reset() - Static method in class jmsltestsuite.LongList
 
resetAllRepeats() - Method in class com.softsynth.jmsl.score.ScoreCollection
 
resetIndex() - Static method in class com.softsynth.jmsl.view.PanAmpPanel
 
resetInstrumentIndex() - Static method in class com.softsynth.jmsl.max.MaxInstrument
Reset static MaxInstrument index to 0.
resetLeftMargin() - Method in class com.softsynth.jmsl.score.Measure
 
resetStaffSpacingIndex() - Static method in class com.softsynth.jmsl.score.StaffSpacing
 
resonance - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
 
resonance - Variable in class jmsltutorial.FilteredSawVibrato
 
resonRate - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
 
resortChord(Note) - Static method in class com.softsynth.jmsl.score.Note
make root == handle == lowest pitched note, sort the vector of intervals low to high
RestsToTiedNotes - Class in com.softsynth.jmsl.score.transcribe
Scan through the notes of a score, and extend notes whose hold times extend beyond their beat across a run of rests
RestsToTiedNotes() - Constructor for class com.softsynth.jmsl.score.transcribe.RestsToTiedNotes
 
RestToggleTransform - Class in com.softsynth.jmsl.score.transforms
Toggle a note between rest and pitch
RestToggleTransform() - Constructor for class com.softsynth.jmsl.score.transforms.RestToggleTransform
 
RetrogradeMusicShapeEditorOperator - Class in com.softsynth.jmsl.util
Reverse a range of a MusicShape
RetrogradeMusicShapeEditorOperator() - Constructor for class com.softsynth.jmsl.util.RetrogradeMusicShapeEditorOperator
 
RetrogradeTransform - Class in com.softsynth.jmsl.score.transforms
UnaryCopyBufferTransform.
RetrogradeTransform() - Constructor for class com.softsynth.jmsl.score.transforms.RetrogradeTransform
 
reverse(int, int, int) - Method in class com.softsynth.jmsl.MusicShape
reverse the order of Shape data.
reverseState() - Method in class jmslexamples.TextJob
reverse the boolean state of the TextJob
rewind() - Method in class com.softsynth.jmsl.score.Score
Set current insertion measure to 0, used by addNote().
RIGHT - Static variable in interface com.didkovsky.portview.PVLabel
 
RIGHT - Static variable in class jmslexamples.jsyn.FMNoodler
 
RIGHT_MARGIN - Static variable in class com.softsynth.jmsl.score.ScoreLayoutManager
 
rightBusWriter - Variable in class com.softsynth.jmsl.jsyn.FaderUnit
 
rightGain - Variable in class com.softsynth.jmsl.jsyn.FaderUnit
 
RingMod - Class in com.softsynth.jmsl.jsyn
Automatically generated source.
RingMod() - Constructor for class com.softsynth.jmsl.jsyn.RingMod
 
run() - Method in class com.softsynth.jmsl.EventScheduler
 
run() - Method in class com.softsynth.jmsl.midi.MidiIO_MidiPort
 
run() - Method in class com.softsynth.jmsl.midi.MidiIO_MidiPortLegacy
 
run() - Method in class com.softsynth.jmsl.MusicJob
Called by thread when launched.
RunRange - Class in com.softsynth.jmsl.util
 
RunRange() - Constructor for class com.softsynth.jmsl.util.RunRange
 
RunRangeChecker - Interface in com.softsynth.jmsl.util
A test to extract a range of objects linked to each other.
RunRangeFinder - Class in com.softsynth.jmsl.util
This class scans its Objects, applies an arbitrary boolean test to them and generates a Vector of RunRange.
RunRangeFinder() - Constructor for class com.softsynth.jmsl.util.RunRangeFinder
 

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