sowbug / groove

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

update() should probably be a trait method #123

Closed sowbug closed 1 year ago

sowbug commented 1 year ago

For everyone that's an Entity, it's assumed that they implement update(). Since that assumption is expressed concretely in proc-macro-generated code, nobody can forget it. But it's more natural to express these kinds of needs via traits.

sowbug commented 1 year ago

Either #131 requires that this be done, or it's not actually necessary. So it's a duplicate.