A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
decay — Property, class com.noteflight.standingwave3.filters.EchoFilter
The fraction of the delayed signal which is fed back into the delay line.
decay — Property, class com.noteflight.standingwave3.filters.EnvelopeFilter
The duration of the decay envelope in frames.
decay — Property, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator
DecayFilter — class, package com.noteflight.standingwave3.filters
DecayFilter passes the signal unchanged until the fade is reached, and then fades it out with the supplied envelope.
DecayFilter(source:com.noteflight.standingwave3.elements:IAudioSource, fadeStart:Number, fadeDuration:Number) — Constructor, class com.noteflight.standingwave3.filters.DecayFilter
Create a new DecayFilter.
DECIBELS_PER_DECADE — Constant Static Property, class com.noteflight.standingwave3.utils.AudioUtils
The base 10 exponent multiplier for decibels.
decibelsToFactor(dB:Number) — Static Method , class com.noteflight.standingwave3.utils.AudioUtils
Convert a gain in decibels to a pure proportional factor.
delay(ringBuffer:com.noteflight.standingwave3.elements:Sample, dryMix:Number, wetMix:Number, feedback:Number) — method, class com.noteflight.standingwave3.elements.Sample
A simple delay line that delays a sample by the size of the ringBuffer provided.
descriptor — Property, interface com.noteflight.standingwave3.elements.IAudioSource
The AudioDescriptor describing the audio characteristics of this source.
descriptor — Property, interface com.noteflight.standingwave3.elements.IDirectAccessSource
Retrieve audio descriptor
_descriptor — Property, class com.noteflight.standingwave3.elements.Sample
Audio descriptor for this sample.
descriptor — Property, class com.noteflight.standingwave3.elements.Sample
The AudioDescriptor describing the audio characteristics of this source.
descriptor — Property, class com.noteflight.standingwave3.filters.AbstractFilter
The AudioDescriptor describing the audio characteristics of this source.
descriptor — Property, class com.noteflight.standingwave3.filters.CacheFilter
Get the AudioDescriptor for this Sample.
_descriptor — Property, class com.noteflight.standingwave3.filters.PanFilter
descriptor — Property, class com.noteflight.standingwave3.filters.PanFilter
descriptor — Property, class com.noteflight.standingwave3.filters.ResamplingFilter
Get the AudioDescriptor for this Sample.
descriptor — Property, class com.noteflight.standingwave3.filters.StandardizeFilter
descriptor — Property, class com.noteflight.standingwave3.generators.AbstractGenerator
_descriptor — Property, class com.noteflight.standingwave3.generators.SoundGenerator
descriptor — Property, class com.noteflight.standingwave3.generators.SoundGenerator
descriptor — Property, class com.noteflight.standingwave3.performance.AudioPerformer
The AudioDescriptor describing the audio characteristics of this source.
_descriptor — Property, class com.noteflight.standingwave3.sources.AbstractSource
Audio descriptor for this source.
descriptor — Property, class com.noteflight.standingwave3.sources.AbstractSource
Get the AudioDescriptor for this Sample.
destroy() — method, class com.noteflight.standingwave3.elements.Sample
Destroy the Sample and free the memory associated with it.
destroy() — method, class com.noteflight.standingwave3.filters.CacheFilter
If a Cache is no longer needed, it must be destroyed to free up its sample memory.
destroy() — method, class com.noteflight.standingwave3.filters.EchoFilter
Destroy EchoFilters to free the sample memory in the ring buffer
destroy() — method, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator
The EnvelopeGenerator should be destroyed when no longer needed, to free the sample memory.
destroy() — method, class com.noteflight.standingwave3.generators.AbstractGenerator
Destroy the generator when it is no longer needed, to free sample memory
destroy() — method, class com.noteflight.standingwave3.generators.FadeEnvelopeGenerator
The generator should be destroyed when no longer needed, to free the sample memory.
destroy() — method, class com.noteflight.standingwave3.generators.SoundGenerator
Should be destroyed when no longer needed, to free the sample memory.
duration — Property, class com.noteflight.standingwave3.elements.Sample
Return duration in seconds
duration — Property, class com.noteflight.standingwave3.generators.AbstractGenerator
duration — Property, class com.noteflight.standingwave3.performance.AudioPerformer
The total duration of this performance.
_duration — Property, class com.noteflight.standingwave3.sources.AbstractSource
duration — Property, class com.noteflight.standingwave3.sources.AbstractSource
duration — Property, class com.noteflight.standingwave3.sources.LoopSource
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z