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  
WaveFile — class, package com.noteflight.standingwave3.formats
The WaveFile class translates between audio files in the WAV format and Samples.
wavetableInDirectAccessSource(table:com.noteflight.standingwave3.elements:IDirectAccessSource, tableSize:int, initialPhase:Number, phaseAdd:Number, phaseReset:Number, targetOffset:Number, numFrames:Number, pitchMod:com.noteflight.standingwave3.modulation:Mod) — method, class com.noteflight.standingwave3.elements.Sample
Use a IDirectAccessSource as a wavetable, scanning it at a specified frequency and generating a new continuous waveform into this sample.
wet — Property, class com.noteflight.standingwave3.filters.EchoFilter
The fraction of the output which is represented by the delayed signal.
writeBytes(destBytes:flash.utils:ByteArray, offset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample
Read the sample data out to another ByteArray.
writeBytesToWavFile(wavData:flash.utils:ByteArray, rawDataBytes:flash.utils:ByteArray, sampleRate:uint, numChannels:uint, bitDepth:uint) — Static Method , class com.noteflight.standingwave3.formats.WaveFile
Converts a ByteArray containing raw fixed point audio data into a Wave file.
writeHeader(wavData:flash.utils:ByteArray, dataSize:uint, sampleRate:uint, numChannels:uint, bitDepth:uint) — Static Method , class com.noteflight.standingwave3.formats.WaveFile
Writes just a WAV header to a destination ByteArray
writeSampleToWavFile(sample:com.noteflight.standingwave3.elements:Sample) — Static Method , class com.noteflight.standingwave3.formats.WaveFile
Convert a StandingWave Sample to a 16bit Wave file
writeWavBytes(destBytes:flash.utils:ByteArray, offset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample
Read the sample data out to another ByteArray in wav file format
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