| Name | Description | Type | Package | Framework |
| Abs | Abs is a UGen that outputs the absolute value of its input. | Class | ddf.minim.ugens | Minim |
|
| ADSR | A UGen that plays input audio through a standard ADSR (Attack, Decay, Sustain, Release) envelope based on time from noteOn and noteOff. | Class | ddf.minim.ugens | Minim |
|
| AudioBuffer | An AudioBuffer is a buffer of floating point samples corresponding to a single channel of streaming audio. | Interface | ddf.minim | Minim |
|
| AudioEffect | An AudioEffect is anything that can process one or two float arrays. | Interface | ddf.minim | Minim |
|
| AudioInput | An AudioInput is a connection to the current record source of the computer. | Class | ddf.minim | Minim |
|
| AudioListener | An AudioListener can be used to monitor Recordable objects such as AudioPlayer, AudioOutput, and AudioInput. | Interface | ddf.minim | Minim |
|
| AudioMetaData | AudioMetaData provides information commonly found in ID3 tags. | Class | ddf.minim | Minim |
|
| AudioOutput | An AudioOutput is a connection to the output of a computer's sound card. | Class | ddf.minim | Minim |
|
| AudioPlayer | An AudioPlayer provides a self-contained way of playing a sound file by streaming it from disk (or the internet). | Class | ddf.minim | Minim |
|
| AudioRecorder | An AudioRecorder can be used to record audio that is being played by a Recordable object such as an AudioOutput, | Class | ddf.minim | Minim |
|
| AudioSample | An AudioSample keeps the entire file in an internal buffer and all you can do is trigger() the sound. | Class | ddf.minim | Minim |
|
| AudioSignal | If you want to write an audio generating class to work with Minim, you must implement the AudioSignal interface. | Interface | ddf.minim | Minim |
|
| AudioSnippet | | Class | ddf.minim | Minim |
|
| AudioSource | An AudioSource is a kind of wrapper around an AudioStream. | Class | ddf.minim | Minim |
|
| Balance | Balance is for controlling the left/right channel balance of a stereo signal. | Class | ddf.minim.ugens | Minim |
|
| BartlettHannWindow | A Bartlett-Hann window function. | Class | ddf.minim.analysis | Minim |
|
| BartlettWindow | A Bartlett window function. | Class | ddf.minim.analysis | Minim |
|
| BeatDetect | The BeatDetect class allows you to analyze an audio stream for beats (rhythmic onsets). | Class | ddf.minim.analysis | Minim |
|
| BitCrush | BitCrush is an effect that reduces the fidelity of the incoming signal. | Class | ddf.minim.ugens | Minim |
|
| BlackmanWindow | A Blackman window function. | Class | ddf.minim.analysis | Minim |
|
| Bypass | The Bypass UGen allows you to wrap another UGen and then insert that UGen into your signal chain using Bypass in its place. | Class | ddf.minim.ugens | Minim |
|
| Constant | Just outputs a constant value. | Class | ddf.minim.ugens | Minim |
|
| Controller | Controller is the base class of all Minim classes that deal with audio I/O. | Class | ddf.minim | Minim |
|
| CosineWindow | A Cosine window function. | Class | ddf.minim.analysis | Minim |
|
| Damp | A UGen that generates a simple envelope that changes from a starting value to a middle value during an "attack" phase and then changes to an ending value | Class | ddf.minim.ugens | Minim |
|
| DefaultInstrument | You can use this default instrument to make sound if you don't want to write your own instrument. | Class | ddf.minim.ugens | Minim |
|
| Delay | The Delay UGen is used to create delayed repetitions of the input audio. | Class | ddf.minim.ugens | Minim |
|
| DFT | DFT stands for Discrete Fourier Transform and is the most widely used Fourier Transform. | Class | ddf.minim.analysis | Minim |
|
| Effectable | An Effectable object is simply one that can have AudioEffects attached to it. | Interface | ddf.minim | Minim |
|
| EffectsChain | An EffectsChain is a list of AudioEffects that gives you the ability to enable and disable effects, as you would in a typical | Class | ddf.minim | Minim |
|
| EnvelopeFollower | An EnvelopeFollower will analyze the audio coming into it and output a value that reflects the volume level of that audio. | Class | ddf.minim.ugens | Minim |
|
| FFT | FFT stands for Fast Fourier Transform. | Class | ddf.minim.analysis | Minim |
|
| FilePlayer | The FilePlayer UGen provides a way for you to play audio files in the same way that AudioPlayer does, allowing you to patch them into a UGen graph any way you choose. | Class | ddf.minim.ugens | Minim |
|
| Flanger | A Flanger is a specialized kind of delay that uses an LFO (low frequency oscillator) to vary the amount of delay applied to each sample. | Class | ddf.minim.ugens | Minim |
|
| FourierTransform | A Fourier Transform is an algorithm that transforms a signal in the time domain, such as a sample buffer, into a signal in the frequency domain, often | Class | ddf.minim.analysis | Minim |
|
| Frequency | Frequency is a class that represents an audio frequency. | Class | ddf.minim.ugens | Minim |
|
| Gain | Gain is another way of expressing an increase or decrease in the volume of something. | Class | ddf.minim.ugens | Minim |
|
| GranulateRandom | GranulateRandom is randomly varying version of GranulateSteady. | Class | ddf.minim.ugens | Minim |
|
| GranulateSteady | A UGen which chops the incoming audio into steady grains of sound. | Class | ddf.minim.ugens | Minim |
|
| HammingWindow | A Hamming window function. | Class | ddf.minim.analysis | Minim |
|
| HannWindow | A Hann window function. | Class | ddf.minim.analysis | Minim |
|
| Instrument | The Instrument interface is expected by AudioOutput. | Interface | ddf.minim.ugens | Minim |
|
| LanczosWindow | A Lanczos window function. | Class | ddf.minim.analysis | Minim |
|
| Line | A UGen that starts at a value and changes linearly to another value over a specified time. | Class | ddf.minim.ugens | Minim |
|
| LiveInput | LiveInput is a way to wrap an input stream with the UGen interface so that you can easily route incoming audio through a UGen graph. | Class | ddf.minim.ugens | Minim |
|
| Midi2Hz | Midi2Hz is a UGen that will convert a MIDI note number to a frequency in Hertz. | Class | ddf.minim.ugens | Minim |
|
| Minim | The Minim class is the starting point for most everything you will do with this library. | Class | ddf.minim | Minim |
|
| MoogFilter | MoogFilter is a digital model of a Moog 24 dB/octave resonant VCF. | Class | ddf.minim.ugens | Minim |
|
| MoogFilter .Type | The MoogFilter. | Class | ddf.minim.ugens.MoogFilter | Minim |
|
| MultiChannelBuffer | MultiChannelBuffer represents a chunk of multichannel (or mono) audio data. | Class | ddf.minim | Minim |
|
| Multiplier | Multiplier is a UGen that will simply multiply the incoming signal by whatever its amplitude input is currently generating, which could be constant if | Class | ddf.minim.ugens | Minim |
|
| Noise | A UGen that can generate White, Pink, or Red/Brown noise. | Class | ddf.minim.ugens | Minim |
|
| Noise .Tint | An enumeration used to specify the tint of a Noise UGen. | Class | ddf.minim.ugens.Noise | Minim |
|
| NoteManager | | Class | ddf.minim | Minim |
|
| Oscil | An Oscil is a UGen that generates audio by oscillating over a Waveform at a particular frequency. | Class | ddf.minim.ugens | Minim |
|
| Pan | A UGen for panning a mono signal in a stereo field. | Class | ddf.minim.ugens | Minim |
|
| Playable | Playable defines functionality that you would expect from a tapedeck or CD player. | Interface | ddf.minim | Minim |
|
| Polyphonic | Polyphonic describes an object that can have multiple AudioSignals attached to it. | Interface | ddf.minim | Minim |
|
| Reciprocal | A UGen which simply returns the reciprocal value of it's input. | Class | ddf.minim.ugens | Minim |
|
| Recordable | | Interface | ddf.minim | Minim |
|
| RectangularWindow | A Rectangular window function A Rectangular window is equivalent to using no window at all. | Class | ddf.minim.analysis | Minim |
|
| Sampler | Sampler is the UGen version of AudioSample and is the preferred method of triggering short audio files. | Class | ddf.minim.ugens | Minim |
|
| SignalChain | An SignalChain is a list of AudioSignals that gives you the ability to enable (unmute) and disable (mute) signals. | Class | ddf.minim | Minim |
|
| SignalSplitter | A SignalSplitter acts exactly like a headphone splitter. | Class | ddf.minim | Minim |
|
| Sink | A Sink is similar to a Summer, but instead of summing all of the UGens patched to it, it simply ticks them and only generates silence. | Class | ddf.minim.ugens | Minim |
|
| Summer | A Summer allows you to sum the outputs of multiple UGens to be sent further down the chain. | Class | ddf.minim.ugens | Minim |
|
| TickRate | The TickRate UGen can be used to control the generation rate of the UGen that is patched to it. | Class | ddf.minim.ugens | Minim |
|
| TriangularWindow | A Triangular window function. | Class | ddf.minim.analysis | Minim |
|
| UGen | The UGen class is an abstract class which provides the basis for all UGens in Minim. | Class | ddf.minim | Minim |
|
| UGen .InputType | This enum is used to specify the InputType of the UGenInput. | Class | ddf.minim.UGen | Minim |
|
| UGenSignal | Generates a buffer of samples by ticking the wrapped UGen mono. | Class | ddf.minim | Minim |
|
| Vocoder | Vocoder is a UGen that performs very basic vocoding. | Class | ddf.minim.ugens | Minim |
|
| Waveform | An interface to represent a Waveform that can be sampled by using a value Author:Damien Di Fede | Interface | ddf.minim.ugens | Minim |
|
| Waves | Waves provides some already constructed Wavetables for common waveforms, as well as methods for constructing some basic waveforms with non-standard | Class | ddf.minim.ugens | Minim |
|
| WaveShaper | A UGen which provides waveshaping distortion. | Class | ddf.minim.ugens | Minim |
|
| Wavetable | Wavetable wraps a float array of any size and lets you sample the array using a normalized value [0,1]. | Class | ddf.minim.ugens | Minim |
|
| WavetableGenerator | WavetableGenerator is a helper class for generating Wavetables. | Class | ddf.minim.ugens | Minim |
|
| WindowFunction | A Window function represents a curve which is applied to a sample buffer to reduce the introduction of spectral leakage in the Fourier transform. | Class | ddf.minim.analysis | Minim |