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 |
AbstractFilter — class, package com.noteflight.standingwave3.filters |
|
An abstract implementation of the IAudioFilter interface that can be
overridden to supply the specific transformation for a specific filter subclass. |
AbstractFilter(source:com.noteflight.standingwave3.elements:IAudioSource) — Constructor, class com.noteflight.standingwave3.filters.AbstractFilter |
|
Create a new filter based on some underlying source. |
AbstractGenerator — class, package com.noteflight.standingwave3.generators |
|
AbstractGenerator is an implementation superclass for generator implementations. |
AbstractGenerator(descriptor:com.noteflight.standingwave3.elements:AudioDescriptor, duration:Number) — Constructor, class com.noteflight.standingwave3.generators.AbstractGenerator |
| |
AbstractModulationData — class, package com.noteflight.standingwave3.modulation |
| The base class for concrete modulation data. |
AbstractModulationData(rate:uint) — Constructor, class com.noteflight.standingwave3.modulation.AbstractModulationData |
| |
AbstractSource — class, package com.noteflight.standingwave3.sources |
|
AbstractSource is an implementation superclass for IAudioSource implementations
that wish to generate their output on a per-channel basis. |
AbstractSource(descriptor:com.noteflight.standingwave3.elements:AudioDescriptor, duration:Number, amplitude:Number) — Constructor, class com.noteflight.standingwave3.sources.AbstractSource |
|
Create an AbstractSource of a particular duration and amplitude. |
addElement(element:com.noteflight.standingwave3.performance:PerformableAudioSource) — method, class com.noteflight.standingwave3.performance.ListPerformance |
|
Add a Performance Element to this Performance. |
addKeyframe(kf:com.noteflight.standingwave3.modulation:ModulationKeyframe) — method, interface com.noteflight.standingwave3.modulation.IModulationData |
| Add a point to the modulation data |
addKeyframe(kf:com.noteflight.standingwave3.modulation:ModulationKeyframe) — method, class com.noteflight.standingwave3.modulation.LineData |
| |
addSourceAt(startTime:Number, source:com.noteflight.standingwave3.elements:IAudioSource, gain:Number, pan:Number) — method, class com.noteflight.standingwave3.performance.ListPerformance |
|
Add an IAudioSource to this performance, to start at a particular start time. |
ADSREnvelopeGenerator — class, package com.noteflight.standingwave3.generators |
| |
ADSREnvelopeGenerator(descriptor:com.noteflight.standingwave3.elements:AudioDescriptor, a:Number, d:Number, h:Number, s:Number, r:Number) — Constructor, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
|
An EnvelopeGenerator generates a sample table that describes the
envelope shape for a note. |
AmpFilter — class, package com.noteflight.standingwave3.filters |
|
AmpFilter multiplies the input with any generator. |
AmpFilter(source:com.noteflight.standingwave3.elements:IAudioSource, envelope:com.noteflight.standingwave3.elements:IDirectAccessSource) — Constructor, class com.noteflight.standingwave3.filters.AmpFilter |
|
Create a new AmpFilter. |
amplitude — Property, class com.noteflight.standingwave3.sources.AbstractSource |
| |
attack — Property, class com.noteflight.standingwave3.filters.EnvelopeFilter |
| The duration of the attack envelope in frames. |
attack — Property, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
|
Envelope settings cannot be changed after creation. |
AttackFilter — class, package com.noteflight.standingwave3.filters |
|
AttackFilter passes the signal unchanged after fading it in. |
AttackFilter(source:com.noteflight.standingwave3.elements:IAudioSource, fadeDuration:Number) — Constructor, class com.noteflight.standingwave3.filters.AttackFilter |
|
Create a new AttackFilter. |
AudioDescriptor — class, package com.noteflight.standingwave3.elements |
|
An AudioDescriptor describes the characteristics of an audio stream in terms of
number of channels and sample rate. |
AudioDescriptor(rate:uint, channels:uint) — Constructor, class com.noteflight.standingwave3.elements.AudioDescriptor |
| |
AudioPerformer — class, package com.noteflight.standingwave3.performance |
|
An AudioPerformer takes a Performance containing a queryable collection of
PerformableAudioSources (i.e. |
AudioPerformer(performance:com.noteflight.standingwave3.performance:IPerformance, descriptor:com.noteflight.standingwave3.elements:AudioDescriptor) — Constructor, class com.noteflight.standingwave3.performance.AudioPerformer |
|
Construct a new AudioPerformer for a performance. |
AudioPlayer — class, package com.noteflight.standingwave3.output |
|
An AudioPlayer streams samples from an IAudioSource to a Sound object using a
SampleDataEvent listener. |
AudioPlayer(framesPerCallback:Number) — Constructor, class com.noteflight.standingwave3.output.AudioPlayer |
|
Construct a new AudioPlayer instance. |
AudioSampleHandler — class, package com.noteflight.standingwave3.output |
|
A delegate object that takes care of the work for audio playback by moving data
from an IAudioSource into a SampleDataEvent's ByteArray. |
AudioSampleHandler(framesPerCallback:Number) — Constructor, class com.noteflight.standingwave3.output.AudioSampleHandler |
| |
AudioUtils — class, package com.noteflight.standingwave3.utils |
| |
_awaveMemoryinvalid — Property, class com.noteflight.standingwave3.elements.Sample |
| |
|
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 |