Package jass.generators

Interface Summary
Filter Interface defining a filter with one input and one output.
TubeShape Describes a 1-d tube of varying radius.
TwoMassModel.PressureServer  
 

Class Summary
AudioFileBuffer A buffer loaded from an audio file or URL.
AudioGroove Position based playback of audio date (gramophone model).
AudioIn Obtain buffers by reading audio input.
BandPass Two Biquad bandpass Filter
BiQuad Biquad bandpass Filter See bottom of BiQuadFilterBase.java for details.
BiQuadFilterBase Biquad Filter, low level implementation without calculating coefficients See bottom for details.
Butter2LowFilter Second order Butterworth lowpass filter.
CIPIC_HRTF  
ColorSonificator Map HSB color to [pitch reson-width loudness] Represent a color (h,s,b) by a noise source of loudness b, filtered through a reson bank with Shepard frequencies (i.e.
Constant Onst.
ConstantLoopBuffer Loop through a buffer, loaded from an audio file or provided by caller.
ConstantOneShotBuffer Play a buffer once
CrossfadeLoopBuffer Provide a pitch shiftable object built of a set of recordings at particular frequencies.
Delay Delay line.
DelayUG Delay line.
ErraticLoopBuffer A force model based on looping through a buffer, loaded from an audio file or provided by caller.
FFT  
FFTFilter  
FFTFloat  
FilterContainer Filter UG.
FilterContainerStereo Filter UG.
GlottalModel Output a volume velocity according to a dynamical glottal model.
GlottalWave Output glottal wave.
GranularConstantLoopBuffer Jump through a buffer, loaded from an audio file or provided by caller.
HalfSampleDelayKLFilter Half sample delay Kelly-Lochbaum filter.
HalfSampleDelayTubeFilter A filter corresponding to a tube of a given length and shape.
HRIR class for using CIPIC-type HRIR files
HRTF class for using CIPIC-type HRTF files
Impulse Generate impulses with time intervals.
IRPFilter Compute impulse respones of filter.
KellyLochbaumFilter Kelly-Lochbaum filter.
KellyLochbaumFilterOld Kelly-Lochbaum filter.
LevelMeter Level meter.
LoopBuffer A force model based on looping through a buffer, loaded from an audio file/url or provided by caller.
LoopNBuffers A force model based on looping through N buffers, loaded from audio files or provided by caller.
Mixer Mixer UG.
ModalModel Modal model, which is loaded from an .sy format text file.
ModalObject Vibration model of object, capable of playing sound.
ModalObjectWithOneContact Vibration model of object, capable of playing sound.
ModalObjectWithOneContactInterpolated Vibration model of object, capable of playing sound.
ModalQuencher UG that maintains a list of sources and QuenchableModalObjectWithOneContact's and estimates excitations and turns off inaudible modes according to a masking analysis.
OnePoleLowPass OnePoleLowPass filter Y = H(z) X.
OneShotBuffer A force model based on looping through a buffer once, loaded from an audio file or provided by caller.
OpenWebsterTube  
PositionData  
QuenchableModalObjectWithOneContact Vibration model of object, capable of playing sound.
RandomModalModel Modal model, with random modes.
RandOut Output white noise with amplitude [-1 +1]
RandOutSquared Output squared white noise wih amplitude [-1 +1]
RandPulses Output random pulses uniform in range [-1 +1].
Rectify Abs value of signal
RectPolar  
ResonFilter Reson filter.
RightLoadedWebsterTube  
Silence  
Sine Output sine wave.
SingleMode Vibration model of object with 1 mode Changes in freq damping and gains are linearly changed over one buffer rather than abruptly
SpatialMixer Spatial Mixer UG.
StatPulses Output random pulses.
StickSlipSimple A force model based on stick slip model.
StickyControl Implements a sticky control.
StickyModalObjectWithOneContact Vibration model of object, capable of playing sound.
StreamingAudioFileBuffer A buffer from an audio file or URL, streamed off the source.
StreamingAudioGroove Position based playback of audio date (gramophone model).
TubeFilter A filter corresponding to a tube of a given length and shape.
TubeModel Describes a 1-d tube of varying radius, specified by a bunch of equidistant radii, starting at begin and ending at end.
TwoMassModel Ishizaka-Flanagan two-mass model.
TwoMassModel.Test