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

T

T(int) - Static method in class com.softsynth.jmsl.util.ChebyshevPolynomial
Calculates Chebyshev polynomial of specified integer order.
T(int) - Static method in class com.softsynth.jmsl.util.HarmonicPolynomial
Calculates non-DC Chebyshev polynomial of specified integer order.
tellNumDrawn(int, int) - Method in class jmslexamples.EventDistributionsDemo
 
Tempo - Class in com.softsynth.jmsl.score
Tempo class maintains tempo in beats per minute, translates to JMSL time stretch (1.0 = 60bpm, 0.5 = 120 bpm, etc)
Tempo(double) - Constructor for class com.softsynth.jmsl.score.Tempo
 
TempoDialog - Class in com.softsynth.jmsl.score.view
Open a window which provides a Tempo dialog
TempoDialog(Frame, TempoResultProcessor, Tempo, String, String) - Constructor for class com.softsynth.jmsl.score.view.TempoDialog
 
TempoResultProcessor - Interface in com.softsynth.jmsl.score
interface to get new tempo and go-ahead flag from a TempoDialog
TempoTimeSignatureHolder - Class in com.softsynth.jmsl.score.transcribe
Build a Vector of these objects for the transcriber to set up the framework for a score into which it should transcribe
TempoTimeSignatureHolder() - Constructor for class com.softsynth.jmsl.score.transcribe.TempoTimeSignatureHolder
 
TempoTimeSignatureHolder(Tempo, TimeSignature) - Constructor for class com.softsynth.jmsl.score.transcribe.TempoTimeSignatureHolder
 
TempoUnblockingOperator - Class in com.softsynth.jmsl.score.operators
 
TempoUnblockingOperator() - Constructor for class com.softsynth.jmsl.score.operators.TempoUnblockingOperator
 
TENOR - Static variable in class com.softsynth.jmsl.score.Clef
 
TENOR_CLEF - Static variable in class com.softsynth.jmsl.score.Clef
 
TenRandomMidiNotes - Class in jmslexamples.simple
Use a MusicJob to play ten MIDI notes with random pitch, duration, vel, and hold time
TenRandomMidiNotes() - Constructor for class jmslexamples.simple.TenRandomMidiNotes
 
term() - Method in class com.softsynth.jmsl.jsyn.SampleInstrumentMapperPanel
Delete osc and LineOut
TERSE - Static variable in class com.softsynth.jmsl.JMSL
 
test1() - Method in class com.softsynth.jmsl.midi.MidiIO
Play a couple notes using different programs.
test2() - Method in class com.softsynth.jmsl.midi.MidiIO
Schedule ascending major arpeggio using event buffer.
test3() - Method in class com.softsynth.jmsl.midi.MidiIO
 
testDebug() - Method in class com.softsynth.jmsl.EventScheduler
 
TestJitter - Class in jmsltestsuite
 
TestJitter() - Constructor for class jmsltestsuite.TestJitter
 
TestJMSLScrollbar - Class in jmslexamples
awt's Scrollbar is weird - unreliable behavior...
TestJMSLScrollbar() - Constructor for class jmslexamples.TestJMSLScrollbar
 
testmidishare - package testmidishare
 
TestPortViewScrollbar - Class in jmslexamples
The com.didkovsky.portview scrollbar can be either awt or Swing compatible depending on the ViewFactory
TestPortViewScrollbar() - Constructor for class jmslexamples.TestPortViewScrollbar
 
testSampleDirectory() - Method in class com.softsynth.jmsl.jsyn.SimpleSamplePlayingInstrument
 
testText(String) - Static method in class com.softsynth.util.XMLTools
 
textArea - Static variable in class jmslexamples.ScoreExportSAPDemo
 
TextAreaOut - Class in com.softsynth.jmsl.view
Useful STDOut for JMSL printing in Applets
TextAreaOut(TextArea) - Constructor for class com.softsynth.jmsl.view.TextAreaOut
 
TextAreaSTDOut - Class in jmsltutorial
Useful STDOut for JMSL printing in Applets
TextAreaSTDOut(TextArea) - Constructor for class jmsltutorial.TextAreaSTDOut
 
