Uses of Class
net.paulhertz.pixelaudio.PixelMapGen
Packages that use PixelMapGen
Package
Description
Core classes for PixelAudio, a Processing library that maps between sound
and image data.
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of PixelMapGen in net.paulhertz.pixelaudio
Subclasses of PixelMapGen in net.paulhertz.pixelaudioModifier and TypeClassDescriptionclassBoustropheGen generates a signal path that starts at (0,0) and reads left-to-right to (width-1, 0).classA PixelMapGen that loads data from an externalPixelMapGen.pixelMap, such as might be saved in a JSON file.classclassGenerates coordinates and LUTs for a Hilbert curve over a square bitmap starting at (0,0) and ending at (width-1, 0).classGenerates a Moore curve over a square bitmap starting at (width/2 - 1, 0) and ending at (width/2, 0).classA PixelMapGen child class that combines multiple PixelMapGen instances with a single signal path.classDeprecated.Fields in net.paulhertz.pixelaudio declared as PixelMapGenModifier and TypeFieldDescriptionprotected PixelMapGenPixelAudioMapper.generatorPixelMapGenINF instance to generate LUTsFields in net.paulhertz.pixelaudio with type parameters of type PixelMapGenMethods in net.paulhertz.pixelaudio that return PixelMapGenMethods in net.paulhertz.pixelaudio that return types with arguments of type PixelMapGenMethods in net.paulhertz.pixelaudio with parameters of type PixelMapGenModifier and TypeMethodDescriptionvoidPixelAudioMapper.setGenerator(PixelMapGen newGen) Sets the PixelMapGengeneratorfor this PixelAudioMapper.Constructors in net.paulhertz.pixelaudio with parameters of type PixelMapGenModifierConstructorDescriptionBasic constructor for PixelAudio, sets up all variables.Constructor parameters in net.paulhertz.pixelaudio with type arguments of type PixelMapGenModifierConstructorDescriptionMultiGen(int width, int height, int rows, int columns, ArrayList<PixelMapGen> genList) Given an ArrayList of PixelMapGens, orders then in rows and columns to create a MultiGen. -
Uses of PixelMapGen in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PixelMapGenModifier and TypeFieldDescription(package private) PixelMapGenArgosyMixer.argo1Gen(package private) PixelMapGenArgosyMixer.argo2Gen(package private) PixelMapGenBigWaveSynth.gen(package private) PixelMapGenJSONWaveSynth.gen(package private) PixelMapGenLookupTables.gen(package private) PixelMapGenMultiGenDemo.gen(package private) PixelMapGenMultiGenLookupTables.gen(package private) PixelMapGenSimpleWaveSynth.gen(package private) PixelMapGenWaveSynthEditor.gen(package private) PixelMapGenMultiGenLookupTables.hilb6x4Loop(package private) PixelMapGenMultiGenLookupTables.mixGen(package private) PixelMapGenMultiGenLookupTables.randoBou(package private) PixelMapGenMultiGenLookupTables.zz6x4LoopFields in net.paulhertz.pixelaudio.example with type parameters of type PixelMapGenModifier and TypeFieldDescription(package private) ArrayList<PixelMapGen>LoadImageToAudio.genListMethods in net.paulhertz.pixelaudio.example with parameters of type PixelMapGenModifier and TypeMethodDescriptionvoidLookupTables.initMapper(PixelMapGen gen) Initialize a PixelAudioMapper, mapper, with a supplied gen, and request some useful data structures from it.voidMultiGenLookupTables.initMapper(PixelMapGen gen) voidMultiGenLookupTables.loadNewGen(PixelMapGen newGen) Load a new PixelMapGenArgosyMixer.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().voidBigWaveSynth.swapGen(PixelMapGen gen) Sets a new PixelMapGen for a PixelAudioMappervoidJSONWaveSynth.swapGen(PixelMapGen gen) Sets a new PixelMapGen for a PixelAudioMappervoidSimpleWaveSynth.swapGen(PixelMapGen gen) voidWaveSynthEditor.swapGen(PixelMapGen gen) Sets a new PixelMapGen for a PixelAudioMappervoidLookupTables.updateMapper(PixelMapGen gen) Swaps in a new gen to a previously created PixelAudioMapper instance, and reloads relevant data structures.voidMultiGenLookupTables.updateMapper(PixelMapGen gen)