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

Add generator creation drop-down #279

Closed netherwaves closed 3 years ago

netherwaves commented 3 years ago

closes nothing... (yet!)

this PR introduces a new GUI modification: in the list of generators, it is now possible to choose which generator we can create according to the list of generator types registered to GeneratorMetaModel.

currently, since we only have a working implementation for the SNN, it is the only creatable generator type. concurrently, dynamic generator construction hasn't been implemented yet, which is why #251 and #247 remain open. however, the GUI should technically follow suit as soon as those two features have been taken care of.

Screenshot_2

aalex commented 3 years ago

I would have liked to take a look at the code before it's merged, ideally. Also, it's best to let the author of the PR merge it themselves, ideally, so that in case of a problem, they can fix it.

jvlyndark commented 3 years ago

oh okay, understood! thank you for that clarification - my bad. I'm still learning the proper etiquette for github.