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

C

calcAndSetDurationData(Note, int, int, int) - Static method in class com.softsynth.jmsl.score.NoteFactory
Calc duration based on a core duration 0..7, tuplet, and # dots
calcAndSetNoteHeadStemTailInfo(Note, int) - Static method in class com.softsynth.jmsl.score.NoteFactory
Based on the core duration 0..8, set the notehead type, stem info and number of tails for a note .
calcDimStats(int) - Method in class com.softsynth.jmsl.MusicShape
called automatically by calcStats(), calculates statistics for specified dimension
calcDrawableDimensions() - Method in class com.softsynth.jmsl.score.ScoreLayoutManager
Call this after changing width and height so layoutMeasures reflects change
calcDurationalSpacing(double, double) - Static method in class com.softsynth.jmsl.score.justify.Justifier
0 lt base lte 1.0
calcDurationalSpacing(double) - Static method in class com.softsynth.jmsl.score.justify.Justifier
Calculate a non-linear spacing based on duration.
calcHCM(double[]) - Static method in class com.softsynth.jmsl.util.HarmonicComplexity
Returns the harmonic complexity of a chord.
calcHCM(MusicShape) - Static method in class com.softsynth.jmsl.util.HarmonicComplexity
Returns the harmonic complexity of a chord.
calcHCR(double[]) - Static method in class com.softsynth.jmsl.util.HarmonicComplexity
Returns how wide an intervallic range the chord spans, in octaves.
calcHCR(MusicShape) - Static method in class com.softsynth.jmsl.util.HarmonicComplexity
Returns how wide an intervallic range the chord spans, in octaves.
calcLevel(Staff, double) - Static method in class com.softsynth.jmsl.score.NoteFactory
calculate the level on the staff for pitch and staff.
calcMaxDuration() - Method in class com.softsynth.jmsl.score.Measure
calculate max duration of each track in each staff of this measure, used for horizontal layout
calcMinStaffAndMeasure() - Method in class com.softsynth.jmsl.score.CopyBuffer
 
calcNoteYPos(int, int, double) - Static method in class com.softsynth.jmsl.score.ScoreLayoutManager
 
calcRateForTransposition(double, double, double) - Method in class com.softsynth.jmsl.jsyn.TransposingSamplePlayingInstrument
If you have a smaple tuned to closestSampledPitch, this method calculates the playback rate to make that smaple sound at desired pitch.
calcStats() - Method in class com.softsynth.jmsl.MusicShape
called automatically by print(), calculates statistics for each dimension
calcTextualSpacingBeforeAndAfter() - Method in interface com.softsynth.jmsl.score.justify.Justifiable
 
calcTextualSpacingBeforeAndAfter() - Method in class com.softsynth.jmsl.score.justify.JustifiableNote
 
calculateScore() - Method in class com.softsynth.jmsl.score.transcribe.BeatDivision
run through *all* events in measure and drop them into a grid that fits this division scheme.
calculateSpectrum() - Method in class jmsltutorial.FMSpectrumCalculator
Calculate Index of Modulation and sidebands, stuff results into a Vector
calcWidth() - Method in class com.softsynth.jmsl.score.Measure
Calculate and set measure width.
captureMusicShape() - Method in class jmsltestsuite.MultipleScoresDemo1
simulates grabbing a MusicShape live
CelloSampleIns - Class in jmsltutorial
A subclass of TransposingSamplePlayingInstrument which maps pitches to sound files, and transposes to fill in unmapped gaps, Does a simple loop to sustain the sample over time.
CelloSampleIns() - Constructor for class jmsltutorial.CelloSampleIns
 
CelloSampleIns(String) - Constructor for class jmsltutorial.CelloSampleIns
 
CelloSampleSustainingIns - Class in jmsltutorial
A subclass of TransposingSampleSustainingInstrument which maps pitches to sound files, and transposes to fill in unmapped gaps, This class does a better job of sustaining than TransposingSamplePlayingInstrument, as it uses two sample players to manage the loop, and crossfades between them Copy and rename this example, change the buildFromAttributes() method.
CelloSampleSustainingIns() - Constructor for class jmsltutorial.CelloSampleSustainingIns
 
CelloSampleSustainingIns(String) - Constructor for class jmsltutorial.CelloSampleSustainingIns
 
CENTER - Static variable in interface com.didkovsky.portview.PVLabel
 
