Posted inanalog3
My Next Envelope Generator
I started prototyping my next envelope generator in parallel with the slow-moving VCA unit development. Unlike my previous envelope generators, this one will make envelopes by calculation instead of using an analog circuit. I'll use microcontroller STM32C092KCT as usual that has a built-in CAN controller. I expect several advantages with making an envelope generator using a microcontroller: Gate signals can be retrieved from the CAN bus; patching cables are not necessary for receiving gate signals Easy to support velocity Any curves are possible as long as the calculations catch up; it's possible to do more than ADSR You can save and load parameters I first implemented fundamental code for the…
