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  
MAX_CACHE — Static Property, class com.noteflight.standingwave3.filters.CacheFilter
MAX_DURATION — Constant Static Property, class com.noteflight.standingwave3.sources.AbstractSource
maxFrameCount — Property, class com.noteflight.standingwave3.filters.CacheFilter
The maximum number of frames the cache will ever cache or grow to
maxValue — Property, class com.noteflight.standingwave3.modulation.VibratoModulation
MINIMUM_CONTROL — Constant Static Property, class com.noteflight.standingwave3.utils.AudioUtils
The smallest parametric control signal.
MINIMUM_CONTROL_LN — Constant Static Property, class com.noteflight.standingwave3.utils.AudioUtils
The natural log of the gain of an inaudible sound.
MINIMUM_SIGNAL — Constant Static Property, class com.noteflight.standingwave3.utils.AudioUtils
The smallest audible signal strength.
MIN_SIGNAL — Constant Static Property, class com.noteflight.standingwave3.filters.AttackFilter
MIN_SIGNAL — Constant Static Property, class com.noteflight.standingwave3.filters.DecayFilter
MIN_SIGNAL — Constant Static Property, class com.noteflight.standingwave3.filters.FadeInFilter
minValue — Property, class com.noteflight.standingwave3.modulation.VibratoModulation
mixGain — Property, class com.noteflight.standingwave3.performance.AudioPerformer
Fixed gain factor to apply to all sources while mixing into the output buss
mixIn(sourceSample:com.noteflight.standingwave3.elements:Sample, gain:Number, offset:Number) — method, class com.noteflight.standingwave3.elements.Sample
Mix another whole Sample into this sample.
mixInDirectAccessSource(source:com.noteflight.standingwave3.elements:IDirectAccessSource, sourceOffset:Number, gain:Number, targetOffset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample
Mix part or all of another IDirectAccessSource into this Sample.
mixInPan(sourceSample:com.noteflight.standingwave3.elements:Sample, leftGain:Number, rightGain:Number, offset:Number) — method, class com.noteflight.standingwave3.elements.Sample
Mix a mono Sample into this stereo sample, with variable left and right gain.
mixInPanDirectAccessSource(source:com.noteflight.standingwave3.elements:IDirectAccessSource, sourceOffset:Number, leftGain:Number, rightGain:Number, targetOffset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample
Mix part or all of another IDirectAccessSource into this Sample.
Mod — class, package com.noteflight.standingwave3.modulation
A Mod represents a segment that is used as a control value for some synthesis function.
Mod(y0:Number, y1:Number, y2:Number, y3:Number) — Constructor, class com.noteflight.standingwave3.modulation.Mod
ModulationKeyframe — class, package com.noteflight.standingwave3.modulation
ModulationKeyframe(position:Number, value:Number) — Constructor, class com.noteflight.standingwave3.modulation.ModulationKeyframe
multiplyIn(sourceSample:com.noteflight.standingwave3.elements:Sample, gain:Number, offset:Number) — method, class com.noteflight.standingwave3.elements.Sample
The multiply functions are very similar to the mix functions.
multiplyInDirectAccessSource(source:com.noteflight.standingwave3.elements:IDirectAccessSource, sourceOffset:Number, gain:Number, targetOffset:Number, numFrames:Number) — method, class com.noteflight.standingwave3.elements.Sample
Multiply in a slice of an IDirectAccessSource This is our core "enveloping" function, as memory to memory multiplies are ast
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