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 |
gain — Property, class com.noteflight.standingwave3.filters.AmpFilter |
| An additional fixed gain change applied, in db |
gain — Property, class com.noteflight.standingwave3.filters.GainFilter |
| The gain factor applied, in decibels |
gain — Property, class com.noteflight.standingwave3.filters.OverdriveFilter |
| The gain factor applied, in decibels |
gain — Property, class com.noteflight.standingwave3.filters.PanFilter |
| |
gain — Property, class com.noteflight.standingwave3.performance.PerformableAudioSource |
| Optional mix gain (in db) for this element. |
gainFactor — Property, class com.noteflight.standingwave3.output.AudioSampleHandler |
| Overall gain factor for output. |
GainFilter — class, package com.noteflight.standingwave3.filters |
|
GainFilter applies a fixed gain factor to the underlying source. |
GainFilter(source:com.noteflight.standingwave3.elements:IAudioSource, gain:Number) — Constructor, class com.noteflight.standingwave3.filters.GainFilter |
|
Create a new GainFilter. |
generateAttackTable() — method, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
|
This envelope works by generating three 1025 sample tables,
each for one of the rising/falling segments of the envelope. |
generateChannel(data:Vector$Number, channel:int, numFrames:Number) — method, class com.noteflight.standingwave3.generators.AbstractGenerator |
| |
generateChannel(data:Vector$Number, channel:Number, numFrames:Number) — method, class com.noteflight.standingwave3.sources.AbstractSource |
| |
generateChannel(data:Vector$Number, channel:Number, numFrames:Number) — method, class com.noteflight.standingwave3.sources.NoiseSource |
| |
generateDecayTable() — method, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
| |
generateEntireEnvelope() — method, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
| |
generateEnvelope(genPosition:Number, numFrames:Number) — method, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
| |
generateEnvelope(genPosition:Number, numFrames:Number) — method, class com.noteflight.standingwave3.generators.FadeEnvelopeGenerator |
| |
generateExponentialTable(table:com.noteflight.standingwave3.elements:Sample, minimum:Number, maximum:Number) — Static Method , class com.noteflight.standingwave3.generators.AbstractGenerator |
|
Generates an exponential curve from minimum to maximum into the Sample provided
|
generateLinearTable(table:com.noteflight.standingwave3.elements:Sample, minimum:Number, maximum:Number) — Static Method , class com.noteflight.standingwave3.generators.AbstractGenerator |
|
Generates a linear function from minimum to maximum into the Sample provided
|
generateReleaseTable() — method, class com.noteflight.standingwave3.generators.ADSREnvelopeGenerator |
| |
generateTable() — method, class com.noteflight.standingwave3.generators.FadeEnvelopeGenerator |
| |
getAwaveMemoryUsage() — Static Method , class com.noteflight.standingwave3.elements.Sample |
|
Returns the total sample memory size in bytes
|
getChannelSample(channel:Number, index:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Return a sample for the given channel and frame index
|
getChannelSlice(channel:int, offset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Get a fractional slice of the sample memory out as a vector. |
getChannelVector(channel:int, offset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Creates a new channel Vector from the contents of sample memory
|
getElementsInRange(start:Number, end:Number) — method, interface com.noteflight.standingwave3.performance.IPerformance |
|
Obtain a list of of PerformanceElements in this performance, ordered by starting frame index,
whose starting frame lies in a given range. |
getElementsInRange(start:Number, end:Number) — method, class com.noteflight.standingwave3.performance.ListPerformance |
|
Obtain a list of of PerformanceElements in this performance, ordered by starting frame index,
whose starting frame lies in a given range. |
getInterpolatedSample(channel:Number, pos:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Return an interpolated sample for a non-integral sample position. |
getKeyframeAfter(offset:Number) — method, class com.noteflight.standingwave3.modulation.AbstractModulationData |
| Find the keyframe before this offset |
getKeyframeAt(offset:Number) — method, class com.noteflight.standingwave3.modulation.AbstractModulationData |
| Find the keyframe exactly at this offset |
getKeyframeBefore(offset:Number) — method, class com.noteflight.standingwave3.modulation.AbstractModulationData |
| Find the keyframe before this offset |
getKeyframes(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.modulation.AbstractModulationData |
| |
getKeyframes(fromOffset:Number, toOffset:Number) — method, interface com.noteflight.standingwave3.modulation.IModulationData |
| Return an array of keyframes for the specified range. |
getModForRange(fromOffset:Number, toOffset:Number) — method, interface com.noteflight.standingwave3.modulation.IModulationData |
| Return a Mod for the specified range |
getModForRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.modulation.LineData |
| |
getSample(numFrames:Number) — method, interface com.noteflight.standingwave3.elements.IAudioSource |
|
Retrieve a number of sample frames from this source as a Sample object,
starting from the audio cursor position. |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Retrieve a number of sample frames from this source as a Sample object,
starting from the audio cursor position. |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.AbstractFilter |
|
Retrieve a number of sample frames from this source as a Sample object,
starting from the audio cursor position. |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.AmpFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.AttackFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.BiquadFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.CacheFilter |
|
Get the next run of audio by calling getSampleRange() based on the current cursor position. |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.DecayFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.EchoFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.EnvelopeFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.FadeInFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.FadeOutFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.GainFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.OverdriveFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.PanFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.ResamplingFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.StandardizeFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.filters.ToneControlFilter |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.performance.AudioPerformer |
|
Retrieve a number of sample frames from this source as a Sample object,
starting from the audio cursor position. |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.sources.AbstractSource |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.sources.LoopSource |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.sources.SineSource |
| |
getSample(numFrames:Number) — method, class com.noteflight.standingwave3.sources.SoundSource |
| |
getSamplePointer(frames:Number) — method, interface com.noteflight.standingwave3.elements.IDirectAccessSource |
|
Return the pointer to the sample memory so that other sample functions
can read directly from sample memory. |
getSamplePointer(offset:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Returns a pointer to the sample memory, adjusted to the offset provided. |
getSamplePointer(frameOffset:Number) — method, class com.noteflight.standingwave3.filters.CacheFilter |
| |
getSamplePointer(offset:Number) — method, class com.noteflight.standingwave3.filters.DecayFilter |
| |
getSamplePointer(offset:Number) — method, class com.noteflight.standingwave3.generators.AbstractGenerator |
| |
getSamplePointer(frameOffset:Number) — method, class com.noteflight.standingwave3.generators.SoundGenerator |
| |
getSampleRange(fromOffset:Number, toOffset:Number) — method, interface com.noteflight.standingwave3.elements.IRandomAccessSource |
|
Return a Sample representing a concrete subrange of this source. |
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.elements.Sample |
|
Return a Sample representing a concrete subrange of this source. |
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.filters.CacheFilter |
|
Get the concrete audio data from this source that occurs within a given time interval. |
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.filters.ResamplingFilter |
| |
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.generators.AbstractGenerator |
| |
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.generators.SoundGenerator |
| |
getSampleRange(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.sources.SoundSource |
| |
getSegments(fromOffset:Number, toOffset:Number) — method, class com.noteflight.standingwave3.modulation.LineData |
| |
getValueAtPosition(position:Number) — method, interface com.noteflight.standingwave3.modulation.IModulationData |
| Return the value of the modulation data at the specififed position |
getValueAtPosition(position:Number) — method, class com.noteflight.standingwave3.modulation.LineData |
| Return the value of the modulation data at the specififed position |
|
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 |