TextDisplayFrame - Class in com.softsynth.jmsl.view
 
TextDisplayFrame(String) - Constructor for class com.softsynth.jmsl.view.TextDisplayFrame
 
TextJob - Class in jmslexamples
TextJob.java A MusicJob subclass that has a drawing canvas on which it can draw messages.
THIRTYSECOND - Static variable in class com.softsynth.jmsl.score.Note
 
ThreeOutputSynthNoteApplet - Class in jmslexamples.jsyn
Demonstrates JMSL support for SynthNotes with more than one SynthOutput defined.
ThreeOutputSynthNoteApplet() - Constructor for class jmslexamples.jsyn.ThreeOutputSynthNoteApplet
 
TICKS_PER_QUARTER - Static variable in class com.softsynth.jmsl.score.util.MusicXMLWriter
 
ticksPerBeat - Variable in class com.softsynth.midifile.MIDIFileImage
 
ticksToSeconds(int) - Method in class com.softsynth.midifile.MIDIFileImage
Scan tempo map to determine real-time for a given tick.
TiedNoteAccumulator - Class in com.softsynth.jmsl.score.transcribe
Collect the durations of runs of tied notes into a leading note.
TiedNoteAccumulator() - Constructor for class com.softsynth.jmsl.score.transcribe.TiedNoteAccumulator
 
TieManager - Class in com.softsynth.jmsl.score
 
TieManager() - Constructor for class com.softsynth.jmsl.score.TieManager
 
TieTransform - Class in com.softsynth.jmsl.score.transforms
Tie/untie selected Notes.
TieTransform() - Constructor for class com.softsynth.jmsl.score.transforms.TieTransform
A constructor that sets this.name = "Beam"
TimbralControlApplet - Class in jmslexamples.jsyn
Demonstrates continuous control by JMSL over JSyn synth parameters.
TimbralControlApplet() - Constructor for class jmslexamples.jsyn.TimbralControlApplet
 
TimbralMusicShape - Class in jmslexamples.simple
Play all input ports of a JSyn SynthNote with a MusicShape
TimbralMusicShape() - Constructor for class jmslexamples.simple.TimbralMusicShape
 
TimePoint - Class in com.softsynth.jmsl.score.transcribe
Stores the indexes of the MusicShape that fall closest to the timepoint.
TimePoint(double, double) - Constructor for class com.softsynth.jmsl.score.transcribe.TimePoint
 
TimePostingPlayable - Class in jmsltestsuite
 
TimePostingPlayable() - Constructor for class jmsltestsuite.TimePostingPlayable
 
TimePrinter - Class in com.softsynth.jmsl.util
 
TimePrinter() - Constructor for class com.softsynth.jmsl.util.TimePrinter
 
TimePrintingPlayable - Class in jmsltestsuite
 
TimePrintingPlayable() - Constructor for class jmsltestsuite.TimePrintingPlayable
 
TIMESIG_WIDTH - Static variable in class com.softsynth.jmsl.score.TimeSigRenderer
 
TimeSigDialog - Class in com.softsynth.jmsl.score.view
Open a window which provides a time signature dialog
TimeSigDialog(Frame, TimeSigResultProcessor, TimeSignature, String, String) - Constructor for class com.softsynth.jmsl.score.view.TimeSigDialog
 
TimeSignature - Class in com.softsynth.jmsl.util
TimeSignature class.
TimeSignature(int, int) - Constructor for class com.softsynth.jmsl.util.TimeSignature
 
TimeSignature(TimeSignature) - Constructor for class com.softsynth.jmsl.util.TimeSignature
 
TimeSigRenderer - Class in com.softsynth.jmsl.score
A class with static methods to draw TimeSignature objects.
TimeSigRenderer() - Constructor for class com.softsynth.jmsl.score.TimeSigRenderer
 
TimeSigResultProcessor - Interface in com.softsynth.jmsl.score
 
timeSigsSame(Measure, Measure) - Static method in class com.softsynth.jmsl.score.ScoreLayoutManager
 
