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

I

IDToString(int) - Static method in class com.softsynth.jsyn.ParseIFF
Convert a 4 character IFF ID to a String
ImpulseOscillator - Class in com.softsynth.jsyn
ImpulseOscillator unit.
ImpulseOscillator(SynthContext, int) - Constructor for class com.softsynth.jsyn.ImpulseOscillator
 
ImpulseOscillator(SynthContext) - Constructor for class com.softsynth.jsyn.ImpulseOscillator
Create a ImpulseOscillator that runs at Synth.RATE_AUDIO.
ImpulseOscillator() - Constructor for class com.softsynth.jsyn.ImpulseOscillator
 
ImpulseOscillatorBL - Class in com.softsynth.jsyn
ImpulseOscillatorBL unit.
ImpulseOscillatorBL(SynthContext, int) - Constructor for class com.softsynth.jsyn.ImpulseOscillatorBL
 
ImpulseOscillatorBL(SynthContext) - Constructor for class com.softsynth.jsyn.ImpulseOscillatorBL
Create a ImpulseOscillator that runs at Synth.RATE_AUDIO.
ImpulseOscillatorBL() - Constructor for class com.softsynth.jsyn.ImpulseOscillatorBL
 
indent() - Method in class com.softsynth.util.IndentingWriter
Increase level of indentation by one.
IndentingWriter - Class in com.softsynth.util
Write to a file with indentation at the beginning of a line.
IndentingWriter(OutputStream) - Constructor for class com.softsynth.util.IndentingWriter
 
index - Variable in class com.softsynth.jsyn.circuits.FMOperator
Controls the amount of modulation output.
initialize() - Static method in class com.softsynth.jsyn.Synth
Initialize Library.
initialize() - Method in class com.softsynth.jsyn.SynthContext
Initialize Library.
input - Variable in class com.softsynth.jsyn.BusWriter
 
input - Variable in class com.softsynth.jsyn.ChannelOut
Mono signal for DAC.
input - Variable in class com.softsynth.jsyn.circuits.FMOperator
Modulating input signal, typically the output of another FMOperator.
input - Variable in class com.softsynth.jsyn.circuits.MultiTapDelay
 
input - Variable in class com.softsynth.jsyn.CrossFade
This port has two parts, 0 and 1.
input - Variable in class com.softsynth.jsyn.DualInTwoOutUnit
 
input - Variable in class com.softsynth.jsyn.ExponentialLag
Signal to approach.
input - Variable in class com.softsynth.jsyn.FourWayFade
This port has four parts, 0,1,2 and 3.
input - Variable in class com.softsynth.jsyn.LatchUnit
 
input - Variable in class com.softsynth.jsyn.LinearLag
Target value.
input - Variable in class com.softsynth.jsyn.LineOut
Input - 2 parts, 0=Left, 1=Right.
input - Variable in class com.softsynth.jsyn.PanUnit
 
input - Variable in class com.softsynth.jsyn.PeakFollower
Signal to approach.
input - Variable in class com.softsynth.jsyn.PitchDetector
 
input - Variable in class com.softsynth.jsyn.SampleWriter
 
input - Variable in class com.softsynth.jsyn.SchmidtTrigger
 
input - Variable in class com.softsynth.jsyn.SynthFilter
Signal to be filtered.
input - Variable in class com.softsynth.jsyn.util.StreamRecorder
Connect your audio output to this input.
inputA - Variable in class com.softsynth.jsyn.AddUnit
 
inputA - Variable in class com.softsynth.jsyn.AddUnsignedUnit
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
inputA - Variable in class com.softsynth.jsyn.CompareUnit
 
inputA - Variable in class com.softsynth.jsyn.DivideUnit
 
inputA - Variable in class com.softsynth.jsyn.MaximumUnit
 
inputA - Variable in class com.softsynth.jsyn.MinimumUnit
 
