Index

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 
All Classes|All Packages

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
calcDistanceBetweenTopAndBottomNotesInChord(Note, double) - Static method in class com.softsynth.jmsl.score.NoteRenderer
 
calcDrawableDimensions() - Method in class com.softsynth.jmsl.score.ScoreLayoutManager
Call this after changing width and height so layoutMeasures reflects change
calcDurationalSpacing(double) - Static method in class com.softsynth.jmsl.score.justify.Justifier
Calculate a non-linear spacing based on duration.
calcDurationalSpacing(double, double) - Static method in class com.softsynth.jmsl.score.justify.Justifier
0 lt base lte 1.0
calcGraceNoteRollbackTime() - Method in class com.softsynth.jmsl.score.Note
 
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
calcMaxGraceNoteRollback(Score) - Method in class com.softsynth.jmsl.score.util.GraceNoteMaxRollbackCalculator
 
calcMinStaffAndMeasure() - Method in class com.softsynth.jmsl.score.CopyBuffer
 
calcNoteYPos(double, int, double) - Static method in class com.softsynth.jmsl.score.ScoreLayoutManager
 
calcRateForTransposition(double, double, double) - Method in class com.softsynth.jmsl.jsyn.TransposingSamplePlayingInstrument
Deprecated.
If you have a smaple tuned to closestSampledPitch, this method calculates the playback rate to make that smaple sound at desired pitch.
calcRateForTransposition(double, double, double) - Method in class com.softsynth.jmsl.jsyn2.unitvoices.VariableRateReaderUnitVoice
 
calcStats() - Method in class com.softsynth.jmsl.MusicShape
called automatically by print(), calculates statistics for each dimension
calcStemDirection(Vector) - Static method in class com.softsynth.jmsl.score.BeamRenderer
 
calcTextualSpacingBeforeAndAfter() - Method in interface com.softsynth.jmsl.score.justify.Justifiable
 
calcTextualSpacingBeforeAndAfter() - Method in class com.softsynth.jmsl.score.justify.JustifiableNote
 
calculateAccidentalPlacement(Note) - Method in class com.softsynth.jmsl.score.AccidentalPlacementCalculator
 
calculateHoldTimes(MusicShape) - Method in class jmsltestsuite.TestNoteOffHoldAlgorithm
 
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.
capture(double, double) - Method in class com.softsynth.jmsl.score.max.JMSLMaxNotate
Used by transcriber, add an element to musicshape using current max time, pitch and amp.
captureMusicShape() - Method in class jmsltestsuite.MultipleScoresDemo1
simulates grabbing a MusicShape live
caramplitude - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.FMPair
 
caramplitude - Variable in class jmslexamples.jsyn2.unitvoices.FMPair
 
carfrequency - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.FMPair
 
carfrequency - Variable in class jmslexamples.jsyn2.unitvoices.FMPair
 
centDeviation - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.VariableRateReaderUnitVoice
 
CENTER - Static variable in interface com.didkovsky.portview.PVLabel
 
ChangeActiveVoices - Class in jmslexamples.jsyn2
For Cindy Bui.
ChangeActiveVoices() - Constructor for class jmslexamples.jsyn2.ChangeActiveVoices
 
channel - Variable in class com.softsynth.jmsl.score.midi.MidiTrackEventData
 
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() - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose() - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(double) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(double) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(double, double) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(double, double) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(int) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(int) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(int) - Method in class com.softsynth.jmsl.util.RandomSequence
 
choose(int, int) - Static method in class com.softsynth.jmsl.JMSLRandom
 
choose(int, int) - Method in class com.softsynth.jmsl.util.RandomDriver
 
choose(SequentialCollection) - Method in interface com.softsynth.jmsl.Behavior
choose a child to launch
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.
choosePlusMinus(double) - Static method in class com.softsynth.jmsl.JMSLRandom
return random double between +range and -range
choosePlusMinus(double) - Method in class com.softsynth.jmsl.util.RandomDriver
return random double between +range and -range
choosePlusMinus(int) - Static method in class com.softsynth.jmsl.JMSLRandom
return random integer between +range and -range, inclusive
choosePlusMinus(int) - Method in class com.softsynth.jmsl.util.RandomDriver
return random integer between +range and -range, inclusive
chooseUniformRandomObject() - Method in class com.softsynth.jmsl.util.MarkovObjectChooser
 