timeStretch() - Method in interface com.softsynth.jmsl.Composable
 
timeStretch() - Method in class com.softsynth.jmsl.MusicJob
 
timeToNative(double) - Method in class com.softsynth.jmsl.DefaultMusicClock
Convert JMSL time to underlying native timer ticks.
timeToNative(double) - Method in interface com.softsynth.jmsl.MusicClock
Convert JMSL time to underlying native timer ticks.
timeToNative(double) - Method in class com.softsynth.jmsl.NonRealTimeMusicClock
Convert JMSL time to underlying native timer ticks.
TimeWindowNotFoundException - Exception in com.softsynth.jmsl.score.transcribe
 
TimeWindowNotFoundException(String) - Constructor for exception com.softsynth.jmsl.score.transcribe.TimeWindowNotFoundException
 
toBack() - Method in interface com.didkovsky.portview.PVFrame
 
toBack() - Method in class com.softsynth.jmsl.view.PVDialogAdapter
 
toBack() - Method in class com.softsynth.jmsl.view.PVFrameAdapter
 
toBuffer(MusicShape) - Static method in class com.softsynth.jmsl.view.MusicShapeEditor
adds a copy of MusicShape to static buffer
toBuffer(MusicShape, int) - Static method in class com.softsynth.jmsl.view.MusicShapeEditor
puts copy of MusicShape into nth position of buffer vector.
toFront() - Method in interface com.didkovsky.portview.PVFrame
 
toFront() - Method in class com.softsynth.jmsl.view.PVDialogAdapter
 
toFront() - Method in class com.softsynth.jmsl.view.PVFrameAdapter
 
TOLERABLE_ERROR - Static variable in class com.softsynth.jmsl.score.Track
 
toName(int) - Static method in class com.softsynth.jmsl.net.JMSLNetActions
 
TootDelay - Class in jmsltutorial
WARNING - this code automatically generated by Wire.
TootDelay() - Constructor for class jmsltutorial.TootDelay
 
TootDelay(SynthContext) - Constructor for class jmsltutorial.TootDelay
 
TOP_MARGIN - Static variable in class com.softsynth.jmsl.score.ScoreLayoutManager
 
toString() - Method in class com.softsynth.jmsl.DimAttributes
 
toString() - Method in class com.softsynth.jmsl.InstrumentAdapter
 
toString() - Method in class com.softsynth.jmsl.jsyn.Brass
 
toString() - Method in class com.softsynth.jmsl.jsyn.JSynInsFromClassName
 
toString() - Method in class com.softsynth.jmsl.jsyn.SampleRegion
 
toString() - Method in class com.softsynth.jmsl.jsyn.SynthNoteAllPortsInstrument
 
toString() - Method in class com.softsynth.jmsl.jsyn.SynthNoteAllPortsInstrumentSP
 
toString() - Method in class com.softsynth.jmsl.Limits
 
toString() - Method in class com.softsynth.jmsl.midi.MidiLogger
 
toString() - Method in class com.softsynth.jmsl.MusicShape
 
toString() - Method in class com.softsynth.jmsl.NamedDimension
 
toString() - Method in class com.softsynth.jmsl.PanAmpPair
 
toString() - Method in class com.softsynth.jmsl.score.AccidentalLevelManager
 
toString() - Method in class com.softsynth.jmsl.score.BinaryCopyBufferTransformCommand
 
toString() - Method in class com.softsynth.jmsl.score.Clef
 
toString() - Method in class com.softsynth.jmsl.score.Measure
 
toString() - Method in class com.softsynth.jmsl.score.Note
 
toString() - Method in class com.softsynth.jmsl.score.NotePropertiesTransformCommand
 
toString() - Method in class com.softsynth.jmsl.score.Orchestra
 
toString() - Method in class com.softsynth.jmsl.score.PlayLurkerPatchManager
 
toString() - Method in class com.softsynth.jmsl.score.Score
 
toString() - Method in class com.softsynth.jmsl.score.ScoreSection
 
toString() - Method in class com.softsynth.jmsl.score.SegmentPath
 
