Uses of Class
net.paulhertz.pixelaudio.PixelMapGen
Packages that use PixelMapGen
Package
Description
Package
net.paulhertz.pixelaudio blends sounds and images by mapping between
arrays of audio samples and arrays of pixel values.-
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 external 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)