Constant Field Values

Contents

net.paulhertz.*

  • net.paulhertz.pixelaudio.BoustropheGen
    Modifier and Type
    Constant Field
    Value
    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.BuildFromPathGen
    Modifier and Type
    Constant Field
    Value
    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.DiagonalZigzagGen
    Modifier and Type
    Constant Field
    Value
    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.HilbertGen
    Modifier and Type
    Constant Field
    Value
    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.MooreGen
    Modifier and Type
    Constant Field
    Value
    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.MultiGen
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MultiGen is a PixelMapGen that creates a single signal path over multiple PixelMapGens."
  • net.paulhertz.pixelaudio.OpenSimplex2
    Modifier and Type
    Constant Field
    Value
    private static final double
    0.6666666666666666
    private static final long
    6026932503003350773L
    private static final float
    0.20000000298023224f
    private static final int
    128
    private static final int
    7
    private static final int
    256
    private static final int
    8
    private static final int
    512
    private static final int
    9
    private static final double
    0.01001634121365712
    private static final double
    0.07969837668935331
    private static final double
    0.0220065933241897
    private static final long
    6254464313819354443L
    private static final long
    5910200641878280303L
    private static final long
    6452764530575939509L
    private static final long
    6614699811220273867L
    private static final double
    0.7071067811865476
    private static final double
    0.577350269189626
    private static final double
    -0.21132486540518713
    private static final float
    0.5f
    private static final float
    0.6000000238418579f
    private static final float
    0.6000000238418579f
    private static final long
    -5968755714895566377L
    private static final long
    1045921697555224141L
    private static final double
    0.366025403784439
    private static final float
    -0.13819660246372223f
    private static final double
    -0.21132486540518713
    private static final float
    0.30901700258255005f
  • net.paulhertz.pixelaudio.PixelAudio
    Modifier and Type
    Constant Field
    Value
    public static final int
    1048576
    public static final int
    65536
    public static final int
    44100
    public static final int
    48000
    public static final int
    262144
    public static final int
    96000
    public static final String
    "##library.prettyVersion##"
  • net.paulhertz.pixelaudio.PixelMapGen
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Declare the description variable in your class and describe your PixelMapGen."
  • net.paulhertz.pixelaudio.RandomContinousGen
    Modifier and Type
    Constant Field
    Value
    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
    Modifier and Type
    Constant Field
    Value
    public static final boolean
    true
  • net.paulhertz.pixelaudio.curves.PABezShape
    Modifier and Type
    Constant Field
    Value
    public static final int
    2
    public static final double
    0.5522847498
    public static final float
    0.390524297952652f
    public static final int
    1
  • net.paulhertz.pixelaudio.curves.PABezVertex
    Modifier and Type
    Constant Field
    Value
    public static final int
    2
  • net.paulhertz.pixelaudio.curves.PALineVertex
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
  • net.paulhertz.pixelaudio.voices.PASamplerVoice
    Modifier and Type
    Constant Field
    Value
    private static final boolean
    false