Re: [tim-janik/beast] BlepSynth initial implementation (#142)

2020-07-21 Thread Stefan Westerfeld via beast
Closed #142. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tim-janik/beast/pull/142#event-3570575327___ beast mailing list beast@gnome.org

Re: [tim-janik/beast] BlepSynth initial implementation (#142)

2020-07-21 Thread Stefan Westerfeld via beast
Ok, now that this is merged I think we can close the issue, certainly the other issues can be sorted out later, we can't have everything at once. > > TODO: under some conditions we could enable SSE in LadderVCF (alignment and > > block_size) * > > * Anything needed for that from my part? We

Re: [tim-janik/beast] BlepSynth initial implementation (#142)

2020-07-07 Thread Tim Janik via beast
Great! Looks like a really cool device. I've taken your advice and moved the sources into devices/blepsynth/ and adjusted the commit messages and sources. Under devices/, no dedicated Makefile.mk is needed, the *.cc files are picked up automatically. I've also cleaned up the includes (e.g. we

Re: [tim-janik/beast] BlepSynth initial implementation (#142)

2020-07-04 Thread Stefan Westerfeld via beast
Btw, one issue I ran into while testing was that the project auto deactivation was triggered. So to be able to test, I disabled the function auto_deactivate in bseproject.cc. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[tim-janik/beast] BlepSynth initial implementation (#142)

2020-07-04 Thread Stefan Westerfeld via beast
So here is the first version of my BlepSynth subtractive synth. Its based on MinBLEP oscillators and a non-linear Moog VCF (LadderVCF). Obviously this is the initial version and there is still plenty of thing to do, I have put some TODO comments in the code. Once the midi API is available, it