sowbug / groove

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

Create the crate #88

Closed sowbug closed 1 year ago

sowbug commented 1 year ago

Goal is reusability.

This should be pure signal/audio generation. Stuff like sound output, GUI, threading/async, etc. should be done elsewhere.

sowbug commented 1 year ago

This is done enough to be past the point of no return. We still need to decide whether it's worth publishing, but for now there's been a lot of benefit and forced cleanup from the exercise of separating things into core, entities, toys, orchestration, settings, and macros.