clarinetPreset() - Method in class com.softsynth.jmsl.jsyn2.unitvoices.FMVoice
Clarinet, Fc:Fm ratio 3:2, IMIN = 2, IMAX = 4, DUR variable so we use sustain loop (Dodge/Jerse p.
clarinetPreset() - Method in class jmslexamples.jsyn2.unitvoices.FMVoice
Clarinet, Fc:Fm ratio 3:2, IMIN = 2, IMAX = 4, DUR variable so we use sustain loop (Dodge/Jerse p.
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, boolean) - Constructor for class com.softsynth.jmsl.util.classbrowser.ClassFinder
 
ClassForNameTest - Class in jmsltestsuite
 
ClassForNameTest() - Constructor for class jmsltestsuite.ClassForNameTest
 
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.
cleanup() - Method in class jmslexamples.jsyn2.NicksDream
 
cleanup() - Method in class jmslexamples.jsyn2.NicksDreamClock
 
cleanup() - Method in class jmslexamples.NicksDreamMIDI
 
cleanup() - Method in class jmslexamples.simple.MIDISong
 
cleanup() - Method in class jmslexamples.simple.TenRandomMidiNotes
 
clear() - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
Deprecated.
remove all samples and pitch mappings
clear() - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrumentWithLoops
Deprecated.
 
clear() - Method in class com.softsynth.jmsl.jsyn2.SamplePlayingInstrument
remove all samples and pitch mappings
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.score.UndoStack
removes all snapshots and calls Java garbage collection & delete any Files in undo_cache
clear() - Method in class com.softsynth.jmsl.score.util.BeamGroupCollection
 
clear() - Method in class com.softsynth.jmsl.util.XMLString
 
clear() - Method in class com.softsynth.jmsl.view.MusicShapeEditor
Remove all MusicShapes from Editor
CLEAR - Static variable in class com.softsynth.jmsl.score.transforms.StemInfoOverrideTransform
 
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
 
clearFloats() - Static method in class com.softsynth.jmsl.jsyn2.SampleLoader
Clear the static vector of shorts built by multiple calls to loadShorts()
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
clearMIDIProgramChangeTracker() - Static method in class com.softsynth.jmsl.midi.MidiInstrument
resets program changes stored in tracker.
clearMixer() - Method in class com.softsynth.jmsl.score.Score
removes all instruments from Orchestra's Mixer
clearRange() - Method in class com.softsynth.jmsl.view.MusicShapeEditorCanvas
 
clearSamples() - Static method in class com.softsynth.jmsl.jsyn.SampleLoader
Deprecated.
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)
clearSamples() - Static method in class com.softsynth.jmsl.jsyn2.SampleLoader
Clear the static vector of com.jsyn.data.AudioSample 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
Deprecated.
Clear the static vector of shorts built by multiple calls to loadShorts()
clearStaffVectors(Score) - Static method in class com.softsynth.jmsl.score.NoteRenderer
 
clearStemInfoOverride() - Method in class com.softsynth.jmsl.score.Note
 
clearText() - Method in class com.softsynth.jmsl.view.TextDisplayFrame
 
clearUndoCache() - Static method in class com.softsynth.jmsl.score.UndoStack
Caution this deletes ALL files in undo_cache directory, even undo snapshots written by other Scores' undoStacks
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(Clef) - 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() - Method in class com.softsynth.jmsl.jsyn.JSynMusicDevice
Deprecated.
 
close() - Method in class com.softsynth.jmsl.jsyn2.JSynMusicDevice
 
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
 
close() - Method in class com.softsynth.jmsl.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class jmslexamples.jsyn2.LineInInstrumentExample
 
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
Deprecated.
close your instrument, this stub does nothing and returns time
close(double) - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
Deprecated.
 
close(double) - Method in class com.softsynth.jmsl.jsyn2.SamplePlayingInstrument
 
close(double) - Method in class com.softsynth.jmsl.midi.MidiInstrument
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO_JavaSound
 
closeDevices() - Method in class com.softsynth.jmsl.midi.MidiIO
 
closeLog() - Method in class com.softsynth.jmsl.util.classbrowser.ClassBrowser
 
closeMeasurePropertiesXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Measure
 
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.
closeStaffPropertiesXML(PrintWriter) - Method in class com.softsynth.jmsl.score.Staff
 
closeTrack(int, long) - Method in class com.softsynth.jmsl.score.midi.MidiFileImageManager
 
closeTracks() - Method in class com.softsynth.jmsl.score.midi.MidiFileImageManager
 
col - Variable in class jmslexamples.jsyn.ancient.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.jsyn - package com.softsynth.jmsl.jsyn
 
com.softsynth.jmsl.jsyn.circuits - package com.softsynth.jmsl.jsyn.circuits
 
com.softsynth.jmsl.jsyn2 - package com.softsynth.jmsl.jsyn2
 
com.softsynth.jmsl.jsyn2.instruments - package com.softsynth.jmsl.jsyn2.instruments
 
com.softsynth.jmsl.jsyn2.unitvoices - package com.softsynth.jmsl.jsyn2.unitvoices
 
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.oldcode - package com.softsynth.jmsl.oldcode
 
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.musicglyphrenderers - package com.softsynth.jmsl.score.musicglyphrenderers
 
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(int[], int) - Static method in class com.softsynth.jmsl.util.Sorts
 
