sowbug / groove

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

Can the proc macro generate messages recursively? #122

Open sowbug opened 1 year ago

sowbug commented 1 year ago

If we embed one Nano type inside another, the desired outcome would be an enum whose type is that embedded Nano type. And so on. This is preferable to flattening the struct. It could also allow a variable number of complex parts in an instrument, like an N-operator FM synth.