Post #1766364
2021-11-20 12:45 UTC
Second part of the making a simple MIDI synth LV2 plugin tutorial from the Programming Music Production LV2 Plugins From Scratch series is online now:
https://youtu.be/-mnleLiofdI
#lv2 #musicproduction #linuxaudio #tutorial #cplusplus #programming #foss #audio
Replies (1)
-
@murks@social.tchncs.de 2021-11-25 15:49
@sjaehn@fosstodon.org Thanks Sven. I now have my first working synth. It is nice to be able to play with it. I just wish there were more conceptual explanations, because I really don't know what I did. Especially wrt.: - that mapping stuff - ADSR - all the calculations I very much feel like the whole thing has been built backwards. We spent a lot of time setting things up and then they fell into place without much explanation. For example we used the return value of adsr() all the time without knowing it.