Constant Field Values
Contents
net.paulhertz.*
-
net.paulhertz.pixelaudio.BoustropheGenModifier and TypeConstant FieldValue
public static final String"BoustropheGen starts at (0,0) and reads left-to-right on even numbered pixel scanlines and right-to-left on odd numbered scanlines." -
net.paulhertz.pixelaudio.BuildFromPathGenModifier and TypeConstant FieldValue
public static final String"A PixelMapGen that loads data from an external pixelMap, such as might be saved in a JSON file.\nWhen you instantiate a BuildFromPathGen, set the pixelMap field before you call generate()." -
net.paulhertz.pixelaudio.DiagonalZigzagGenModifier and TypeConstant FieldValue
public static final String"DiagonalZigzagGen generates a diagonal zigzag path starting at (0,0) and (0,1), then going diagonally from edge to edge. \nAny width and height greater than 0 are valid for the constructor DiagonalZigzagGen(int width, int height)." -
net.paulhertz.pixelaudio.HilbertGenModifier and TypeConstant FieldValue
public static final String"HilbertGen generates a Hilbert curve over a square bitmap starting at (0,0) and ending at (width-1, 0). \nWidth and height must be equal powers of 2. You can also call HilbertGen(int depth) and width and height will equal Math.pow(2, depth). " -
net.paulhertz.pixelaudio.MooreGenModifier and TypeConstant FieldValue
public static final String"MooreGen generates a Moore curve over a square bitmap starting at (width/2 - 1, 0) and ending at (width/2, 0). \nWidth and height must be equal powers of 2. You can also call MooreGen(int depth) and width and height will equal Math.pow(2, depth). " -
net.paulhertz.pixelaudio.MultiGenModifier and TypeConstant FieldValue
public static final String"MultiGen is a PixelMapGen that creates a single signal path over multiple PixelMapGens." -
net.paulhertz.pixelaudio.OpenSimplex2Modifier and TypeConstant FieldValue
private static final double0.6666666666666666private static final long6026932503003350773Lprivate static final float0.20000000298023224fprivate static final int128private static final int7private static final int256private static final int8private static final int512private static final int9private static final double0.01001634121365712private static final double0.07969837668935331private static final double0.0220065933241897private static final long6254464313819354443Lprivate static final long5910200641878280303Lprivate static final long6452764530575939509Lprivate static final long6614699811220273867Lprivate static final double0.7071067811865476private static final double0.577350269189626private static final double-0.21132486540518713private static final float0.5fprivate static final float0.6000000238418579fprivate static final float0.6000000238418579fprivate static final long-5968755714895566377Lprivate static final long1045921697555224141Lprivate static final double0.366025403784439private static final float-0.13819660246372223fprivate static final double-0.21132486540518713private static final float0.30901700258255005f -
net.paulhertz.pixelaudio.PixelAudioModifier and TypeConstant FieldValue
public static final int1048576public static final int65536public static final int44100public static final int48000public static final int262144public static final int96000public static final String"##library.prettyVersion##" -
net.paulhertz.pixelaudio.PixelMapGenModifier and TypeConstant FieldValue
public static final String"Declare the description variable in your class and describe your PixelMapGen." -
net.paulhertz.pixelaudio.RandomContinousGenModifier and TypeConstant FieldValue
public static final String"RandomContinousGen starts at (0,0) makes random choices of the next pixels until it creates a continous path." -
net.paulhertz.pixelaudio.WaveData
-
net.paulhertz.pixelaudio.curves.PABezShapeModifier and TypeConstant FieldValue
public static final int2public static final double0.5522847498public static final float0.390524297952652fpublic static final int1 -
net.paulhertz.pixelaudio.curves.PABezVertex
-
net.paulhertz.pixelaudio.curves.PALineVertex
-
net.paulhertz.pixelaudio.voices.PASamplerVoice