Uses of Class
net.paulhertz.pixelaudio.PixelAudioMapper
Packages that use PixelAudioMapper
Package
Description
Core classes for PixelAudio, a Processing library that maps between sound
and image data.
Example Processing sketches and demonstrations of PixelAudio library functionality.
-
Uses of PixelAudioMapper in net.paulhertz.pixelaudio
Fields in net.paulhertz.pixelaudio declared as PixelAudioMapperModifier and TypeFieldDescription(package private) PixelAudioMapperArgosy.mapperPixelAudioMapper that provides values for several variables and maps bigArray to bitmaps or audio signalsWaveSynth.mapperThe PixelAudioMapper instance used to map audio signals to pixel valuesMethods in net.paulhertz.pixelaudio that return PixelAudioMapperMethods in net.paulhertz.pixelaudio with parameters of type PixelAudioMapperModifier and TypeMethodDescriptionvoidWaveSynth.setMapper(PixelAudioMapper mapper) Sets the PixelAudioMapper for this WaveSynth and initializes associated properties and data structures.Constructors in net.paulhertz.pixelaudio with parameters of type PixelAudioMapperModifierConstructorDescriptionArgosy(PixelAudioMapper mapper, int[] pattern, int unitSize, int reps, boolean isCentered, int[] colors, int gap, int gapColor, int animStep) Argosy(PixelAudioMapper mapper, int unitSize, int reps, boolean isCentered) Argosy(PixelAudioMapper mapper, int unitSize, int reps, boolean isCentered, int[] colors, int gapColor, float gapScale, int[] pattern) WaveSynth(PixelAudioMapper mapper) Convenience constructor for WaveSynth that initializes with a default list of WaveData objects.WaveSynth(PixelAudioMapper mapper, ArrayList<WaveData> wdList) Preferred constructor for WaveSynth. -
Uses of PixelAudioMapper in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PixelAudioMapperModifier and TypeFieldDescription(package private) PixelAudioMapperArgosyMixer.argo1Mapper(package private) PixelAudioMapperArgosyMixer.argo2Mapper(package private) PixelAudioMapperBagatelle.mapper(package private) PixelAudioMapperBigWaveSynth.mapper(package private) PixelAudioMapperBigWaveSynthAudio.mapper(package private) PixelAudioMapperJSONWaveSynth.mapper(package private) PixelAudioMapperLoadAudioToImage.mapper(package private) PixelAudioMapperLoadImageToAudio.mapper(package private) PixelAudioMapperLookupTables.mapper(package private) PixelAudioMapperMultiGenDemo.mapper(package private) PixelAudioMapperMultiGenLookupTables.mapper(package private) PixelAudioMapperSimpleAnimation.mapper(package private) PixelAudioMapperSimpleWaveSynth.mapper(package private) PixelAudioMapperStarter.mapper(package private) PixelAudioMapperTutorialOne_01_FileIO.mapper(package private) PixelAudioMapperTutorialOne_02_Animation.mapper(package private) PixelAudioMapperTutorialOne_03_Drawing.mapper(package private) PixelAudioMapperTutorialOne_04_Network.mapper(package private) PixelAudioMapperTutorialOne_05_GesturePlayground.mapper(package private) PixelAudioMapperTutorialOne_06_WindowBuffer.mapper(package private) PixelAudioMapperWaveSynthEditor.mapper(package private) PixelAudioMapperWaveSynthSequencer.mapperMethods in net.paulhertz.pixelaudio.example that return PixelAudioMapperModifier and TypeMethodDescriptionBagatelle.getMapper()PANetworkClientINF.getMapper()TutorialOne_04_Network.getMapper()ArgosyMixer.selectMapper(int selector, PixelMapGen gen) A method for creating a PixelMapGen (MultiGen) to initialize and return a PixelAudioMapper, called by the GUI methods genMenu1_hit() and genMenu2_hit().Methods in net.paulhertz.pixelaudio.example with parameters of type PixelAudioMapperModifier and TypeMethodDescriptionArgosyMixer.getArgosy(PixelAudioMapper mapper, int[] argosyPattern, int argosyUnitSize, int argosyReps, boolean isCentered, int[] argosyColors, int argosyGap, int argosyGapColor, int argoStep) Creates a new Argosy instance using supplied arguments.voidBagatelle.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan) Transcodes audio data in sig[] and writes it to color channel chan of mapImage using the lookup tables in mapper to redirect indexing.voidLoadAudioToImage.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan) Transcodes audio data in sig[] and writes it to color channel chan of mapImage using the lookup tables in mapper to redirect indexing.voidLoadImageToAudio.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan) Transcodes audio data in sig[] and writes it to color channel chan of mapImage using the lookup tables in mapper to redirect indexing.voidTutorialOne_01_FileIO.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan) Transcodes audio data in sig[] and writes it to color channel chan of mapImage using the lookup tables in mapper to redirect indexing.voidTutorialOne_02_Animation.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan, int shift) Transcodes audio data in sig[] and writes it to color channel chan of img using the lookup tables in mapper to redirect indexing.voidTutorialOne_03_Drawing.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan, int shift) Transcodes audio data in sig[] and writes it to color channel chan of img using the lookup tables in mapper to redirect indexing.voidTutorialOne_04_Network.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan, int shift) Transcodes audio data in sig[] and writes it to color channel chan of img using the lookup tables in mapper to redirect indexing.voidTutorialOne_05_GesturePlayground.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan) Transcodes audio data in sig[] and writes it to color channel chan of mapImage using the lookup tables in mapper to redirect indexing.voidTutorialOne_05_GesturePlayground.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan, int shift) Transcodes audio data in sig[] and writes it to color channel chan of img using the lookup tables in mapper to redirect indexing.voidTutorialOne_06_WindowBuffer.writeAudioToImage(float[] sig, PixelAudioMapper mapper, processing.core.PImage img, PixelAudioMapper.ChannelNames chan, int shift) Transcodes audio data in sig[] and writes it to color channel chan of img using the lookup tables in mapper to redirect indexing.voidBagatelle.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan, int shift) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.voidLoadImageToAudio.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan) This method writes a color channel from the an image to an audio signal, fulfilling a central concept of the PixelAudio library: image is sound.voidTutorialOne_01_FileIO.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.voidTutorialOne_02_Animation.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan, int shift) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.voidTutorialOne_03_Drawing.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan, int shift) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.voidTutorialOne_04_Network.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan, int shift) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.voidTutorialOne_05_GesturePlayground.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan, int shift) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.voidTutorialOne_06_WindowBuffer.writeImageToAudio(processing.core.PImage img, PixelAudioMapper mapper, float[] sig, PixelAudioMapper.ChannelNames chan, int shift) This method writes a color channel from an image to playBuffer, fulfilling a central concept of the PixelAudio library: image is sound.