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  
CacheFilter — class, package com.noteflight.standingwave3.filters
This audio filter does not transform its underlying source.
CacheFilter(source:com.noteflight.standingwave3.elements:IAudioSource) — Constructor, class com.noteflight.standingwave3.filters.CacheFilter
changeGain(leftGain:Number, rightGain:Number) — method, class com.noteflight.standingwave3.elements.Sample
Change this sample's gain by a fixed factor.
channel — Property, class com.noteflight.standingwave3.output.AudioPlayer
The SoundChannel currently employed for playback, or null if there is none.
channel — Property, class com.noteflight.standingwave3.output.AudioSampleHandler
_channelData — Property, class com.noteflight.standingwave3.elements.Sample
Array of Vectors of data samples as Numbers, one Vector per channel.
channelData — Property, class com.noteflight.standingwave3.elements.Sample
Returns an array of channelData Vectors containing the entire contents of the sample memory.
_channelDatainvalid — Property, class com.noteflight.standingwave3.elements.Sample
To keep the sample memory and channelData Vectors in sync
channels — Property, class com.noteflight.standingwave3.elements.AudioDescriptor
Number of channels
channels — Property, class com.noteflight.standingwave3.elements.Sample
The number of channels in this sample
CHANNELS_MONO — Constant Static Property, class com.noteflight.standingwave3.elements.AudioDescriptor
CHANNELS_STEREO — Constant Static Property, class com.noteflight.standingwave3.elements.AudioDescriptor
clear() — method, class com.noteflight.standingwave3.elements.Sample
Zero out this sample.
clone() — method, interface com.noteflight.standingwave3.elements.IAudioSource
Return a copy of this source which is functionally identical to it, but which is not required to preserve the audio cursor position or any other internal state.
clone() — method, class com.noteflight.standingwave3.elements.Sample
Clone this Sample.
clone() — method, class com.noteflight.standingwave3.filters.AbstractFilter
Return a copy of this source which is functionally identical to it, but which is not required to preserve the audio cursor position or any other internal state.
clone() — method, class com.noteflight.standingwave3.filters.AmpFilter
Cloning the AmpFilter also clones the source, but points to the same envelope generator.
clone() — method, class com.noteflight.standingwave3.filters.AttackFilter
clone() — method, class com.noteflight.standingwave3.filters.BiquadFilter
clone() — method, class com.noteflight.standingwave3.filters.CacheFilter
A clone of a cache filter utilizes the same source and cache sample, but has independent position and acts as an independent IAudioSource.
clone() — method, class com.noteflight.standingwave3.filters.DecayFilter
Cloning the filter also clones the source
clone() — method, class com.noteflight.standingwave3.filters.EchoFilter
clone() — method, class com.noteflight.standingwave3.filters.EnvelopeFilter
clone() — method, class com.noteflight.standingwave3.filters.FadeInFilter
clone() — method, class com.noteflight.standingwave3.filters.FadeOutFilter
Cloning the filter also clones the source, but points to the same envelope generator.
clone() — method, class com.noteflight.standingwave3.filters.GainFilter
clone() — method, class com.noteflight.standingwave3.filters.OverdriveFilter
clone() — method, class com.noteflight.standingwave3.filters.ResamplingFilter
clone() — method, class com.noteflight.standingwave3.filters.StandardizeFilter
clone() — method, class com.noteflight.standingwave3.performance.AudioPerformer
clone() — method, interface com.noteflight.standingwave3.performance.IPerformance
Obtain a clone of this performance, preserving all of its timing information but cloning all contained audio sources.
clone() — method, class com.noteflight.standingwave3.performance.ListPerformance
clone() — method, class com.noteflight.standingwave3.sources.AbstractSource
clone() — method, class com.noteflight.standingwave3.sources.LoopSource
clone() — method, class com.noteflight.standingwave3.sources.SineSource
clone() — method, class com.noteflight.standingwave3.sources.SoundSource
A clone utilizes the same source.
commitChannelData() — method, class com.noteflight.standingwave3.elements.Sample
If channelData is modified, use commitChannelData to write it back to memory.
commitSlice(slice:Vector$Number, channel:int, offset:Number) — method, class com.noteflight.standingwave3.elements.Sample
Commit a fractional slice of channeld data back to memory.
com.noteflight.standingwave3.elements — package
com.noteflight.standingwave3.filters — package
com.noteflight.standingwave3.formats — package
com.noteflight.standingwave3.generators — package
com.noteflight.standingwave3.modulation — package
com.noteflight.standingwave3.output — package
com.noteflight.standingwave3.performance — package
com.noteflight.standingwave3.sources — package
com.noteflight.standingwave3.utils — package
compare(ad1:com.noteflight.standingwave3.elements:AudioDescriptor, ad2:com.noteflight.standingwave3.elements:AudioDescriptor) — Static Method , class com.noteflight.standingwave3.elements.AudioDescriptor
complete — Event, class com.noteflight.standingwave3.output.AudioPlayer
Dispatched when the currently playing sound has completed.
complete — Event, class com.noteflight.standingwave3.output.AudioSampleHandler
Dispatched when the currently playing sound has completed.
computeCoefficients() — method, class com.noteflight.standingwave3.filters.BiquadFilter
Called to force calculation of the derived coefficients.
concaveUnipolar(parameter:Number) — Static Method , class com.noteflight.standingwave3.utils.AudioUtils
Compute a normalized concave unipolar control signal going from +1 to 0 as the input goes from 0 to +1;
copy(source:com.noteflight.standingwave3.elements:Sample, type:int) — method, class com.noteflight.standingwave3.elements.Sample
Copy another sample straight into this sample
cpuPercentage — Property, class com.noteflight.standingwave3.output.AudioPlayer
The estimated percentage of CPU resources being consumed by sound synthesis.
cpuPercentage — Property, class com.noteflight.standingwave3.output.AudioSampleHandler
Reports % of CPU used after each SampleDataEvent based on last event interval
createSample(wav:flash.utils:ByteArray) — Static Method , class com.noteflight.standingwave3.formats.WaveFile
Given a WAV file in the form of a ByteArray, return a Sample that includes its data.
createSineTables() — Static Method , class com.noteflight.standingwave3.sources.SineSource
Create a lookup table of 1 cycle of a sine.
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