toString() - Method in class com.softsynth.jmsl.score.Staff
 
toString() - Method in class com.softsynth.jmsl.score.Tempo
 
toString() - Method in class com.softsynth.jmsl.score.Track
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.BeatDivision
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.BeatDivisionList
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.BeatDivisionScheme
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.MeasureBeatDivisions
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.SearchPath
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.SearchPathList
 
toString() - Method in class com.softsynth.jmsl.score.transcribe.TimePoint
 
toString() - Method in class com.softsynth.jmsl.score.UnaryCopyBufferTransformCommand
 
toString() - Method in class com.softsynth.jmsl.util.AccMutHolder
 
toString() - Method in class com.softsynth.jmsl.util.ADSRDataMaker
 
toString() - Method in class com.softsynth.jmsl.util.EchoingByteArrayOutputStream
 
toString() - Method in class com.softsynth.jmsl.util.EnvelopeDataMaker
 
toString() - Method in class com.softsynth.jmsl.util.FunkyBean
 
toString() - Method in class com.softsynth.jmsl.util.HalfCosineInterpolator
print me
toString() - Method in class com.softsynth.jmsl.util.LinearInterpolator
print me
toString() - Method in class com.softsynth.jmsl.util.Patch
 
toString() - Method in class com.softsynth.jmsl.util.Polynomial
 
toString() - Method in class com.softsynth.jmsl.util.PolynomialTableData
 
toString() - Method in class com.softsynth.jmsl.util.RunRange
 
toString() - Method in class com.softsynth.jmsl.util.TimeSignature
 
toString() - Method in class com.softsynth.jmsl.util.TuningTable
 
toString() - Method in class com.softsynth.jmsl.util.WeightedObjectChooser
 
toString() - Method in class com.softsynth.jmsl.util.XMLString
 
toString() - Method in class com.softsynth.jmsl.view.JSynDeviceSelector
 
toString() - Method in class com.softsynth.jmsl.view.MusicShapeEditorCanvas
 
toString() - Method in class com.softsynth.jmsl.view.PVDialogAdapter
 
toString() - Method in class com.softsynth.jmsl.view.PVFrameAdapter
 
toString() - Method in class com.softsynth.jmsl.view.PVLabelAdapter
 
toString() - Method in class com.softsynth.jmsl.view.PVPanelAdapter
 
toString() - Method in class com.softsynth.midifile.MIDIFileEvent
 
toString() - Method in class com.softsynth.midifile.MIDIFileMetaEvent
 
toString() - Method in class com.softsynth.midifile.MIDIFileSysExEvent
 
toString() - Method in class jmsltutorial.SpectrumDatum
 
totalWeights() - Method in class com.softsynth.jmsl.util.WeightedObjectChooser
 
Track - Class in com.softsynth.jmsl.score
Track
A Track is a MusicList of Note objects
JMSL Notation Project
Track(Staff, int) - Constructor for class com.softsynth.jmsl.score.Track
 
Track(Staff, int, Instrument) - Constructor for class com.softsynth.jmsl.score.Track
 
tracks - Variable in class com.softsynth.midifile.MIDIFileImage
 
TrackXMLHandler - Class in com.softsynth.jmsl.score
 
TrackXMLHandler() - Constructor for class com.softsynth.jmsl.score.TrackXMLHandler
 
transcribe() - Method in class com.softsynth.jmsl.score.max.JMSLMaxNotate
 
transcribe() - Method in class com.softsynth.jmsl.score.transcribe.TranscribeMidiFile
 
transcribe() - Method in class com.softsynth.jmsl.score.transcribe.Transcriber
 
transcribe(MusicShape) - Method in class jmsltestsuite.MultipleScoresDemo1
Transcribe a MusicShape and return a new Score
TranscribeAndNotate - Class in jmslexamples.simple
Transcribe two MusicShapes and generate a Score.
TranscribeAndNotate() - Constructor for class jmslexamples.simple.TranscribeAndNotate
 
