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



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 always use our internal assert_return()), implemented NOTE_ON, NOTE_OFF and ALL_NOTES_OFF.

To address some open issues in the sources:

TODO: unison_voices property should be an integer property, range 1-16, default 1"

TODO: cutoff property should have logarithmic scaling

TODO: we need non-linear translation between percent and time/level

TODO: replace this with true midi input

TODO: should be easier to get choice value

TODO: under some conditions we could enable SSE in LadderVCF (alignment and block_size) *


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]