sowbug / groove

A digital audio workstation (DAW) engine.
Other
19 stars 0 forks source link

A trait method for gathering messages to send #64

Closed sowbug closed 1 year ago

sowbug commented 1 year ago

I don't know why I hate the update() -> Response<> model so much. Maybe entities can save up messages internally, and then someone can grab them via a special method to dispatch them.

sowbug commented 1 year ago

This is pretty much done with 772abac590f34e152eb88f44d067aa41b241d284 and other recent work. It seems to work well!