www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Introducing synd

reply "Timo =?UTF-8?B?V2VzdGvDpG1wZXIi?= <timo.westkamper gmail.com> writes:
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;)
Apr 29 2012
next sibling parent "Tove" <tove fransson.se> writes:
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). ;)
Apr 29 2012
prev sibling next sibling parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On 4/29/12, "Timo Westk=E4mper\"
<timo.westkamper gmail.com>" puremagic.com <"Timo Westk=E4mper\"
<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?
Apr 29 2012
parent "Timo =?UTF-8?B?V2VzdGvDpG1wZXIi?= <timo.westkamper gmail.com> writes:
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.
Apr 29 2012
prev sibling parent reply "Timo =?UTF-8?B?V2VzdGvDpG1wZXIi?= <timo.westkamper gmail.com> writes:
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
Apr 29 2012
parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On 4/29/12, "Timo Westk=E4mper\"
<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.
Apr 29 2012