Pythonic Virtual Machine
Perlin Class Reference

Detailed Description

Perlin.png
schema

Outputs perlin noise

Initialisation parameters:

  • pushed = True|False push the output buffer immediately if True.
  • octaves = Number of octaves to combine.
  • amp = amplitude, the difference between the lowest noise value and the largest.
  • persist = Persitance of the perlin noise (how noisy the end result will be).
  • period = period of the noise wave.

Input channels:

  • signal = incoming signal

Output channels:

  • out = signal plus noise

Examples:

1 machine.AddCircuit(type='opCos', name='cos')

Inherits Circuit.

Additional Inherited Members

- Public Attributes inherited from Circuit
 name
 Name of the circuit. More...
 
 enabled
 if it is working... More...
 
 machine
 Reference to the virtual machine to which this circuit belongs. More...
 
 pushed
 Push output buffer at the end of Update. More...
 
 I
 Dictionary of input channels.
 
 O
 Dictionary of output channels.
 
 cCoreID
 index of circuit in cCore
 

Documentation for pyVAFM
Generated on Wed Feb 8 2017 10:13:49 for pyVAFM by doxygen 1.8.9.1