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 
All Classes and Interfaces|All Packages|Constant Field Values

C

c - Variable in class net.paulhertz.pixelaudio.WaveData
cos(currentPhase)
cachedEventOffsetsSamples - Variable in class net.paulhertz.pixelaudio.granular.PAGranularInstrumentDirector
 
calcGranularOptHints(String, int, float, int, int, float, List<PVector>, float, float, float, StringBuffer) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Calculate optimal configuration settings for a granular brush.
calcGranularOptHints(String, int, float, int, int, float, List<PVector>, float, float, float, StringBuffer) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Calculate optimal configuration settings for a granular brush.
calcGranularOptHints(String, int, float, int, int, float, List<PVector>, float, float, float, StringBuffer) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Calculate optimal configuration settings for a granular brush.
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Convenience method for calcSampleLen(envDuration, 1.0f, 0.0625f).
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
Calculates a numerical value using a Gaussian variable, with average value over time equal to noteDuration.
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
calcSampleLen() - Method in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
calcSampleLen(float) - Method in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
calcSampleLen(int) - Method in class net.paulhertz.pixelaudio.example.LoadAudioToImage
 
calcSampleLen(int) - Method in class net.paulhertz.pixelaudio.example.LoadImageToAudio
 
calcSampleLen(int, double, double) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
calcSampleLen(int, double, double) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
calcSampleLen(int, double, double) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
calcSampleLen(int, float, float) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
calcSampleLen(int, float, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
calculateCurve(ArrayList<PVector>) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Creates a Bezier curve from a supplied set of points.
calculateDerivedPoints() - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Calculates rdpPoints, curveShape, eventPoints, brushShape and brushPoly.
calculateEnvelopeDb(float, int, float) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Calculate an envelope of length totalSamples.
calculateEnvelopeDb(float, int, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Calculate an envelope of length totalSamples.
calculateEnvelopeDb(float, int, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Calculate an envelope of length totalSamples.
calculateEnvelopeDb(float, int, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Calculate an envelope of length totalSamples.
calculateEnvelopeDb(float, int, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Calculate an envelope of length totalSamples.
calculateEnvelopeLinear(float, float) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Calculate an envelope of length totalSamples.
calculateEnvelopeLinear(float, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Calculate an envelope of length totalSamples.
calculateEnvelopeLinear(float, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Calculate an envelope of length totalSamples.
calculateEnvelopeLinear(float, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Calculate an envelope of length totalSamples.
calculateEnvelopeLinear(float, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Calculate an envelope of length totalSamples.
calculateWeightedCurve(ArrayList<PVector>, float) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Scales the position of the curve control points on a Bezier curve by a factor determined by the length of the line between the two anchor points and a bias value, such as PACurveUtility.LAMBDA.
calculateWeightedCurve(PABezShape) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Scales the position of the curve control points on a Bezier curve by a factor determined by the length of the line between the two anchor points and a bias value, such as PACurveUtility.LAMBDA (the default, in this method).
calculateWeightedCurve(PABezShape, float) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Scales the position of the curve control points on a Bezier curve by a factor determined by the length of the line between the two anchor points and a bias value, such as PACurveUtility.LAMBDA.
cancelAndReleaseAll() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrument
Clears pending scheduled events and releases all active voices through their envelopes.
cancelAndReleaseAll() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrumentDirector
Cancels pending events and releases all granular voices through their envelopes.
cancelAndReleaseAll() - Method in class net.paulhertz.pixelaudio.granular.PAGranularSampler
Clear pending scheduled starts and release currently sounding voices.
cancelAndStopAll() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrument
Clears pending scheduled events and immediately stops all active voices.
cancelAndStopAll() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrumentDirector
Cancels pending events and stops all granular voices immediately.
cancelAndStopAll() - Method in class net.paulhertz.pixelaudio.granular.PAGranularSampler
Clear pending scheduled starts and immediately stop all active voices.
cap_label - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
capCheck - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
capCheck_hit(GCheckbox, GEvent) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
capSpinner - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
capSpinner_hit(GSpinner, GEvent) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
capturePhaseValues(ArrayList<WaveData>) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
Applies the current phase values to the initial values of the WaveSynth, so that the current state of the image display will appear as the first frame of animation.
capturePhaseValues(WaveSynth) - Static method in class net.paulhertz.pixelaudio.WaveSynthBuilder
Applies the current phase values to the initial values of the WaveSynth, so that the current state of the image display will appear as the first frame of animation.
captureRestPoints() - Method in class net.paulhertz.pixelaudio.curves.AudioBrush
Captures the untransformed rest points for the current transform state.
captureRestPoints(ArrayList<PVector>) - Method in class net.paulhertz.pixelaudio.curves.GestureTransformState
 
cfg - Variable in class net.paulhertz.pixelaudio.curves.AudioBrush
The configuration builder for audio synthesis for this brush
cfg - Variable in class net.paulhertz.pixelaudio.example.Bagatelle.CueResult
 
cfg - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.AudioBrushLite
Configuration variables for drawing
cfg - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.AudioBrushLite
Configuration variables for drawing
cfg - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.AudioBrushLite
Configuration variables for drawing
cfg() - Method in class net.paulhertz.pixelaudio.curves.AudioBrush
Returns the configuration builder associated with this brush.
cfg() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.AudioBrushLite
 
cfg() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.AudioBrushLite
 
cfg() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.AudioBrushLite
 
chan - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
chan - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
chan - Variable in class net.paulhertz.pixelaudio.example.LoadAudioToImage
 
chan - Variable in class net.paulhertz.pixelaudio.example.LoadImageToAudio
 
chan - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
 
chan - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
chan - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
chan - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
chan - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
chan - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
ChannelNames(String, int, PixelAudioMapper.ChannelNames.ChannelExtractor) - Constructor for enum class net.paulhertz.pixelaudio.PixelAudioMapper.ChannelNames
 
checkBufferState(boolean) - Method in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
checkJSONHeader(JSONObject, String, String) - Static method in class net.paulhertz.pixelaudio.WaveSynthBuilder
Checks for a header in the supplied JSON object that indicates that it contains WaveSynth data.
chooseColorImage() - Method in class net.paulhertz.pixelaudio.example.LoadImageToAudio
Call to initiate process of opening an image file to get its color data.
chooseColorImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
Call to initiate process of opening an image file to get its color data.
chooseColorImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
Call to initiate process of opening an image file to get its color data.
chooseColorImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Call to initiate process of opening an image file to get its color data.
chooseColorImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Call to initiate process of opening an image file to get its color data.
chooseColorImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Call to initiate process of opening an image file to get its color data.
chooseColorImageAndStore() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
chooseFile() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.LoadAudioToImage
 
chooseFile() - Method in class net.paulhertz.pixelaudio.example.LoadImageToAudio
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Wrapper method for Processing's selectInput command
chooseFile() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Wrapper method for Processing's selectInput command
chooseGestureLibraryFolder() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
chromaticScale(float) - Method in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
chromaticScale(float) - Static method in class net.paulhertz.pixelaudio.WaveSynthBuilder
Generates an array of frequencies that correspond to the chromatic scale, starting with the supplied fundamental frequency.
circleColor - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
circleColor - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer.NoteTimedLocation
 
clamp(float, float, float) - Static method in class net.paulhertz.pixelaudio.AudioColorTranscoder
 
clamp(float, float, float) - Static method in class net.paulhertz.pixelaudio.curves.PABoundsPolicy
 
clamp(int, int, int) - Static method in class net.paulhertz.pixelaudio.AudioColorTranscoder
 
CLAMP_TO_BLOCK_START - Enum constant in enum class net.paulhertz.pixelaudio.schedule.AudioScheduler.LatePolicy
Clamp late point events to offset 0 of the current block.
clamp01(float) - Static method in class net.paulhertz.pixelaudio.curves.PAIndexParametric
 
clamp01(float) - Static method in class net.paulhertz.pixelaudio.curves.PAKeyframeControlCurve
 
clampInt(int, int, int) - Static method in class net.paulhertz.pixelaudio.example.Bagatelle
 
clampInt(int, int, int) - Static method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.granular.GestureEventParams
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.granular.GestureGranularParams
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.granular.PAGranularInstrument
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.granular.PAGranularInstrumentDirector
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.granular.PAGranularVoice
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrument
 
clampPan(float) - Static method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPool
 
clear() - Method in class net.paulhertz.pixelaudio.schedule.AudioScheduler
Clears all pending events (both newly scheduled and already queued).
clearCustomBrushShape() - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Sets brushIsCustom to false, prepares rebuild of brush from curveShape
clearGranularActivity() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
clearScheduled() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrument
Clears playback events that have been scheduled but have not started yet.
clearScheduled() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrumentDirector
Clears pending scheduled granular events without stopping voices already playing.
clearScheduled() - Method in class net.paulhertz.pixelaudio.granular.PAGranularSampler
Remove all pending scheduled starts that have not yet been launched.
clearSynthEvents() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
CLIP - Enum constant in enum class net.paulhertz.pixelaudio.curves.PABoundsPolicy.PABoundaryMode
Clamp coordinates to bounds.
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.LoadAudioToImage
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.LoadImageToAudio
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Clips parameter i to the interval (0..width-1)
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Clips parameter i to the interval (0..width-1)
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
clipToHeight(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Clips parameter i to the interval (0..width-1)
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.LoadAudioToImage
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.LoadImageToAudio
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Clips parameter i to the interval (0..width-1)
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Clips parameter i to the interval (0..width-1)
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
clipToWidth(int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Clips parameter i to the interval (0..width-1)
clone() - Method in class net.paulhertz.pixelaudio.curves.PABezShape
Creates a deep copy of this BezShape.
clone() - Method in class net.paulhertz.pixelaudio.curves.PABezVertex
 
clone() - Method in class net.paulhertz.pixelaudio.curves.PALineVertex
 
clone() - Method in interface net.paulhertz.pixelaudio.curves.PAVertex2DINF
 
clone() - Method in class net.paulhertz.pixelaudio.WaveData
Creates a deep copy of this WaveData object.
clone() - Method in class net.paulhertz.pixelaudio.WaveSynth
Creates a deep copy of this WaveSynth instance.
close() - Method in class net.paulhertz.pixelaudio.granular.PAGranularInstrument
Closes this instrument and stops all voices.
close() - Method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrument
Stop all voices and disconnect UGens from the output.
close() - Method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPool
Close all instruments and free audio resources.
close() - Method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPoolMulti
Close all sub-pools and release shared resources.
CLOSE - Enum constant in enum class net.paulhertz.pixelaudio.example.Bagatelle.DBWF_PerformancePreset
 
CLOSE - Static variable in class net.paulhertz.pixelaudio.curves.PAGestureWriter
Binary flag for closed path operators.
CLOSED_FILLED - Static variable in class net.paulhertz.pixelaudio.curves.PAGestureWriter
Closed and filled path operator.
CLOSED_FILLED_STROKED - Static variable in class net.paulhertz.pixelaudio.curves.PAGestureWriter
Closed, filled, and stroked path operator.
CLOSED_STROKED - Static variable in class net.paulhertz.pixelaudio.curves.PAGestureWriter
Closed and stroked path operator.
colorFileSelected(File) - Method in class net.paulhertz.pixelaudio.example.LoadImageToAudio
callback method for chooseColorImage()
colorFileSelected(File) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
callback method for chooseColorImage()
colorFileSelected(File) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
callback method for chooseColorImage()
colorFileSelected(File) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
callback method for chooseColorImage()
colorFileSelected(File) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
callback method for chooseColorImage()
colorFileSelected(File) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
callback method for chooseColorImage()
colorFileSelectedToStore(File) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
colorItems - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorMenu1 - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorMenu1_hit(GDropList, GEvent) - Method in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorMenu2 - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorMenu2_hit(GDropList, GEvent) - Method in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorPG - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
colors - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
colors - Variable in class net.paulhertz.pixelaudio.example.LoadAudioToImage
 
colors - Variable in class net.paulhertz.pixelaudio.example.LoadImageToAudio
 
colors - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
colorShift - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
Sets how much to shift colors with shiftColors() 1.0f/24 is 15 degrees around the 360-degree HSB color circle, expressed as a fraction in the range (0..1).
colorShift(int, float) - Method in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
colorShift(int, float) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
 
colorShift(int, float) - Static method in class net.paulhertz.pixelaudio.WaveSynthBuilder
Moves an RGB color into the HSB color space and shifts it by a decimal fraction in the range (0.0,1.0) that represents a portion of the circle of hue values.
colorSignal - Variable in class net.paulhertz.pixelaudio.WaveSynth
Array of color values for the audio signal
colorsLabel1 - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorsLabel2 - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorString(int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
 
colorTitle - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
colorVars - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
colorView - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
columns - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynth
 
columns - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
columns - Variable in class net.paulhertz.pixelaudio.example.MultiGenDemo
 
columns - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
columns - Variable in class net.paulhertz.pixelaudio.MultiGen
 
COMBINED - Enum constant in enum class net.paulhertz.pixelaudio.sampler.PitchPolicy
Both instrument and source contribute to pitch/time.
commaTwoPlaces - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
comments - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynth
 
comments - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
comments - Variable in class net.paulhertz.pixelaudio.example.JSONWaveSynth
 
comments - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
comments - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
comments - Variable in class net.paulhertz.pixelaudio.WaveSynth
comments for JSON file
comments_hit(GTextArea, GEvent) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
commentsField - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
commentsField - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
commentsField - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
commitCurrentWaveData() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
Single commit method for all WaveData fields.
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Writes mapImage to the audio chain and makes the displayed image the new base image.
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
 
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
commitMapImageToAudio() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
commitMapImageToBaseImage() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Writes the mapImage, which may change with animation, to the baseImage, a reference image that usually only changes when a new file is loaded.
commitMapImageToBaseImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
Writes the mapImage, which may change with animation, to the baseImage, a reference image that usually only changes when a new file is loaded.
commitMapImageToBaseImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Writes the mapImage, which may change with animation, to the baseImage, a reference image that usually only changes when a new file is loaded.
commitMapImageToBaseImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Writes the mapImage, which may change with animation, to the baseImage, a reference image that usually only changes when a new file is loaded.
commitMapImageToBaseImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Writes the mapImage, which may change with animation, to the baseImage, a reference image that usually only changes when a new file is loaded.
commitMapImageToBaseImage() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Writes the mapImage, which may change with animation, to the baseImage, a reference image that usually only changes when a new file is loaded.
commitNewBaseImage(PImage) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Copies the supplied PImage to mapImage and baseImage, sets totalShift to 0 (the images are identical).
commitNewBaseImage(PImage) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
Copies the supplied PImage to mapImage and baseImage, sets totalShift to 0 (the images are identical).
commitNewBaseImage(PImage) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
Copies the supplied PImage to mapImage and baseImage, sets totalShift to 0 (the images are identical).
commitNewBaseImage(PImage) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
Copies the supplied PImage to mapImage and baseImage, sets totalShift to 0 (the images are identical).
commitNewBaseImage(PImage) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Copies the supplied PImage to mapImage and baseImage, sets totalShift to 0 (the images are identical).
commitNewBaseImage(PImage) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
Copies the supplied PImage to mapImage and baseImage, sets totalShift to 0 (the images are identical).
compare(WaveData, WaveData) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor.CompareWaveData
 
compareTo(SamplerBrushEvent) - Method in class net.paulhertz.pixelaudio.sampler.SamplerBrushEvent
 
compareTo(TimedLocation) - Method in class net.paulhertz.pixelaudio.schedule.TimedLocation
 
CompareWaveData() - Constructor for class net.paulhertz.pixelaudio.example.WaveSynthEditor.CompareWaveData
 
composeColor(int) - Static method in class net.paulhertz.pixelaudio.curves.PABezShape
Creates a Processing ARGB color from a grayscale value.
composeColor(int[]) - Static method in class net.paulhertz.pixelaudio.curves.PABezShape
Creates a Processing ARGB color from r, g, b, values in an array.
composeColor(int[]) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
Creates a Processing ARGB color from r, g, b, values in an array.
composeColor(int, int, int) - Static method in class net.paulhertz.pixelaudio.curves.PABezShape
Creates an opaque Processing RGB color from r, g, b values.
composeColor(int, int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
Creates an opaque Processing RGB color from r, g, b values.
composeColor(int, int, int, int) - Static method in class net.paulhertz.pixelaudio.curves.PABezShape
Creates a Processing ARGB color from r, g, b, and alpha channel values.
composeColor(int, int, int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
Creates a Processing ARGB color from r, g, b, and alpha channel values.
computeBlockSlice(long, int, long, long) - Static method in class net.paulhertz.pixelaudio.granular.OverlapUtil
Computes the portion of the current block overlapped by an absolute sample span.
computeControlPoints(float[], float[], float[]) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
 
computeEnvDurationMs(GestureSchedule, String, int) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
computeEnvDurationMs(GestureSchedule, String, int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
computeEnvDurationMs(GestureSchedule, String, int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
computeEnvDurationMs(GestureSchedule, String, int) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
computePeak(float[]) - Static method in class net.paulhertz.pixelaudio.schedule.AudioUtility
Computes the peak absolute sample value of a signal.
computeRMS(float[]) - Static method in class net.paulhertz.pixelaudio.schedule.AudioUtility
Computes the RMS (root mean square) level of a signal.
computeVoiceDuration(int, int, int, float, ADSRParams, boolean, float) - Static method in class net.paulhertz.pixelaudio.sampler.PlaybackInfo
Computes total playback duration (in output samples, pitch-independent).
config - Variable in class net.paulhertz.pixelaudio.io.AudioBrushLibraryLoader.BrushData
Granular configuration builder, when available.
config - Variable in class net.paulhertz.pixelaudio.io.AudioBrushSessionLoader.BrushData
Granular configuration builder, when available.
CONFIG - Enum constant in enum class net.paulhertz.pixelaudio.io.AudioBrushSessionLoader.JsonFileType
GestureGranularConfig JSON.
CONFIG_SUFFIX - Static variable in class net.paulhertz.pixelaudio.io.AudioBrushFileNamer
Suffix used for configuration data files.
configFile - Variable in class net.paulhertz.pixelaudio.io.AudioBrushFileNamer.Result
Configuration data file.
configOf(B) - Method in interface net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushAdapter
 
configPath - Variable in class net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushRecord
Relative path to the configuration JSON file.
conformArray(float[]) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
 
conformArray(float[], int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
 
conformArray(int[]) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
For use with the audio to color transcoding in PixelAudioMapper, Int[] and float[] arrays must be formatted as 24- or 32-bit RGB data.
conformArray(int[], int) - Static method in class net.paulhertz.pixelaudio.PixelAudioMapper
 
constrain(float, float, float) - Static method in class net.paulhertz.pixelaudio.PixelAudio
Processing's PApplet.constrain method, copied for convenience.
constrain(int, int, int) - Static method in class net.paulhertz.pixelaudio.PixelAudio
Processing's PApplet.constrain method, copied for convenience.
constrain01(float) - Static method in class net.paulhertz.pixelaudio.schedule.GestureScheduleBuilder
 
contains(float, float) - Method in class net.paulhertz.pixelaudio.curves.PABoundsPolicy
 
contains(PVector) - Method in class net.paulhertz.pixelaudio.curves.PABoundsPolicy
 
containsPoint(float, float, float[]) - Static method in class net.paulhertz.pixelaudio.example.Bagatelle
 
controlMsg(String, float) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
controlMsg(String, float) - Method in class net.paulhertz.pixelaudio.example.Bagatelle.NetworkDelegate
 
controlMsg(String, float) - Method in interface net.paulhertz.pixelaudio.example.PANetworkClientINF
 
controlMsg(String, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
controlMsg(String, float) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.NetworkDelegate
 
controlPanel - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
controlPanel - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
controlPanel_hit(GPanel, GEvent) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
controlPanel_hit(GPanel, GEvent) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
controlWindow - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
controlWindow - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
controlWindow - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
controlWindow - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
coords - Variable in class net.paulhertz.pixelaudio.example.LookupTables
 
coords - Variable in class net.paulhertz.pixelaudio.example.MultiGenLookupTables
 
coords - Variable in class net.paulhertz.pixelaudio.PixelMapGen
the 2D coordinates of the signal path as it traverses the bitmap of dimensions width * height
coords() - Method in class net.paulhertz.pixelaudio.curves.PABezVertex
 
coords() - Method in class net.paulhertz.pixelaudio.curves.PALineVertex
 
coords() - Method in interface net.paulhertz.pixelaudio.curves.PAVertex2DINF
 
coordsSize - Variable in class net.paulhertz.pixelaudio.example.MultiGenLookupTables
 
coordTransform(int, int, int, int, AffineTransformType) - Static method in class net.paulhertz.pixelaudio.BitmapTransform
Performs a geometric transform (rotation, reflection) of a single pixel location.
copy() - Method in class net.paulhertz.pixelaudio.curves.GestureTransformState
 
copy() - Method in class net.paulhertz.pixelaudio.granular.GestureGranularConfig.Builder
Returns a new builder initialized from this builder.
copy() - Method in class net.paulhertz.pixelaudio.sampler.ADSRParams
 
copyAllPoints() - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Returns a copy of points in dragPoints, the original dense point set captured from a gesture.
copyArrays - Variable in class net.paulhertz.pixelaudio.granular.GestureEventParams.Builder
 
copyFrom(GestureGranularConfig.Builder) - Method in class net.paulhertz.pixelaudio.granular.GestureGranularConfig.Builder
Replaces this builder's fields with values from another builder.
copyPixelsAlongPathShifted(int[], int[], int) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
Copies pixels from srcPixels to dstPixels along the signal path with a path shift.
copyPixelsAlongPathShifted(int[], int[], int, int, int) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
 
copyPoints(ArrayList<PVector>) - Static method in class net.paulhertz.pixelaudio.curves.GestureTransformState
 
count - Variable in class net.paulhertz.pixelaudio.curves.PAGestureParametric
 
count - Variable in class net.paulhertz.pixelaudio.curves.PAIndexParametric
 
count - Variable in class net.paulhertz.pixelaudio.curves.PAKeyframeControlCurve
 
count - Variable in class net.paulhertz.pixelaudio.curves.PAPathParametric
Deprecated.
 
count - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
count - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
count - Variable in class net.paulhertz.pixelaudio.example.LoadImageToAudio
 
count - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_01_FileIO
 
count - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_02_Animation
 
count - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
count - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
countAvailableVoices() - Method in class net.paulhertz.pixelaudio.sampler.PASharedBufferSampler
Counts voices that are neither active nor releasing.
countToFive - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
creamBlue - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
create(PACurveMaker, GestureGranularConfig.Builder, GestureGranularConfigIO.InstrumentType, AudioBrushSessionIO.BrushRecord) - Method in interface net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushFactory
Creates a brush from linked gesture/config files and its manifest record.
createColorChooserGUI(int, int, int, int, int) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
createCommentsField() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
createCommentsField() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
createCommentsField() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
createControlPanel() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Create the GUI control palette.
createControlPanel() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Create the GUI control palette.
createControls() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Create all the controls in the control palette.
createControls() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Create all the controls in the control palette.
createControlWindow() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Create a separate window for the GUI control palette.
createControlWindow() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Create a separate window for the GUI control palette.
createControlWindow() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
createGlobalControls() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
createGUI() - Method in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
createGUI() - Method in class net.paulhertz.pixelaudio.example.Bagatelle
Create all the GUI controls.
createGUI() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
Create all the GUI controls.
createGUI() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
Initialize GUI and control window -- initialize wavesynth before calling this method.
createHilbertGen(int) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
createTransformState() - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Copies the current dragPoints into a new GestureTransformState as restPoints.
createWaveDataControls() - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
cs - Variable in class net.paulhertz.pixelaudio.WaveData
cos(deltaPhasePerPos)
CueResult(PACurveMaker, GestureGranularConfig.Builder) - Constructor for class net.paulhertz.pixelaudio.example.Bagatelle.CueResult
 
current() - Method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPoolMulti
Returns the currently active sub-pool (may be null).
currentDataFile - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynth
 
currentDataFile - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
currentDataFile - Variable in class net.paulhertz.pixelaudio.example.JSONWaveSynth
 
currentDataFile - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
currentDataFile - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
currentFileName - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynth
 
currentFileName - Variable in class net.paulhertz.pixelaudio.example.BigWaveSynthAudio
 
currentFileName - Variable in class net.paulhertz.pixelaudio.example.JSONWaveSynth
 
currentFileName - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
currentFileName - Variable in class net.paulhertz.pixelaudio.example.WaveSynthSequencer
 
currentFrame - Variable in class net.paulhertz.pixelaudio.example.ArgosyMixer
 
currentGranStatus - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
currentGranStatus - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
currentPoint - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
currentPoint - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
currentPoint - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
currentPoint - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
currentPoint - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
currentTransform - Variable in class net.paulhertz.pixelaudio.example.MultiGenLookupTables
 
currentUnit - Variable in class net.paulhertz.pixelaudio.Lindenmayer.AnimStepper
 
currentWD - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
cursor - Variable in class net.paulhertz.pixelaudio.granular.PAGranularVoice
 
curve - Variable in class net.paulhertz.pixelaudio.curves.AudioBrush
The PACurveMaker instance for curve data and rendering for this brush
curve - Variable in class net.paulhertz.pixelaudio.example.Bagatelle.CueResult
 
curve - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.AudioBrushLite
PACurveMaker instance stores point and time data, provides drawing and scheduling methods
curve - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.AudioBrushLite
PACurveMaker instance stores point and time data, provides drawing and scheduling methods
curve - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.AudioBrushLite
PACurveMaker instance stores point and time data, provides drawing and scheduling methods
curve - Variable in class net.paulhertz.pixelaudio.io.AudioBrushLibraryLoader.BrushData
Gesture curve data, when available.
curve - Variable in class net.paulhertz.pixelaudio.io.AudioBrushSessionLoader.BrushData
Gesture curve data, when available.
curve - Variable in class net.paulhertz.pixelaudio.io.PACurveMakerIO.Result
Reconstructed curve.
curve() - Method in class net.paulhertz.pixelaudio.curves.AudioBrush
Returns the PACurveMaker instance associated with this brush.
curve() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.AudioBrushLite
 
curve() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.AudioBrushLite
 
curve() - Method in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.AudioBrushLite
 
CURVE_POINTS - Enum constant in enum class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.PathMode
 
CURVE_POINTS - Enum constant in enum class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.PathMode
 
CURVE_POINTS - Enum constant in enum class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.PathMode
 
CURVE_POINTS - Enum constant in enum class net.paulhertz.pixelaudio.granular.GestureGranularConfig.PathMode
Use points generated from a curve representation of the gesture.
CURVE_SEGMENT - Static variable in class net.paulhertz.pixelaudio.curves.PABezShape
flag for curve segment type, associated with PABezVertex
CURVE_STEPS_FLOOR - Static variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
CURVE_STEPS_FLOOR - Static variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
CURVE_STEPS_HARD_MAX - Static variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
CURVE_STEPS_HARD_MAX - Static variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
CURVE_STEPS_SAFE_MAX - Static variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
CURVE_STEPS_SAFE_MAX - Static variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curveBias - Variable in class net.paulhertz.pixelaudio.granular.GestureGranularConfig.Builder
Reserved curve-shaping value.
curveBias - Variable in class net.paulhertz.pixelaudio.granular.GestureGranularConfig
Curve-shaping value for Bezier control point scaling, not used for audio synthesis.
curveColor - Variable in class net.paulhertz.pixelaudio.curves.PACurveMaker
Color for Bezier curve derived from drawPoints, stored in bezPoints or weightedBezPoints
curveDraw(PApplet) - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Draws a Bezier curve using the 2D Bezier curve data in this.curveShape and the current values of this.curveColor and this.curveWeight.
curveDraw(PApplet, PABezShape) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Draws a Bezier path in a PApplet using 2D curve data and the local stroke color and weight of a PABezShape.
curveDraw(PApplet, PABezShape, int, float) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Draws a Bezier path in a PApplet using 2D curve data and supplied stroke color and weight.
curveDraw(PGraphics) - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Draws a Bezier curve using the 2D Bezier curve data in this.curveShape and the current values of this.curveColor and this.curveWeight.
curveDraw(PGraphics, PABezShape) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Draws a Bezier path in a PGraphics using 2D curve data and local stroke color and weight of a PABezShape.
curveDraw(PGraphics, PABezShape, int, float) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
Draws a Bezier path in a PGraphics using 2D curve data and supplied stroke color and weight.
curveDrawDirect(PApplet) - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Draws a Bezier curve using local drawing properties of curveShape.
curveDrawDirect(PGraphics) - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Draws a Bezier curve using local drawing properties of this.curveShape as a PABezShape.
curveInfo() - Method in class net.paulhertz.pixelaudio.curves.PACurveMaker
Returns a string with information about the curve, including values of epsilon, curveSteps, polySteps, timeOffset, and counts of drag points, drag times, reduced points, and curve points.
curveIterator() - Method in class net.paulhertz.pixelaudio.curves.PABezShape
Returns an iterator over the geometry of this shape.
curveMaker - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
curveMaker - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
curveMaker - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
curveMaker - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curveMaker - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
curveOf(B) - Method in interface net.paulhertz.pixelaudio.io.AudioBrushSessionIO.BrushAdapter
 
curveOption - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
curveOption - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curveOption_clicked(GOption, GEvent) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
curveOption_clicked(GOption, GEvent) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curvePointsLabel - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
curvePointsLabel - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curvePointsSlider - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
curvePointsSlider - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curvePointsSlider_changed(GSlider, GEvent) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
curvePointsSlider_changed(GSlider, GEvent) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curves - Variable in class net.paulhertz.pixelaudio.curves.PABezShape
list of bezier vertices
curveShape - Variable in class net.paulhertz.pixelaudio.curves.PACurveMaker
A path composed of Bezier curves and lines, a continuous curved line derived from rdpPoints
curveSteps - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing.BrushConfig
Number of polygon segments in a curve
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_03_Drawing
 
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network.BrushConfig
Number of polygon segments in a curve
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_04_Network
 
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer.BrushConfig
Number of polygon segments in a curve
curveSteps - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_06_WindowBuffer
 
curveSteps - Variable in class net.paulhertz.pixelaudio.granular.GestureGranularConfig.Builder
Number of divisions used when constructing a curve-point schedule.
curveSteps - Variable in class net.paulhertz.pixelaudio.granular.GestureGranularConfig
Number of divisions in each curve segment when polygonizing a curve path derived from a gesture.
curveWeight - Variable in class net.paulhertz.pixelaudio.curves.PACurveMaker
weight of curved line curveShape
CUSTOM - Enum constant in enum class net.paulhertz.pixelaudio.granular.GestureGranularConfig.WarpShape
Reserved for caller-defined timing warp behavior.
CUSTOM - Enum constant in enum class net.paulhertz.pixelaudio.granular.GestureGranularParams.WarpShape
Reserved for custom timing behavior supplied by higher-level code.
customWarpOption - Variable in class net.paulhertz.pixelaudio.example.Bagatelle
 
customWarpOption - Variable in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
customWarpOption_clicked(GOption, GEvent) - Method in class net.paulhertz.pixelaudio.example.Bagatelle
 
customWarpOption_clicked(GOption, GEvent) - Method in class net.paulhertz.pixelaudio.example.TutorialOne_05_GesturePlayground
 
cx1 - Variable in class net.paulhertz.pixelaudio.curves.PABezVertex
x-coordinate of first control point
cx1() - Method in class net.paulhertz.pixelaudio.curves.PABezVertex
 
cx2 - Variable in class net.paulhertz.pixelaudio.curves.PABezVertex
x-coordinate of second control point
cx2() - Method in class net.paulhertz.pixelaudio.curves.PABezVertex
 
cy1 - Variable in class net.paulhertz.pixelaudio.curves.PABezVertex
y-coordinate of first control point
cy1() - Method in class net.paulhertz.pixelaudio.curves.PABezVertex
 
cy2 - Variable in class net.paulhertz.pixelaudio.curves.PABezVertex
y-coordinate of second control point
cy2() - Method in class net.paulhertz.pixelaudio.curves.PABezVertex
 
cycleMixProfile() - Method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrument
Convenience: cycle to the next available sampler mix profile.
cycleMixProfile() - Method in class net.paulhertz.pixelaudio.sampler.PASamplerInstrumentPool
Convenience: advance to the next mix profile and apply it pool-wide.
cycleMixProfile() - Method in class net.paulhertz.pixelaudio.sampler.PASharedBufferSampler
Advances to the next mix normalization profile.
cycles_hit(GTextField, GEvent) - Method in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
cycles_label - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
cyclesField - Variable in class net.paulhertz.pixelaudio.example.WaveSynthEditor
 
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 
All Classes and Interfaces|All Packages|Constant Field Values