TranscribeMidiFile - Class in com.softsynth.jmsl.score.transcribe
Load a type 1 MidiFile into a ParallelCollection and transcribe a score from it
TranscribeMidiFile(String) - Constructor for class com.softsynth.jmsl.score.transcribe.TranscribeMidiFile
 
Transcriber - Class in com.softsynth.jmsl.score.transcribe
Notate a MusicShape.
Transcriber() - Constructor for class com.softsynth.jmsl.score.transcribe.Transcriber
 
TranscriberListener - Interface in com.softsynth.jmsl.score.transcribe
Classes implementing this interface can be added to a list of TranscriberListeners in a com.softsynth.jmsl.score.transcribe.Transcriber.
TranscribeScore10 - Class in jmsltestsuite
Transcribe two MusicShapes and generate a Score.
TranscribeScore10() - Constructor for class jmsltestsuite.TranscribeScore10
 
TranscribeScore11 - Class in jmsltestsuite
Transcribe a MusicShapes and generate a Score.
TranscribeScore11() - Constructor for class jmsltestsuite.TranscribeScore11
 
TranscribeScore2 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore2() - Constructor for class jmsltestsuite.TranscribeScore2
 
TranscribeScore3 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore3() - Constructor for class jmsltestsuite.TranscribeScore3
 
TranscribeScore4 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore4() - Constructor for class jmsltestsuite.TranscribeScore4
 
TranscribeScore5 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore5() - Constructor for class jmsltestsuite.TranscribeScore5
 
TranscribeScore6 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore6() - Constructor for class jmsltestsuite.TranscribeScore6
 
TranscribeScore7 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore7() - Constructor for class jmsltestsuite.TranscribeScore7
 
TranscribeScore8 - Class in jmsltestsuite
TranscriberListener gets a callback for every note added to a Score during the transcription process.
TranscribeScore8() - Constructor for class jmsltestsuite.TranscribeScore8
 
TranscribeScore9 - Class in jmsltestsuite
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
TranscribeScore9() - Constructor for class jmsltestsuite.TranscribeScore9
 
TranscribeToot05 - Class in jmsltutorial
Edit a MusicShape in the MusicShapeEditor, then transcribe it into a notated Score.
TranscribeToot05() - Constructor for class jmsltutorial.TranscribeToot05
 
TranscribeToot06 - Class in jmsltutorial
Demonstrates use of TranscriberListener interface to compute properties of Notes as they are being transcribed.
TranscribeToot06() - Constructor for class jmsltutorial.TranscribeToot06
 
translate(MusicJob, double[]) - Method in interface com.softsynth.jmsl.DataTranslator
 
translate(double[], double[]) - Method in class com.softsynth.jmsl.DimensionNameSpaceTranslator
Copy as many values from source array to dest array as possible, pulling values by name.
translate(double[]) - Method in class com.softsynth.jmsl.DimensionNameSpaceTranslator
Copy as many values from source array to dest array as possible, pulling values by name.
translate(DimensionNameSpace) - Method in class com.softsynth.jmsl.MusicShape
Create a new MusicShape populated with this MusicShape's data, after translating from this MusicShape's DimensionNameSpace to another
translate(int, int) - Method in class com.softsynth.jmsl.score.SegmentPath
add x, y to each point
translate(int) - Method in class com.softsynth.jmsl.Translator
Translate input to output.
translate(MusicJob, double[]) - Method in class com.softsynth.jmsl.util.DataTranslatorVector
Enumerate through DataTranslators, calling translate() on each, feeding output of one in as input to the next
translate(MusicJob, double[]) - Method in class com.softsynth.jmsl.util.FrequencyToPitchTranslator
 
translate(String) - Static method in class com.softsynth.jmsl.util.JMSL103NameMap
 
Translator - Class in com.softsynth.jmsl
Translators are used for converting from one numeric system to another.
Translator() - Constructor for class com.softsynth.jmsl.Translator
 
Translator(int[], int) - Constructor for class com.softsynth.jmsl.Translator
 
Transposable - Interface in com.softsynth.jmsl
 
