Xmodal / autonomX

Experiment with life-like processes to generate dynamic, emergent and self-organizing patterns and output these patterns via OSC.
10 stars 4 forks source link

Improve the doc about how inputs are handled by each generator type #322

Open aalex opened 3 years ago

aalex commented 3 years ago

Improve the doc about how inputs are handled by each generator type

Criteria

Draft text

I send the following OSC message with liblo-tools: oscsend localhost 6668 /input ffff 8 8 8 8 For each region, it should take a number in the list of numbers I am sending, and then write the “mirrored intensity” to the generator region. Effectively, the 8 value here is sent to each cell in the region. But then, the input is clipped within the 0-1 range for the SNN. For the cellular automata, the input can only be either 0 or 1 - it’s binary. This behaviour is specific to each generator type.