Thread overview
Introducing synd
Apr 29, 2012
Timo Westkämper
Apr 29, 2012
Tove
Apr 29, 2012
Andrej Mitrovic
Apr 29, 2012
Timo Westkämper
Apr 29, 2012
Timo Westkämper
Apr 29, 2012
Andrej Mitrovic
April 29, 2012
I'd like to announce that I am working on synd, a partial port of the STK library (https://ccrma.stanford.edu/software/stk/) to D.

synd provides basic building blocks for synth design such as envelopes, oscillators, delays and a few effects.

I do this while waiting for Linux shared library support to become available in D;)


April 29, 2012
On Sunday, 29 April 2012 at 19:38:38 UTC, Timo Westkämper wrote:
> I'd like to announce that I am working on synd, a partial port of the STK library (https://ccrma.stanford.edu/software/stk/) to D.
>
> synd provides basic building blocks for synth design such as envelopes, oscillators, delays and a few effects.
>
> I do this while waiting for Linux shared library support to become available in D;)

like the name, 'synd' is swedish for 'sin' (biblical sense, not math). ;)

April 29, 2012
On 4/29/12, "Timo Westkämper\" <timo.westkamper@gmail.com>"@puremagic.com <"Timo Westkämper\" <timo.westkamper@gmail.com>"@puremagic.com> wrote:
> I'd like to announce that I am working on synd, a partial port of the STK library (https://ccrma.stanford.edu/software/stk/) to D.

Cool. Have you just started working on it or is there some alpha version available?
April 29, 2012
On Sunday, 29 April 2012 at 20:01:40 UTC, Andrej Mitrovic wrote:
> On 4/29/12, "Timo Westkämper\"
> <timo.westkamper@gmail.com>"@puremagic.com <"Timo Westkämper\"
> <timo.westkamper@gmail.com>"@puremagic.com> wrote:
>> I'd like to announce that I am working on synd, a partial port of
>> the STK library (https://ccrma.stanford.edu/software/stk/) to D.
>
> Cool. Have you just started working on it or is there some alpha
> version available?

I just started working on it. I have ported most of the STK classes already, but I am still writing tests for them.
April 29, 2012
On Sunday, 29 April 2012 at 19:38:38 UTC, Timo Westkämper wrote:
> I'd like to announce that I am working on synd, a partial port of the STK library (https://ccrma.stanford.edu/software/stk/) to D.
>
> synd provides basic building blocks for synth design such as envelopes, oscillators, delays and a few effects.
>
> I do this while waiting for Linux shared library support to become available in D;)

I just realized that I forgot the project link : https://github.com/timowest/synd
April 29, 2012
On 4/29/12, "Timo Westkämper\" <timo.westkamper@gmail.com>"@puremagic.com > I just realized that I forgot the project link :
> https://github.com/timowest/synd
>

Thanks. synd looks like it could use a good memory allocator of some sort, something that avoids using the GC and any locks.