Uses of Class
net.paulhertz.pixelaudio.Argosy
Packages that use Argosy
Package
Description
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of Argosy in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as ArgosyModifier and TypeFieldDescription(package private) ArgosyArgosyMixer.argo1(package private) ArgosyArgosyMixer.argo2Methods in net.paulhertz.pixelaudio.example that return ArgosyModifier 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.Methods in net.paulhertz.pixelaudio.example with parameters of type ArgosyModifier and TypeMethodDescriptionintArgosyMixer.getSamplePos(Argosy argo, int x, int y, int shift) Calculate position of the image pixel within the signal path, taking the shifting of pixels and audioSignal into account.