Factory Nodes

These Nodes use Factories to do the work. A Factory Node is always connected to a Factory. The Factories referred by these Nodes must be loaded in the WaveThunder. Dependent of the kind of the Factory Node the Factory is used some way to do the work. In some cases the Factory is used (runned) multiple times, or sometimes not used.

There are 6 kind of Factory Nodes:
  1. Direct User Nodes
  2. The Factory reads the Inputs. After the factory have runned once, the Outputs of the Node are filled by the Factory.

  3. Action Nodes
  4. These Nodes has no Outputs. The Inputs of the Nodes depends of the Inputs of the Factory. The goal is to execute actions by the Factory, such as Creating Files, Wave Windows and/or giving messages.

  5. Counter Iteration Nodes.
  6. The Node is connected to a Counter Iteration Factory. The Inputs of the Nodes depends of the Inputs of the Factory, and has always Input Count which is the count of running the Factory. The Factory can have Input/Output pairs, these Inputs and Outputs has the Node also. After each run session the Result of Outputs is copied to Inputs before running again. The goal is also to execute actions by the Factory.

  7. Table Iteration Nodes.
  8. The Node is connected to a Table Iteration Factory. The Inputs of the Nodes depends of the Inputs of the Factory. The Factory can have Input/Output pairs, these Inputs and Outputs has the Node also. The goal is also to execute actions by the Factory.

  9. Mix Loop Nodes.
  10. You can specify how many times the Loop Mix Node will run by Input Count. The main goal of the Node is to add Samples to a given Wave at Input Wave, the result is in Output Result 1. The goal is also to execute actions by the Factory.

  11. Wave Formula Nodes.
  12. These Nodes generates a Mono Wave by using the Wave Formula Factory. The Factory generates a Wave Value for each given position.


Last updated:23-12-2025