transpose(double, int, int, int) - Method in class com.softsynth.jmsl.MusicShape
add val to a range of Shape data, clip to dim limits .
TransposeMusicShapeEditorOperator - Class in com.softsynth.jmsl.util
Transpose selected range of MusicShape by v1
TransposeMusicShapeEditorOperator(int) - Constructor for class com.softsynth.jmsl.util.TransposeMusicShapeEditorOperator
 
TransposingSamplePlayingInstrument - Class in com.softsynth.jmsl.jsyn
A JMSL Instrument that loads a sequence of monophonic SynthSamples.
TransposingSamplePlayingInstrument() - Constructor for class com.softsynth.jmsl.jsyn.TransposingSamplePlayingInstrument
 
TransposingSamplePlayingInstrument(String) - Constructor for class com.softsynth.jmsl.jsyn.TransposingSamplePlayingInstrument
constructor.
TransposingSamplePlayingInstrumentWithAmplitudeMap - Class in jmsltestsuite
This subclass of TransposingSamplePlayingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.
TransposingSamplePlayingInstrumentWithAmplitudeMap(String) - Constructor for class jmsltestsuite.TransposingSamplePlayingInstrumentWithAmplitudeMap
 
TransposingSampleSustainingInstrument - Class in com.softsynth.jmsl.jsyn
A JMSL Instrument that loads a sequence of monophonic SynthSamples.
TransposingSampleSustainingInstrument() - Constructor for class com.softsynth.jmsl.jsyn.TransposingSampleSustainingInstrument
 
TransposingSampleSustainingInstrument(String) - Constructor for class com.softsynth.jmsl.jsyn.TransposingSampleSustainingInstrument
constructor.
TransposingSampleSustainingInstrumentWithAmplitudeMap - Class in jmsltestsuite
This subclass of TransposingSampleSustainingInstrument overrides getAlternativeSampleIndex() to map note 60 to three different samples based on amplitude.
TransposingSampleSustainingInstrumentWithAmplitudeMap(String) - Constructor for class jmsltestsuite.TransposingSampleSustainingInstrumentWithAmplitudeMap
 
transposition() - Method in interface com.softsynth.jmsl.Composable
 
transposition() - Method in class com.softsynth.jmsl.MusicJob
 
TranspositionTransform - Class in com.softsynth.jmsl.score.transforms
Transpose pitch of Notes in Selection Buffer.
TranspositionTransform(double) - Constructor for class com.softsynth.jmsl.score.transforms.TranspositionTransform
Constructor gives unique name, this.name = "Transpose: " + interval;
traverse() - Method in class com.softsynth.jmsl.util.classbrowser.DirectoryTraverser
 
TREBLE - Static variable in class com.softsynth.jmsl.score.Clef
 
TREBLE_CLEF - Static variable in class com.softsynth.jmsl.score.Clef
 
TRecurse(int) - Static method in class com.softsynth.jmsl.util.ChebyshevPolynomial
 
TRecurse(int) - Static method in class com.softsynth.jmsl.util.HarmonicPolynomial
 
trigger(int, double) - Method in class jmslexamples.jsyn.FMNoodler
 
trigger(int, double, double, double) - Method in class jmslexamples.jsyn.FMPairBlaster
 
truncPrecision(double) - Static method in class com.softsynth.jmsl.score.NoteFactory
truncate precision of arg to 5 decimal places.
TunedSynthNoteInstrument - Class in com.softsynth.jmsl.jsyn
A JMSL Instrument that plays a JSyn SynthNote.
Only difference between this and superclass FreqSynthNoteInstrument is that dimension 1 of this is pitch, not frequency Optional constructor passes in a BussedVoiceAllocator to make this polyphonic.
TunedSynthNoteInstrument() - Constructor for class com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
Constructor sets MusicDevice to JSynMusicDevice
TunedSynthNoteInstrument(SynthNote, Tuning) - Constructor for class com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
monophonic constructor
TunedSynthNoteInstrument(BussedVoiceAllocatorMultiOut, Tuning) - Constructor for class com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
polyphonic constructor
TunedSynthNoteInstrument(BussedVoiceAllocatorMultiOut) - Constructor for class com.softsynth.jmsl.jsyn.TunedSynthNoteInstrument
polyphonic constructor
Tuning - Class in com.softsynth.jmsl.util
 
