Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- A - Enum constant in enum class net.paulhertz.pixelaudio.PixelAudioMapper.ChannelNames
- activate(int, int, float, ADSRParams, float, float, boolean) - Method in class net.paulhertz.pixelaudio.voices.PASamplerVoice
- active - Variable in class net.paulhertz.pixelaudio.voices.PASamplerVoice
- ACTIVE - Enum constant in enum class net.paulhertz.pixelaudio.WaveData.WaveState
- activeBrushColor - Variable in class net.paulhertz.pixelaudio.curves.PACurveMaker
-
Color for highlighted brush stroke, stored in brushShape
- activeKey - Variable in class net.paulhertz.pixelaudio.voices.PASamplerInstrumentPoolMulti
- activeOrReleasingVoiceCount() - Method in class net.paulhertz.pixelaudio.voices.PASamplerInstrument
- addPool(String, MultiChannelBuffer, float, int, int, AudioOutput, ADSRParams) - Method in class net.paulhertz.pixelaudio.voices.PASamplerInstrumentPoolMulti
- addUnit(Lindenmayer.AnimUnit) - Method in class net.paulhertz.pixelaudio.Lindenmayer.AnimStepper
- ADSRParams - Class in net.paulhertz.pixelaudio.voices
-
Value object for Minim ADSR parameters.
- ADSRParams(float, float, float, float, float) - Constructor for class net.paulhertz.pixelaudio.voices.ADSRParams
-
Construct an ADSRParams object - note that duration of the envelope is calculated up to but not including release time.
- ADSRUtils - Class in net.paulhertz.pixelaudio.voices
-
Utility functions for ADSRParams.
- ADSRUtils() - Constructor for class net.paulhertz.pixelaudio.voices.ADSRUtils
- AffineTransformType - Enum Class in net.paulhertz.pixelaudio
-
Standard orientation ("NADA") for PixelMapGen puts the start point at (0,0).
- AffineTransformType() - Constructor for enum class net.paulhertz.pixelaudio.AffineTransformType
- ALL - Enum constant in enum class net.paulhertz.pixelaudio.PixelAudioMapper.ChannelNames
- alphaComponent(int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Returns alpha channel value of a color.
- amp - Variable in class net.paulhertz.pixelaudio.WaveData
-
amplitude
- animStepDivisor - Variable in class net.paulhertz.pixelaudio.Argosy
-
subunit divisor for animStep
- AnimStepper() - Constructor for class net.paulhertz.pixelaudio.Lindenmayer.AnimStepper
- AnimStepper(Lindenmayer.AnimUnit) - Constructor for class net.paulhertz.pixelaudio.Lindenmayer.AnimStepper
- animSteps - Variable in class net.paulhertz.pixelaudio.WaveData
-
TODO animSteps is an external value from a WaveSynth and application context -- is there a better way to handle it?
- animSteps - Variable in class net.paulhertz.pixelaudio.WaveSynth
- animSteps - Static variable in class net.paulhertz.pixelaudio.WaveSynthBuilder
- AnimUnit(int, int) - Constructor for class net.paulhertz.pixelaudio.Lindenmayer.AnimUnit
- AnimUnit(int, int, float) - Constructor for class net.paulhertz.pixelaudio.Lindenmayer.AnimUnit
- append(float, float) - Method in class net.paulhertz.pixelaudio.curves.PABezShape
-
Appends a LineVertex (line segment) to this BezShape.
- append(float, float, float, float, float, float) - Method in class net.paulhertz.pixelaudio.curves.PABezShape
-
Appends a PauBezVertex (cubic Bezier segment) to this BezShape.
- append(PAVertex2DINF) - Method in class net.paulhertz.pixelaudio.curves.PABezShape
-
Appends a Vertex2DINF to this BezShape
- applyAll(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyAll(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyAlpha(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyAlpha(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Takes the alpha channel from one color, rgba, and applies it to another color, rgb.
- applyAudioToColor(float, int, PixelAudioMapper.ChannelNames, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Helper method that applies a float audio sample to a pixel channel, using the channel name.
- applyBlue(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyBlue(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyBrightness(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyBrightness(float, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyBrightness(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyBrightness(int, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyChannelToColor(int, int, PixelAudioMapper.ChannelNames, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Helper method for applying a color channel from a to an RGB pixel.
- applyColor(int[], int[], int[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Utility method for applying hue and saturation values from a source array of RGB values to the brightness values in a target array of RGB values, using a lookup table to redirect indexing.
- applyColor(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyColor(int, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyGreen(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyGreen(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyHue(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyHue(float, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyHue(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyHue(int, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyMicroFadeIn() - Method in class net.paulhertz.pixelaudio.voices.PASamplerVoice
- applyRed(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applyRed(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applySaturation(float, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applySaturation(float, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applySaturation(int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- applySaturation(int, int, float[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
- argbComponents(int) - Static method in class net.paulhertz.pixelaudio.curves.PABezShape
-
Breaks a Processing color into A, R, G and B values in an array.
- argbComponents(int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Breaks a Processing color into A, R, G and B values in an array.
- Argosy - Class in net.paulhertz.pixelaudio
- Argosy(PixelAudioMapper, int[], int, int, boolean, int[], int, int, int) - Constructor for class net.paulhertz.pixelaudio.Argosy
- Argosy(PixelAudioMapper, int, int, boolean) - Constructor for class net.paulhertz.pixelaudio.Argosy
- Argosy(PixelAudioMapper, int, int, boolean, int[], int, float, int[]) - Constructor for class net.paulhertz.pixelaudio.Argosy
- argosy55 - Static variable in class net.paulhertz.pixelaudio.Argosy
- argosyArray - Variable in class net.paulhertz.pixelaudio.Argosy
-
Array of color values used for animation by rotating the array left or right
- argosyColors - Variable in class net.paulhertz.pixelaudio.Argosy
-
default colors for argosy units
- argosyFill() - Method in class net.paulhertz.pixelaudio.Argosy
-
Fills
argosyArraywith colors from argosyColors following the argosy pattern stored in argosyIntervals. - argosyGap - Variable in class net.paulhertz.pixelaudio.Argosy
-
number of pixels in the gap between argosy patterns
- argosyGapColor - Variable in class net.paulhertz.pixelaudio.Argosy
-
color of pixels in the gap
- argosyGapScale - Variable in class net.paulhertz.pixelaudio.Argosy
-
scaling for number of units in gap between argosies
- argosyIntervals - Variable in class net.paulhertz.pixelaudio.Argosy
-
array of number of pixels in each element of the expanded argosy pattern
- argosyMargin - Variable in class net.paulhertz.pixelaudio.Argosy
-
margin on either side of the argosy patterns
- argosyOffset - Variable in class net.paulhertz.pixelaudio.Argosy
-
pixel count by which to shift the argosy pixels at initialization
- argosyPattern - Variable in class net.paulhertz.pixelaudio.Argosy
-
current pattern to fill bigArray
- argosyPixelShift - Variable in class net.paulhertz.pixelaudio.Argosy
-
the number of pixels the array has shifted from its initial state
- argosyReps - Variable in class net.paulhertz.pixelaudio.Argosy
-
how many times to repeat the pattern, 0 to fill array
- argosyShiftStep - Variable in class net.paulhertz.pixelaudio.Argosy
-
count the number of unit shifts
- argosySize - Variable in class net.paulhertz.pixelaudio.Argosy
-
sum of values in argosy pattern
- argosyStep - Variable in class net.paulhertz.pixelaudio.Argosy
-
number of pixels in a shiftLeft animation Step
- argosyUnitSize - Variable in class net.paulhertz.pixelaudio.Argosy
-
the number of pixels in an argosy unit
- attack - Variable in class net.paulhertz.pixelaudio.voices.ADSRParams
- ATTACK - Enum constant in enum class net.paulhertz.pixelaudio.voices.SimpleADSR.Stage
- attackCurve - Variable in class net.paulhertz.pixelaudio.voices.SimpleADSR
- attackTime - Variable in class net.paulhertz.pixelaudio.voices.SimpleADSR
- AudioColorTranscoder - Class in net.paulhertz.pixelaudio
-
Experimental helper class for PixelAudioMapper and other classes or methods that transcode audio and color values.
- AudioColorTranscoder(float, float, int, int) - Constructor for class net.paulhertz.pixelaudio.AudioColorTranscoder
- audioSignal - Variable in class net.paulhertz.pixelaudio.WaveSynth
- audioToHSBFloat(float) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Converts a float value in the range [-1, 1] to a float value in the range [0, 1.0].
- audioToRGBChan(float) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Converts a float value in the range [-1.0, 1.0] to an int value in the range [0, 255].
All Classes and Interfaces|All Packages|Constant Field Values