modular-synthesizer / frontend

The frontend for the Synple application
https://synple.app/
0 stars 0 forks source link

Add an event bus system to standardize the listeners and emitters system #46

Closed vincentcourtois closed 1 year ago

vincentcourtois commented 1 year ago

Context

We currently have several emitters and subscribers for events and we should have a system standardizing it.

Needs

As a developer of the application
I want to be able to subscribe and emit events in a unified event bus
So that I can Add new features regarding events

Notes