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

Integrate Global OSC Parameters into GUI #291

Closed aalex closed 3 years ago

aalex commented 3 years ago

OSC parameters (host, address, port) for both OSC Send and Receive are now global, shared by all generators.

These settings, which are currently implemented individually on a per-generator basis, need to be turned into a single, global instance to control all generators simultaneously.

Depends on #226

Criteria

aalex commented 3 years ago

Waiting on the parameters to be exposed from the backend to the GUI.