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

Refactor the SNN code according to the redesigned generic generator class #270

Closed alx-s closed 3 years ago

alx-s commented 3 years ago

The redesigned generator class involved creating methods extracted from the original SNN code (eg. reset function). The SNN code should be refactored so that it works properly with the new generic generator class

Technical details: