ghalestrilo / ornette

An OSC server to interact with different music-generating ML models
12 stars 0 forks source link

Migrate to a Reactive Framework #13

Open ghalestrilo opened 3 years ago

ghalestrilo commented 3 years ago

I think this will improve state management and overall maintainability. I'm considering RxPY for now but I'm open for suggestions.

This could

  1. Allow models to emit events for the host, decoupling them further from the engine
ghalestrilo commented 2 years ago

Maybe this can be achieved using just asyncio