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  
IAudioFilter — Interface, package com.noteflight.standingwave3.elements
An IAudioFilter is an IAudioSource whose signal is derived from some transformation of another IAudioSource.
IAudioSource — Interface, package com.noteflight.standingwave3.elements
An IAudioSource is the fundamental unit of construction for StandingWave audio machines.
IDirectAccessSource — Interface, package com.noteflight.standingwave3.elements
IModulationData — Interface, package com.noteflight.standingwave3.modulation
An IModulationData represents a source of continuously changing control data.
initialFrameCount — Property, class com.noteflight.standingwave3.filters.CacheFilter
The initial number of frames the cache sample will start at
initializeState() — method, class com.noteflight.standingwave3.filters.EchoFilter
INITIAL_SIZE — Static Property, class com.noteflight.standingwave3.filters.CacheFilter
insert(kf:com.noteflight.standingwave3.modulation:ModulationKeyframe) — method, class com.noteflight.standingwave3.modulation.AbstractModulationData
Insert the new key frame
invalidateChannelData() — method, class com.noteflight.standingwave3.elements.Sample
Operations directly on sample memory invalidate our channel data.
invalidateCoefficients() — method, class com.noteflight.standingwave3.filters.BiquadFilter
Called when a property change invalidates the derived coefficients for the filter.
invalidateSampleMemory() — method, class com.noteflight.standingwave3.elements.Sample
If you intend to modify the sample memory through the channelData then call invalidateSampleMemory() to notify the Sample to get the channelData before performing any operations that use sample memory directly.
IPerformableModulation — Interface, package com.noteflight.standingwave3.modulation
IPerformance — Interface, package com.noteflight.standingwave3.performance
An IPerformance is a queryable set of PerformanceElements.
IRandomAccessSource — Interface, package com.noteflight.standingwave3.elements
An IRandomAccessSource is an interface implemented by IAudioSources that expose the ability to extract any desired subrange at will, given its starting and ending index.
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