CHANNEL_AFTERTOUCH - Static variable in class com.softsynth.jmsl.midi.MidiIO
 
CHANNEL_AFTERTOUCH - Static variable in class com.softsynth.midifile.MIDIStandard
 
ChebyshevPolynomial - Class in com.softsynth.jmsl.util
ChebyshevPolynomial
ChebyshevPolynomial() - Constructor for class com.softsynth.jmsl.util.ChebyshevPolynomial
 
ChebyshevTableData - Class in com.softsynth.jmsl.util
ChebyshevTableData
Provides an array of short[] containing data generated by Chebyshev polynomial.
Input to Chebyshev is -1..1, output is -1..1, scaled to -32768..32767 and stored in short[]
ChebyshevTableData(Polynomial, int) - Constructor for class com.softsynth.jmsl.util.ChebyshevTableData
Constructor which fills short[numFrames] with Chebyshev data -1..1 scaled to short
Note that any Polynomial can plug in here, just make sure output is -1..1 when input ranges from -1..1
choose(SequentialCollection) - Method in interface com.softsynth.jmsl.Behavior
choose a child to launch
choose() - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(int) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(double) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(int, int) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(double, double) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(SequentialCollection) - Method in class com.softsynth.jmsl.score.ScoreCollectionBehavior
Choose a child to launch depending on repeat bars, repeat counts, etc of measure
choose(SequentialCollection) - Method in class com.softsynth.jmsl.UniformRandomBehavior
Choose a child to launch with a uniformly distributed random selection.
choose() - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(int) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(double) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(int, int) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(double, double) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(int) - Method in class com.softsynth.jmsl.util.RandomSequence
 
choosePlusMinus(int) - Static method in class com.softsynth.jmsl.JMSLRandom
return random integer between +range and -range, inclusive
choosePlusMinus(double) - Static method in class com.softsynth.jmsl.JMSLRandom
return random double between +range and -range
choosePlusMinus(int) - Method in class com.softsynth.jmsl.util.RandomDriver
return random integer between +range and -range, inclusive
choosePlusMinus(double) - Method in class com.softsynth.jmsl.util.RandomDriver
return random double between +range and -range
chooseUniformRandomObject() - Method in class com.softsynth.jmsl.util.MarkovObjectChooser
 
ClassBrowser - Class in com.softsynth.jmsl.util.classbrowser
 
ClassBrowser() - Constructor for class com.softsynth.jmsl.util.classbrowser.ClassBrowser
 
ClassBrowserTest - Class in jmsltestsuite
Look for instances of com.softsynth.jsyn.SynthNote in classpath bug: grinds to a silent halt when it encounters JMSLInstrumentToMax which Class.forName() croaks on any subclass of MaxObject
ClassBrowserTest() - Constructor for class jmsltestsuite.ClassBrowserTest
 
ClassFinder - Class in com.softsynth.jmsl.util.classbrowser
Look for classes of some type in classpath
ClassFinder(String) - Constructor for class com.softsynth.jmsl.util.classbrowser.ClassFinder
 
ClassListener - Interface in com.softsynth.jmsl.util.classbrowser
Get a call back from a ClassBrowser
cleanup() - Method in class com.softsynth.jmsl.view.MidiInitPanel
Remove the midi listener used by this panel from its midi parser.
clear() - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
remove all samples and pitch mappings
clear() - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrumentWithLoops
 
clear() - Method in class com.softsynth.jmsl.midi.MidiLogger
Remove all logged midi events
clear() - Method in class com.softsynth.jmsl.score.AccidentalLevelManager
 
clear() - Method in class com.softsynth.jmsl.score.ScoreCanvasAWTCanvas
 
clear() - Method in class com.softsynth.jmsl.score.ScoreCanvasSwingJPanel
 
clear() - Method in class com.softsynth.jmsl.util.XMLString
 
clear() - Method in class com.softsynth.jmsl.view.MusicShapeEditor
Remove all MusicShapes from Editor
clearBuffer() - Static method in class com.softsynth.jmsl.view.MusicShapeEditor
remove all MusicShapes from static buffer
clearEditables() - Method in class com.softsynth.jmsl.view.DimensionNameSpaceValuesEditorPanel
 
clearIntervals() - Method in class com.softsynth.jmsl.score.Note
 
clearLastAddedNote() - Method in class com.softsynth.jmsl.score.ScoreCollection
 
