sowbug / groove

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

Get anything using .chain() to build #141

Closed sowbug closed 11 months ago

sowbug commented 1 year ago

I can't figure out how to code anything with iter::chain() that is both useful and syntatically valid.

sowbug commented 11 months ago

This is a little easier with the new Thing design. See https://github.com/sowbug/groove/blob/b643842a6fa916b89d32c34094be604299600776/src/mini/orchestrator.rs#L390