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  
_sample — Property, class com.noteflight.standingwave3.generators.AbstractGenerator
The sample data to which we generate a function
_sample — Property, class com.noteflight.standingwave3.generators.SoundGenerator
The sample cache for the extracted sound
Sample — final class, package com.noteflight.standingwave3.elements
Sample is the fundamental audio source in StandingWave, and is the primary way audio data is passed through the application.
Sample(descriptor:com.noteflight.standingwave3.elements:AudioDescriptor, numFrames:Number, zeroB:Boolean, samplePointer:uint) — Constructor, class com.noteflight.standingwave3.elements.Sample
Construct a new, empty Sample with some specified audio format.
_samplePointer — Property, class com.noteflight.standingwave3.elements.Sample
Uint "pointer" to the sample memory in the awave.
setSamples(value:Number, targetOffset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample
Set a range of frames to a fixed sample value
SineSource — class, package com.noteflight.standingwave3.sources
A SineSource provides a source whose signal in all channels is a pure sine wave of a given frequency.
SineSource(descriptor:com.noteflight.standingwave3.elements:AudioDescriptor, duration:Number, frequency:Number, amplitude:Number) — Constructor, class com.noteflight.standingwave3.sources.SineSource
_sineTable1 — Static Property, class com.noteflight.standingwave3.sources.SineSource
Lookup tables for faster sine generation.
_sineTable2 — Static Property, class com.noteflight.standingwave3.sources.SineSource
sort() — method, class com.noteflight.standingwave3.modulation.AbstractModulationData
_sorted — Property, class com.noteflight.standingwave3.modulation.AbstractModulationData
sortPositions(x:com.noteflight.standingwave3.modulation:ModulationKeyframe, y:com.noteflight.standingwave3.modulation:ModulationKeyframe) — method, class com.noteflight.standingwave3.modulation.AbstractModulationData
_sound — Property, class com.noteflight.standingwave3.generators.SoundGenerator
Underlying sound for this source.
sound — Property, class com.noteflight.standingwave3.generators.SoundGenerator
_sound — Property, class com.noteflight.standingwave3.sources.SoundSource
Underlying sound for this source.
sound — Property, class com.noteflight.standingwave3.sources.SoundSource
SoundGenerator — class, package com.noteflight.standingwave3.generators
SoundGenerator(sound:flash.media:Sound, ad:com.noteflight.standingwave3.elements:AudioDescriptor) — Constructor, class com.noteflight.standingwave3.generators.SoundGenerator
A SoundGenerator serves as a source of sound extracted from an underlying Flash Player Sound object, usually a loaded mp3.
SoundSource — class, package com.noteflight.standingwave3.sources
A SoundSource serves as a source of stereo 44.1k sound extracted from an underlying Flash Player Sound object.
SoundSource(sound:flash.media:Sound, ad:com.noteflight.standingwave3.elements:AudioDescriptor) — Constructor, class com.noteflight.standingwave3.sources.SoundSource
source — Property, interface com.noteflight.standingwave3.elements.IAudioFilter
The source of the signal for this audio filter.
_source — Property, class com.noteflight.standingwave3.filters.AbstractFilter
The underlying source that acts as input to this filter.
source — Property, class com.noteflight.standingwave3.filters.AbstractFilter
The underlying audio source for this filter.
source — Property, class com.noteflight.standingwave3.filters.CacheFilter
The underlying audio source for this filter.
source — Property, class com.noteflight.standingwave3.filters.ResamplingFilter
The underlying audio source for this filter.
source — Property, class com.noteflight.standingwave3.output.AudioPlayer
The source currently being played by this object, or null if there is none.
source — Property, class com.noteflight.standingwave3.output.AudioSampleHandler
source — Property, class com.noteflight.standingwave3.performance.PerformableAudioSource
The underlying audio source.
sourceStarted — Property, class com.noteflight.standingwave3.output.AudioSampleHandler
SplineData — class, package com.noteflight.standingwave3.modulation
Not implemented yet.
SplineData(rate:uint) — Constructor, class com.noteflight.standingwave3.modulation.SplineData
standardize() — method, class com.noteflight.standingwave3.elements.Sample
Standardize migrates a sample with any descriptor format to 44.1k stereo.
StandardizeFilter — class, package com.noteflight.standingwave3.filters
StandardizeFilter converts a source of any audio descriptor to a standard stereo 44.1k audio source, suitable for output to AudioPlayer.
StandardizeFilter(source:com.noteflight.standingwave3.elements:IAudioSource) — Constructor, class com.noteflight.standingwave3.filters.StandardizeFilter
start — Property, class com.noteflight.standingwave3.performance.PerformableAudioSource
The starting time frame offset for the audio in this source
startFrame — Property, class com.noteflight.standingwave3.sources.LoopSource
The frame to begin and end looping on.
startTime — Property, class com.noteflight.standingwave3.modulation.BendModulation
startTime — Property, class com.noteflight.standingwave3.modulation.VibratoModulation
startTime — Property, class com.noteflight.standingwave3.performance.PerformableAudioSource
The starting time offset in seconds
startValue — Property, class com.noteflight.standingwave3.modulation.BendModulation
stop(source:com.noteflight.standingwave3.elements:IAudioSource) — method, class com.noteflight.standingwave3.output.AudioPlayer
Stop a given source (if supplied), or stop any source that is playing (if no source parameter is supplied).
sustain — Property, class com.noteflight.standingwave3.filters.EnvelopeFilter
The sustain level of the envelope, expressed as a multiplying factor.
sustain — Property, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator
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