What are you planning, D related, for 2017 ?
Guillaume Piolat via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 2 10:19:55 PST 2017
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote:
> Write your plan here, and let's take a rendez-vous next year,
> to check those plans !!
If I had time I'd like to attempt a DbI audio library for
compile-time audio graphs. This would solve the problem of making
complex algorithm work with any number of channels without too
much overhead.
The problem is, the nodes I've written until now (without
abstraction) are just too diverse. The equivalent for the input
range would have only optional properties which is weird. I think
it would need some kind of added semantics based on the parameter
names perhaps?
More information about the Digitalmars-d
mailing list