Tuning() - Constructor for class com.softsynth.jmsl.util.Tuning
 
TuningET - Class in com.softsynth.jmsl.util
TuningET Equal tempered Tuning
TuningET() - Constructor for class com.softsynth.jmsl.util.TuningET
Build ET tuning with pitch MIDDLE_C_PITCH (60) referenced to MIDDLE_C_FREQ (261.6255653005986 Hz), No octave stretch.
TuningET(int, double) - Constructor for class com.softsynth.jmsl.util.TuningET
Build ET tuning with pitch 0 referenced to baseFrequency
TuningET(int, double, int) - Constructor for class com.softsynth.jmsl.util.TuningET
Build ET tuning with pitch 0 referenced to baseFrequency, adding octave stretch in cents.
TuningET(int, double, double, int) - Constructor for class com.softsynth.jmsl.util.TuningET
Build ET tuning with pitch MIDDLE_C_PITCH (60) referenced to MIDDLE_C_FREQ (261.625565 Hz), specify octave stretch in cents
TuningET(int) - Constructor for class com.softsynth.jmsl.util.TuningET
Build ET tuning with specifie stepsPerOctave, uses pitch 0 referenced to BASE_FREQ (8.175 Hz)
TuningETToot - Class in jmsltutorial
 
TuningETToot() - Constructor for class jmsltutorial.TuningETToot
 
TuningNoodler1 - Class in jmslexamples.jsyn
 
TuningNoodler1() - Constructor for class jmslexamples.jsyn.TuningNoodler1
 
TuningTable - Class in com.softsynth.jmsl.util
 
TuningTable() - Constructor for class com.softsynth.jmsl.util.TuningTable
 
TuningTable(double[]) - Constructor for class com.softsynth.jmsl.util.TuningTable
Constructor initializes pitches with double[], sets reference frequency to pitches[0], reference pitch defaults to 50
TuningTable(double[], double) - Constructor for class com.softsynth.jmsl.util.TuningTable
supply an octave of freuencies and a reference pitch to associate with lowest frequency
TuningTableToot - Class in jmsltutorial
Provide textfields for user to define custom tuning table
Starts with Gamalan Son of Lion tuning.
TuningTableToot() - Constructor for class jmsltutorial.TuningTableToot
 
TuningTest - Class in jmsltestsuite
Compare two definitions of 12tet tuning: TuningTable versus TuningET
TuningTest() - Constructor for class jmsltestsuite.TuningTest
 
TUPLET_REWARD_FACTOR - Static variable in class com.softsynth.jmsl.score.transcribe.BeatDivision
reward tuplets if all are present, to compete with hogs like 16ths and 32nds
tupletDur(int, double) - Static method in class com.softsynth.jmsl.score.Note
Calculate duration of n-tuplet, given n and its non-tuplet duration.
TupletTransform - Class in com.softsynth.jmsl.score.transforms
Change tuplet info of Notes in Selection Buffer.
TupletTransform(int) - Constructor for class com.softsynth.jmsl.score.transforms.TupletTransform
 
TutSquare - Class in jmsltutorial
WARNING - this code automatically generated by Wire.
TutSquare() - Constructor for class jmsltutorial.TutSquare
 
TutSquare(SynthContext) - Constructor for class jmsltutorial.TutSquare
 
TWOHUNDREDFIFTYSIXTH - Static variable in class com.softsynth.jmsl.score.Note
 
TwoHundredFiftySixthNotes - Class in jmsltestsuite
Generate a measure of 256th notes.
TwoHundredFiftySixthNotes() - Constructor for class jmsltestsuite.TwoHundredFiftySixthNotes
 
TwoTracksPerStaff - Class in jmsltestsuite
Put two tracks of music on one staff hihats with stems up.
TwoTracksPerStaff() - Constructor for class jmsltestsuite.TwoTracksPerStaff
 
type - Variable in class com.softsynth.midifile.MIDIFileMetaEvent
 

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