clearMidiLog() - Method in class com.softsynth.jmsl.midi.MidiIO
Remove all logged MIDI events from MIDI event logger
clearRange() - Method in class com.softsynth.jmsl.view.MusicShapeEditorCanvas
 
clearSamples() - Static method in class com.softsynth.jmsl.jsyn.SampleLoader
Clear the static vector of SynthSample built by multiple calls to load() (for example, call this in applet.stop() after JSyn's synth engine is stopped, to prevent invalid tokens upon reloading)
clearSearchPaths() - Method in class com.softsynth.jmsl.util.classbrowser.ClassBrowser
Clear all search path constraints.
clearSectionChoice() - Method in class com.softsynth.jmsl.score.ScoreControlPanel
 
clearShorts() - Static method in class com.softsynth.jmsl.jsyn.SampleLoader
Clear the static vector of shorts built by multiple calls to loadShorts()
clearStaffVectors(Score) - Static method in class com.softsynth.jmsl.score.NoteRenderer
 
clearText() - Method in class com.softsynth.jmsl.view.TextDisplayFrame
 
Clef - Class in com.softsynth.jmsl.score
Clef.java
A Clef has one of four types, TREBLE, ALTO, TENOR, or BASS and a level offset, used to calculate level on a staff where a Note should sit.
Clef(int, int) - Constructor for class com.softsynth.jmsl.score.Clef
 
CLEF_ARRAY - Static variable in class com.softsynth.jmsl.score.Clef
 
CLEF_WIDTH - Static variable in class com.softsynth.jmsl.score.ClefRenderer
 
ClefRenderer - Class in com.softsynth.jmsl.score
 
ClefRenderer() - Constructor for class com.softsynth.jmsl.score.ClefRenderer
 
clefsSame(Measure, Measure) - Static method in class com.softsynth.jmsl.score.ScoreLayoutManager
 
clip(double) - Method in class com.softsynth.jmsl.Limits
 
clipTo(double, double, double) - Static method in class com.softsynth.jmsl.Limits
return value clipped to specified range - static version, don't need an instance of Limits() to use this
clipTo(int, int, int) - Static method in class com.softsynth.jmsl.Limits
return value clipped to specified range - static version, don't need an instance of Limits() to use this
clipValDim(double, int) - Method in class com.softsynth.jmsl.MusicShape
return value clipped to dimension's limits
clock - Static variable in class com.softsynth.jmsl.JMSL
 
ClockTicker - Class in com.softsynth.jmsl.view
MusicJob which acts like a simple hh:mm:ss timer
ClockTicker(double, PVLabel) - Constructor for class com.softsynth.jmsl.view.ClockTicker
 
clone() - Method in class com.softsynth.jmsl.MusicShape
Clones contents of shape.
clone() - Method in class com.softsynth.jmsl.score.ScoreCommand
 
clone() - Method in class com.softsynth.jmsl.score.transcribe.SearchPath
override because we want a copy of the vector of beat divisions, not the same vector
clone() - Method in class com.softsynth.midifile.MIDIFileEvent
Clones contents of event.
cloneNote(Note) - Static method in class com.softsynth.jmsl.score.Note
Make an exact copy of a Note.
close(double) - Method in interface com.softsynth.jmsl.Instrument
 
close(double) - Method in class com.softsynth.jmsl.InstrumentAdapter
 
close(double) - Method in class com.softsynth.jmsl.jsyn.FreqSynthNoteInstrument
close your instrument, this stub does nothing and returns time
close() - Method in class com.softsynth.jmsl.jsyn.JSynMusicDevice
 
close(double) - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
 
close(double) - Method in class com.softsynth.jmsl.midi.MidiInstrument
 
close() - Method in class com.softsynth.jmsl.midi.MidiIO
Calls closeDevices() if not already closed.
close() - Method in interface com.softsynth.jmsl.MusicDevice
 
close() - Method in class com.softsynth.jmsl.NullMusicDevice
 
close() - Method in class com.softsynth.jmsl.score.midi.JavaSoundMidiRenderer
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO_JavaSound
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO_MidiPort
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO_MidiPortLegacy
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO_MidiShare
 
closeMusicDevices() - Static method in class com.softsynth.jmsl.JMSL
When a MusicDevice.open() is called, it should JMSL.addMusicDevice(itself) Then when programs terminate, one call to JMSL.closeMusicDevices() will close() it and all other MusicDevices that added themselves.
col - Variable in class jmslexamples.jsyn.PlayModShape
 
ColToot02 - Class in jmsltutorial
 
ColToot02() - Constructor for class jmsltutorial.ColToot02
 
ColToot03 - Class in jmsltutorial
 
ColToot03() - Constructor for class jmsltutorial.ColToot03
 
ColToot04 - Class in jmsltutorial
 
ColToot04() - Constructor for class jmsltutorial.ColToot04
 
ColToot05 - Class in jmsltutorial
 
ColToot05() - Constructor for class jmsltutorial.ColToot05
 
com.algomusic.install - package com.algomusic.install
 
com.didkovsky.portview - package com.didkovsky.portview
 
com.didkovsky.portview.awt - package com.didkovsky.portview.awt
 
com.didkovsky.portview.swing - package com.didkovsky.portview.swing
 
com.softsynth.jmsl - package com.softsynth.jmsl
 
com.softsynth.jmsl.jsyn - package com.softsynth.jmsl.jsyn
 
com.softsynth.jmsl.jsyn.circuits - package com.softsynth.jmsl.jsyn.circuits
 
com.softsynth.jmsl.max - package com.softsynth.jmsl.max
 
com.softsynth.jmsl.midi - package com.softsynth.jmsl.midi
 
com.softsynth.jmsl.net - package com.softsynth.jmsl.net
 
com.softsynth.jmsl.score - package com.softsynth.jmsl.score
 
com.softsynth.jmsl.score.justify - package com.softsynth.jmsl.score.justify
 
com.softsynth.jmsl.score.max - package com.softsynth.jmsl.score.max
 
com.softsynth.jmsl.score.midi - package com.softsynth.jmsl.score.midi
 
com.softsynth.jmsl.score.operators - package com.softsynth.jmsl.score.operators
 
com.softsynth.jmsl.score.transcribe - package com.softsynth.jmsl.score.transcribe
 
com.softsynth.jmsl.score.transforms - package com.softsynth.jmsl.score.transforms
 
com.softsynth.jmsl.score.util - package com.softsynth.jmsl.score.util
 
com.softsynth.jmsl.score.view - package com.softsynth.jmsl.score.view
 
com.softsynth.jmsl.util - package com.softsynth.jmsl.util
 
com.softsynth.jmsl.util.classbrowser - package com.softsynth.jmsl.util.classbrowser
 
com.softsynth.jmsl.view - package com.softsynth.jmsl.view
 
com.softsynth.midifile - package com.softsynth.midifile
 
com.softsynth.util - package com.softsynth.util
 
com.softsynth.view - package com.softsynth.view
 
combSort(double[], int) - Static method in class com.softsynth.jmsl.util.Sorts
A variant of bubble sort which is very fast, roughly n*logn From Stephen Lacy & Richard Box "A Fast Easy Sort" BYTE April 1991, p315
combSort(String[], int) - Static method in class com.softsynth.jmsl.util.Sorts
 
Command - Interface in com.softsynth.jmsl.util
 
command - Variable in class com.softsynth.midifile.MIDIFileEvent
 
compare(double[], double[], int) - Method in class com.softsynth.jmsl.CompareDim
Returns -1 if e1[dim] lt e2[dim], 0 if e1[dim] eq e2[dim], 1 if e1[dim] gt e2[dim]
compare(double[], double[], int) - Method in interface com.softsynth.jmsl.DimensionComparison
Custom comparison method.
compare() - Method in class jmsltestsuite.TuningTest
 
CompareDim - Class in com.softsynth.jmsl
Used to sort shapes.
CompareDim() - Constructor for class com.softsynth.jmsl.CompareDim
 
Composable - Interface in com.softsynth.jmsl
Define the interface for Composable objects for JMSL.
connect(SynthOutput, int) - Method in class com.softsynth.jmsl.jsyn.WAVRecorderPanel
 
connectBusWriterToBusReader(BusWriter, int) - Method in class com.softsynth.jmsl.jsyn.BussedVoiceAllocatorMultiOut
 
contains(Composable) - Method in class com.softsynth.jmsl.MusicJob
 
contains(Object) - Method in class com.softsynth.jmsl.util.WeightedObjectChooser
 
containsDursBiggerThanEighth(Track, int, int) - Static method in class com.softsynth.jmsl.score.BeamRenderer
 
control(int, int, int) - Method in class com.softsynth.jmsl.midi.MidiIO
Send a control message over the given MIDI channel.
control(double, int, int, int) - Method in class com.softsynth.jmsl.midi.MidiIO
Send a control message over the given MIDI channel at the given time.
CONTROL_CHANGE - Static variable in class com.softsynth.jmsl.midi.MidiIO
 
CONTROL_CHANGE - Static variable in class com.softsynth.midifile.MIDIStandard
 
controlContinuous(int, int, int) - Method in class com.softsynth.jmsl.midi.MidiIO
Send a continuous control message over the given MIDI channel.
controlContinuous(double, int, int, int) - Method in class com.softsynth.jmsl.midi.MidiIO
Send a control message over the given MIDI channel at the given time.
ConvergeToMeanTransform - Class in jmsltutorial
Calculate the mean pitch of all notes in the copy buffer.
Set the pitch of each according to the position in the buffer: early notes changed minimally, later notes attracted maximally to mean.
ConvergeToMeanTransform() - Constructor for class jmsltutorial.ConvergeToMeanTransform
 
convertMIDIFile(String) - Method in class com.softsynth.jmsl.util.MIDIFileToMusicShape
Read a midi file from disk and convert it to a ParallelCollection of MusicShape
convertMIDIFile(InputStream) - Method in class com.softsynth.jmsl.util.MIDIFileToMusicShape
Read a midi file from an input stream and convert it to a a ParallelCollection of MusicShape
convertTimeBaseDim(double, double, int) - Method in class com.softsynth.jmsl.MusicShape
(srcTicksPerSec, destTicksPerSec, dim), recalculate all durations in specified dimension
copy() - Method in class com.softsynth.jmsl.score.EditManager
Copy from selection buffer to Score.copyBuffer
copy(CopyBuffer) - Method in class com.softsynth.jmsl.score.EditManager
Copy from selection buffer to specified copy buffer
copy(CopyBuffer) - Method in class com.softsynth.jmsl.score.Score
Copy selected notes into specified copy buffer
CopyBuffer - Class in com.softsynth.jmsl.score
CopyBuffer is a temporary place to copy selected elements, to enumerate through and delete for example, or to parse out into a new ScoreCollection Object
CopyBuffer() - Constructor for class com.softsynth.jmsl.score.CopyBuffer
 
copyBuffer - Static variable in class com.softsynth.jmsl.score.Score
 
copyDataFrom(MusicShape) - Method in class com.softsynth.jmsl.MusicShape
Exact duplicate of double[] elements from source MusicShape to this MusicShape.
copyDataFrom(Vector) - Method in class com.softsynth.jmsl.MusicShape
Copy double[] elements from source Vector of double[] to this MusicShape.
copyDimensionNameSpace(DimensionNameSpace) - Method in class com.softsynth.jmsl.MusicShape
Copy dimension names, limits and defaults from source DimensionNameSpace to this MusicShape
CopyMusicShape - Class in jmsltestsuite
 
CopyMusicShape() - Constructor for class jmsltestsuite.CopyMusicShape
 
CopyMusicShapeEditorOperator - Class in com.softsynth.jmsl.util
copy selected range to MusicShapeEditor's static copy buffer
CopyMusicShapeEditorOperator() - Constructor for class com.softsynth.jmsl.util.CopyMusicShapeEditorOperator
 
copyProperties(Note, Note) - Static method in class com.softsynth.jmsl.score.Note
Copy properties from one Note to another.
copyright - Static variable in class com.softsynth.jmsl.score.AccidentalLevelManager
 
copyright - Static variable in class com.softsynth.jmsl.score.BeamRenderer
 
copyright - Static variable in class com.softsynth.jmsl.score.BinaryCopyBufferTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.Clef
 
copyright - Static variable in class com.softsynth.jmsl.score.ClefRenderer
 
copyright - Static variable in class com.softsynth.jmsl.score.CopyBuffer
 
copyright - Static variable in class com.softsynth.jmsl.score.CrescRenderer
 
copyright - Static variable in class com.softsynth.jmsl.score.EditManager
 
copyright - Static variable in interface com.softsynth.jmsl.score.EditStateListener
 
copyright - Static variable in interface com.softsynth.jmsl.score.EditStateProvider
 
copyright - Static variable in class com.softsynth.jmsl.score.GoofyFace
 
copyright - Static variable in class com.softsynth.jmsl.score.Measure
 
copyright - Static variable in class com.softsynth.jmsl.score.Note
 
copyright - Static variable in class com.softsynth.jmsl.score.NoteBlockEnumerator
 
copyright - Static variable in class com.softsynth.jmsl.score.NoteFactory
 
copyright - Static variable in class com.softsynth.jmsl.score.NoteNamer
 
copyright - Static variable in class com.softsynth.jmsl.score.NotePropertiesTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.NoteRenderer
 
copyright - Static variable in class com.softsynth.jmsl.score.NoteTrackEnumerator
 
copyright - Static variable in exception com.softsynth.jmsl.score.NumberOutOfRangeException
 
copyright - Static variable in class com.softsynth.jmsl.score.OctavaRenderer
 
COPYRIGHT - Static variable in class com.softsynth.jmsl.score.Score
 
copyright - Static variable in interface com.softsynth.jmsl.score.ScoreCanvas
 
copyright - Static variable in interface com.softsynth.jmsl.score.ScoreCanvasListener
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreCollection
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreControlPanel
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreEditPanel
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreFrame
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreFrameJavaSound
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreLayoutManager
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreLayoutManagerEnumerator
 
copyright - Static variable in class com.softsynth.jmsl.score.ScorePainter
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreSection
 
copyright - Static variable in class com.softsynth.jmsl.score.ScoreWriter
 
copyright - Static variable in class com.softsynth.jmsl.score.SegmentPath
 
copyright - Static variable in class com.softsynth.jmsl.score.SelectionBuffer
 
copyright - Static variable in class com.softsynth.jmsl.score.SlurRenderer
 
copyright - Static variable in class com.softsynth.jmsl.score.Staff
 
copyright - Static variable in class com.softsynth.jmsl.score.Tempo
 
copyright - Static variable in interface com.softsynth.jmsl.score.TempoResultProcessor
 
copyright - Static variable in class com.softsynth.jmsl.score.TimeSigRenderer
 
copyright - Static variable in interface com.softsynth.jmsl.score.TimeSigResultProcessor
 
copyright - Static variable in class com.softsynth.jmsl.score.Track
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.AccidentalPreferenceTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.AltEnharmonicSpellingToggleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.AmplitudeTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.BeamTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.CrescTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.DotTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.DoubleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.DurationTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.DynamicTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.HalveTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.HoldTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.MarkTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.NoteHeadTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.OctavaTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.RestToggleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.RetrogradeTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.ScrambleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.SlurTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.TieTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.TranspositionTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.TupletTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.ZipperTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.UnaryCopyBufferTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.util.SAPScoreWriter
 
copyright - Static variable in class com.softsynth.jmsl.score.view.RepeatCountDialog
 
copyright - Static variable in class com.softsynth.jmsl.score.view.TempoDialog
 
copyright - Static variable in class com.softsynth.jmsl.score.view.TimeSigDialog
 
copyright - Static variable in interface com.softsynth.jmsl.score.ZoomListener
 
copyright - Static variable in class com.softsynth.jmsl.util.TimeSignature
 
copyright - Static variable in class jmsltutorial.HocketTransform
 
copyright - Static variable in class jmsltutorial.MutationMeanTransform
 
coreDurationNames - Static variable in class com.softsynth.jmsl.score.Note
 
coreDurations - Static variable in class com.softsynth.jmsl.score.Note
 
create() - Method in class com.softsynth.jmsl.PanAmpPair
XMLCreatable Interface
create() - Method in class com.softsynth.jmsl.score.LurkerPatchXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.Measure
XMLCreatable Interface
create() - Method in class com.softsynth.jmsl.score.NoteXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.Orchestra
 
create() - Method in class com.softsynth.jmsl.score.Score
XMLCreatable Interface
create() - Method in class com.softsynth.jmsl.score.ScoreSectionXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.StaffSpacingXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.StaffXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.TrackXMLHandler
 
create() - Method in class com.softsynth.jmsl.util.Patch
XMLCreatable Interface
create() - Method in interface com.softsynth.jmsl.util.XMLCreatable
 
createAllBeatDivisionLists() - Method in class com.softsynth.jmsl.score.transcribe.MeasureBeatDivisions
Run through each beat of this measure.
createBeatDivisions() - Method in class com.softsynth.jmsl.score.transcribe.BeatDivisionList
 
createButton(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createButton(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createButton(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createCanvas() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCanvas() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCanvas() - Method in interface com.didkovsky.portview.ViewFactory
 
createCheckbox(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCheckbox(String, boolean) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCheckbox(String, PVRadioGroup, boolean) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCheckbox(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCheckbox(String, boolean) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCheckbox(String, PVRadioGroup, boolean) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCheckbox(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createCheckbox(String, boolean) - Method in interface com.didkovsky.portview.ViewFactory
 
createCheckbox(String, PVRadioGroup, boolean) - Method in interface com.didkovsky.portview.ViewFactory
 
createCheckboxMenuItem(String, boolean) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCheckboxMenuItem(String, boolean) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCheckboxMenuItem(String, boolean) - Method in interface com.didkovsky.portview.ViewFactory
 
createChoice() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createChoice() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createChoice() - Method in interface com.didkovsky.portview.ViewFactory
 
createDialog(Frame, boolean) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createDialog(Frame, boolean) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createDialog(Frame, boolean) - Method in interface com.didkovsky.portview.ViewFactory
 
createFrame() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createFrame(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createFrame() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createFrame(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createFrame() - Method in interface com.didkovsky.portview.ViewFactory
 
createFrame(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createLabel(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createLabel(String, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createLabel(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createLabel(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createMenu(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createMenu(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createMenu(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createMenuBar() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createMenuBar() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createMenuBar() - Method in interface com.didkovsky.portview.ViewFactory
 
createMenuItem(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createMenuItem(String, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createMenuItem(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createMenuItem(String, int) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createMenuItem(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createMenuItem(String, int) - Method in interface com.didkovsky.portview.ViewFactory
 
createMidiIO() - Static method in class com.softsynth.jmsl.midi.MidiIO
Create an appropriate MidiIO.
createPanel() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createPanel() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createPanel() - Method in interface com.didkovsky.portview.ViewFactory
 
createRadioGroup() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createRadioGroup() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createRadioGroup() - Method in interface com.didkovsky.portview.ViewFactory
Used with PVCheckbox
createScoreCanvas(int, int) - Method in class com.softsynth.jmsl.score.ScoreCanvasFactory
 
createScrollPane() - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createScrollPane() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createScrollPane() - Method in interface com.didkovsky.portview.ViewFactory
 
createTextArea(int, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createTextArea(int, int) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createTextArea(int, int) - Method in interface com.didkovsky.portview.ViewFactory
 
createTextField(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createTextField(String, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createTextField(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createTextField(String, int) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createTextField(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createTextField(String, int) - Method in interface com.didkovsky.portview.ViewFactory
 
CrescRenderer - Class in com.softsynth.jmsl.score
A class with static methods to draw cresc across Notes.
CrescRenderer() - Constructor for class com.softsynth.jmsl.score.CrescRenderer
 
CrescTransform - Class in com.softsynth.jmsl.score.transforms
(De)Cresce/un(De)cresc selected Notes.
CrescTransform(boolean) - Constructor for class com.softsynth.jmsl.score.transforms.CrescTransform
 
CROSSFADE_ATTACK_STAGE - Static variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
queues ampEnv frame [ CROSSFADE_DURATION, 1.0 ]
CROSSFADE_DURATION - Static variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
0.001 sec.
CROSSFADE_RELEASE_STAGE - Static variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
queues ampEnv frame [ CROSSFADE_DURATION, 0.0 ]
currentDirectory - Static variable in class com.softsynth.jmsl.jsyn.SampleInstrumentKeyMapPanel
 
currentTrackIndex - Variable in class com.softsynth.midifile.MIDIFileImage
 
CURSOR_MODE - Static variable in class com.softsynth.jmsl.score.EditManager
This mode treats mouse pointer like a cursor, used to select notes
CustomFader - Class in com.softsynth.view
Our own horizontal fader (scrollbar), subclass of canvas, which uses CustomFaderListener interface to communicate with parent.
CustomFader(int, int, int, int, int) - Constructor for class com.softsynth.view.CustomFader
Constructor with initial value, visible, min value, max value.
CustomFaderListener - Interface in com.softsynth.view
Interface to get values back from a CustomFader.
customFaderValueChanged(CustomFader, int) - Method in interface com.softsynth.view.CustomFaderListener
Handle a value change from a CustomFader.
cut() - Method in class com.softsynth.jmsl.score.EditManager
Copy from selection buffer to Score.copyBuffer, delete selected notes
cutoff - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
 
cutoff - Variable in class jmsltutorial.FilteredSawVibrato
 
cutoffRate - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
 

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