inputA - Variable in class com.softsynth.jsyn.MultiplyAddUnit
SIGNAL_TYPE_RAW_SIGNED, -1.0 to +1.0
inputA - Variable in class com.softsynth.jsyn.MultiplyAddUnsignedUnit
SIGNAL_TYPE_RAW_SIGNED, range is -1.0 to +1.0
inputA - Variable in class com.softsynth.jsyn.MultiplyUnit
 
inputA - Variable in class com.softsynth.jsyn.MultiplyUnsignedUnit
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
inputA - Variable in class com.softsynth.jsyn.SelectUnit
 
inputA - Variable in class com.softsynth.jsyn.SubtractUnit
 
inputA - Variable in class com.softsynth.jsyn.TwoInDualOutUnit
 
inputB - Variable in class com.softsynth.jsyn.AddUnit
 
inputB - Variable in class com.softsynth.jsyn.AddUnsignedUnit
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
inputB - Variable in class com.softsynth.jsyn.CompareUnit
 
inputB - Variable in class com.softsynth.jsyn.DivideUnit
 
inputB - Variable in class com.softsynth.jsyn.MaximumUnit
 
inputB - Variable in class com.softsynth.jsyn.MinimumUnit
 
inputB - Variable in class com.softsynth.jsyn.MultiplyAddUnit
SIGNAL_TYPE_RAW_SIGNED, -1.0 to +1.0
inputB - Variable in class com.softsynth.jsyn.MultiplyAddUnsignedUnit
SIGNAL_TYPE_RAW_SIGNED, range is -1.0 to +1.0
inputB - Variable in class com.softsynth.jsyn.MultiplyUnit
 
inputB - Variable in class com.softsynth.jsyn.MultiplyUnsignedUnit
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
inputB - Variable in class com.softsynth.jsyn.SelectUnit
 
inputB - Variable in class com.softsynth.jsyn.SubtractUnit
 
inputB - Variable in class com.softsynth.jsyn.TwoInDualOutUnit
 
inputC - Variable in class com.softsynth.jsyn.MultiplyAddUnit
SIGNAL_TYPE_RAW_SIGNED, -1.0 to +1.0
inputC - Variable in class com.softsynth.jsyn.MultiplyAddUnsignedUnit
SIGNAL_TYPE_RAW_UNSIGNED, range is 0.0 to 2.0
insert(int, double, double) - Method in class com.softsynth.jsyn.EnvelopePoints
Insert point without changing total duration by reducing next points duration.
insertSortedCue(CuePoint) - Method in class com.softsynth.jsyn.SynthChannelData
 
InsetPanel - Class in com.softsynth.jsyn.view102
Panel with insets that can be used to border a centered component.
InsetPanel(Component) - Constructor for class com.softsynth.jsyn.view102.InsetPanel
 
InsetPanel(Component, Color) - Constructor for class com.softsynth.jsyn.view102.InsetPanel
 
InsetPanel(Component, int) - Constructor for class com.softsynth.jsyn.view102.InsetPanel
 
InsetPanel(Component, Color, int) - Constructor for class com.softsynth.jsyn.view102.InsetPanel
 
InsetPanel - Class in com.softsynth.jsyn.view11x
Panel with insets that can be used to border a centered component.
InsetPanel(Component) - Constructor for class com.softsynth.jsyn.view11x.InsetPanel
 
InsetPanel(Component, Color) - Constructor for class com.softsynth.jsyn.view11x.InsetPanel
 
InsetPanel(Component, int) - Constructor for class com.softsynth.jsyn.view11x.InsetPanel
 
InsetPanel(Component, Color, int) - Constructor for class com.softsynth.jsyn.view11x.InsetPanel
 
InsetPanel - Class in com.softsynth.util
Panel with insets that can be used to border a centered component.
InsetPanel(Component) - Constructor for class com.softsynth.util.InsetPanel
 
InsetPanel(Component, Color) - Constructor for class com.softsynth.util.InsetPanel
 
InsetPanel(Component, int) - Constructor for class com.softsynth.util.InsetPanel
 
