Uses of Class
net.paulhertz.pixelaudio.PixelAudioMapper
Packages that use PixelAudioMapper
Package
Description
Package
net.paulhertz.pixelaudio blends sounds and images by mapping between
arrays of audio samples and arrays of pixel values.-
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.mapperMethods in net.paulhertz.pixelaudio that return PixelAudioMapperMethods in net.paulhertz.pixelaudio with parameters of type PixelAudioMapperConstructors 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) WaveSynth(PixelAudioMapper mapper, ArrayList<WaveData> wdList)