Improve the doc about how inputs are handled by each generator type
Criteria
The OSC documentation should be more explicit about how the list of float arguments are parsed and used by the generator regions.
Let's put this documentation near the OSC configuration or near each generator (?) ❓
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.
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.