InsetPanel(Component, Color, int) - Constructor for class com.softsynth.util.InsetPanel
 
insets() - Method in class com.softsynth.jsyn.view102.InsetPanel
 
insets() - Method in class com.softsynth.util.InsetPanel
 
integerToString(int, int, boolean) - Static method in class com.softsynth.util.NumericOutput
 
integerToString(int, int) - Static method in class com.softsynth.util.NumericOutput
 
integerToString(int, int, boolean, int) - Static method in class com.softsynth.util.NumericOutput
 
IntegrateUnit - Class in com.softsynth.jsyn
IntegrateUnit unit.
IntegrateUnit(SynthContext, int) - Constructor for class com.softsynth.jsyn.IntegrateUnit
 
IntegrateUnit(SynthContext) - Constructor for class com.softsynth.jsyn.IntegrateUnit
Create one that runs at Synth.RATE_AUDIO.
IntegrateUnit() - Constructor for class com.softsynth.jsyn.IntegrateUnit
 
InternalBarGraphEditor - Class in com.softsynth.jsyn.view102
Edit an array of double values using a bar-graph style display.
InternalBarGraphEditor(double[]) - Constructor for class com.softsynth.jsyn.view102.InternalBarGraphEditor
 
InternalCustomFader - Class in com.softsynth.jsyn.view102
Our own horizontal fader (scrollbar), subclass of canvas, which uses CustomFaderListener interface to communicate with parent.
InternalCustomFader(int, int, int, int, int) - Constructor for class com.softsynth.jsyn.view102.InternalCustomFader
Constructor with initial value, visible, min value, max value.
InternalLabelledFader - Class in com.softsynth.jsyn.view102
Fader with Label and value display.
InternalLabelledFader(Tweakable, int, String, double, double, double) - Constructor for class com.softsynth.jsyn.view102.InternalLabelledFader
Create a LabelledFader.
InternalSoundTester - Class in com.softsynth.jsyn.view102
Test SynthSound or SynthCircuit by putting PortFaders on all SynthInputs.
InternalSoundTester(SynthSound) - Constructor for class com.softsynth.jsyn.view102.InternalSoundTester
 
InternalSynthScope - Class in com.softsynth.jsyn.view102
Oscilloscope
InternalSynthScope(SynthContext, int) - Constructor for class com.softsynth.jsyn.view102.InternalSynthScope
 
InterpolatingDelayUnit - Class in com.softsynth.jsyn
InterpolatingDelayUnit
InterpolatingDelayUnit(SynthContext, int, double) - Constructor for class com.softsynth.jsyn.InterpolatingDelayUnit
 
InterpolatingDelayUnit(int, double) - Constructor for class com.softsynth.jsyn.InterpolatingDelayUnit
 
InterpolatingDelayUnit(SynthContext, double) - Constructor for class com.softsynth.jsyn.InterpolatingDelayUnit
Create one that runs at Synth.RATE_AUDIO.
InterpolatingDelayUnit(double) - Constructor for class com.softsynth.jsyn.InterpolatingDelayUnit
 
InterpolatingDelayUnit(SynthContext) - Constructor for class com.softsynth.jsyn.InterpolatingDelayUnit
 
InterpolatingDelayUnit() - Constructor for class com.softsynth.jsyn.InterpolatingDelayUnit
 
isApplet() - Static method in class com.softsynth.jsyn.SynthContext
 
isForm(int) - Method in class com.softsynth.jsyn.ParseIFF
Does the following chunk ID correspond to a container type like FORM?
isForm(int) - Method in class com.softsynth.jsyn.ParseRIFF
 
isLittleEndian() - Method in class com.softsynth.jsyn.util.StreamRecorder
 
isTrackingEnabled() - Method in class com.softsynth.jsyn.SynthContext
 
isTrackingEnabled() - Static method in class com.softsynth.jsyn.SynthObject
 
itemStateChanged(ItemEvent) - Method in class com.softsynth.jsyn.view11x.SoundTester
 

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