combSort(String[], int) - Static method in class com.softsynth.jmsl.util.Sorts
 
command - Variable in class com.softsynth.midifile.MIDIFileEvent
 
Command - Interface in com.softsynth.jmsl.util
 
COMMON_TIME - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
 
COMMON_TIME - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
 
compare() - Method in class jmsltestsuite.TuningTest
 
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.
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(UnitOutputPort, int) - Method in class com.softsynth.jmsl.jsyn2.WAVRecorderPanel
 
connect(SynthOutput, int) - Method in class com.softsynth.jmsl.jsyn.WAVRecorderPanel
Deprecated.
 
connectBusWriterToBusReader(BusWriter, int) - Method in class com.softsynth.jmsl.jsyn.BussedVoiceAllocatorMultiOut
Deprecated.
 
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(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(int, int, int) - Method in class com.softsynth.jmsl.midi.MidiIO
Send a control message over the given MIDI channel.
CONTROL_CHANGE - Static variable in class com.softsynth.jmsl.midi.MidiIO
 
CONTROL_CHANGE - Static variable in class com.softsynth.midifile.MIDIStandard
 
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.
controlContinuous(int, int, int) - Method in class com.softsynth.jmsl.midi.MidiIO
Send a continuous control message over the given MIDI channel.
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(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
convertMIDIFile(String) - Method in class com.softsynth.jmsl.util.MIDIFileToMusicShape
Read a midi file from disk and convert it to 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 - Static variable in class com.softsynth.jmsl.score.Score
 
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
 
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 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.StaffAndLedgerLineVisibilityManager
 
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.AccidentalVisibilityPolicyTransform
 
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.GlissTransform
 
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.NoteheadVisibleToggleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.NoteheadVisibleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.NoteOrnamentTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.NoteVisibleToggleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.NoteVisibleTransform
 
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.SpellingTransformLineOfFifthsRule
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.StemInfoOverrideTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.StemVisibilityTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.StemVisibleToggleTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.TiedInToRestTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.TieTransform
 
copyright - Static variable in class com.softsynth.jmsl.score.transforms.TrackSwitchTransform
 
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
 
COPYRIGHT - Static variable in class com.softsynth.jmsl.score.Score
 
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.ScoreAnnotationXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.ScoreSectionXMLHandler
 
create() - Method in class com.softsynth.jmsl.score.StaffLineVisibilityXMLHandler
 
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.
createBaseFont(File) - Method in class com.softsynth.jmsl.score.MusicGlyphRenderer
 
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) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCheckbox(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createCheckbox(String, boolean) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCheckbox(String, boolean) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createCheckbox(String, boolean) - Method in interface com.didkovsky.portview.ViewFactory
 
createCheckbox(String, PVRadioGroup, boolean) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createCheckbox(String, PVRadioGroup, boolean) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
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() - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createFrame() - Method in interface com.didkovsky.portview.ViewFactory
 
createFrame(String) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createFrame(String) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createFrame(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createLabel(String) - 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
 
createLabel(String, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
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) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createMenuItem(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createMenuItem(String, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createMenuItem(String, int) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
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) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
createTextField(String) - Method in interface com.didkovsky.portview.ViewFactory
 
createTextField(String, int) - Method in class com.didkovsky.portview.awt.ViewFactoryAWT
 
createTextField(String, int) - Method in class com.didkovsky.portview.swing.ViewFactorySwing
 
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
Deprecated.
queues ampEnv frame [ CROSSFADE_DURATION, 1.0 ]
CROSSFADE_DURATION - Static variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
Deprecated.
0.001 sec.
CROSSFADE_RELEASE_STAGE - Static variable in class com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReader
Deprecated.
queues ampEnv frame [ CROSSFADE_DURATION, 0.0 ]
currentDirectory - Static variable in class com.softsynth.jmsl.jsyn.SampleInstrumentKeyMapPanel
Deprecated.
 
currentDirectory - Static variable in class com.softsynth.jmsl.jsyn2.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.
CustomTuningVirtualKeyboard - Class in jmslexamples.jsyn2
A TuningTable is a Tuning which has frequencies specified.
CustomTuningVirtualKeyboard() - Constructor for class jmslexamples.jsyn2.CustomTuningVirtualKeyboard
 
cut() - Method in class com.softsynth.jmsl.score.EditManager
Copy from selection buffer to Score.copyBuffer, delete selected notes
CUT_TIME - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.BravuraFontConstants
 
CUT_TIME - Static variable in class com.softsynth.jmsl.score.musicglyphrenderers.SonataFontConstants
 
cutoff - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
Deprecated.
 
cutoff - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.FilteredSawtoothBL
 
cutoff - Variable in class com.softsynth.jmsl.jsyn2.unitvoices.SmoothFilteredSawtoothBL
 
cutoffRate - Variable in class com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag
Deprecated.
 
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 
All Classes|All Packages