Page 1 of 1

Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Mon Sep 27, 2021 10:06 am
by sjaehn
Ever wanted to learn how to make your own audio plugins? But reading documentations, APIs, and so on are too discouraging. Then, what about a video tutorial series?

I started to produce some short beginners tutorials describing how to create LV2 plugins. I'll describe the basics, including the working principle of LV2 plugins, the idea behind storing meta data in turtle language, and I'll provide an introduction into writing plugin code using C and C++ from the scratch. And of course, we will make some plugins.

I will start to upload the first pre-produced videos by the end of this week. In the meantime you can take this teaser: https://www.youtube.com/watch?v=51eHCA4oCEI

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Mon Sep 27, 2021 10:15 am
by Basslint
Amazing! :D Thank you a lot, will gain much knowledge from it!

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Mon Sep 27, 2021 10:50 am
by bsg75
Great! Looking forward for your video :D

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Mon Sep 27, 2021 2:50 pm
by nils
Very good.

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Mon Sep 27, 2021 3:59 pm
by briandc
Wow! This sounds really exciting! I would probably never even adventure trying it, but with some help, it might be worth a go!
Looking forward to seeing more!

Brian

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Tue Sep 28, 2021 9:41 pm
by oscillator
Wonderful, i look forward to it! Thank you!

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Sat Oct 02, 2021 10:19 am
by sjaehn
Now it starts with an introduction into LV2 and the tools needed for programming LV2 plugins:

https://www.youtube.com/watch?v=AdB2pLCFQY4

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Wed Oct 20, 2021 11:34 am
by jmuller
LOL. I watched the latest video "How LV2 plugins work". How many Easter eggs did you placed in there? :lol:

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Wed Oct 20, 2021 5:06 pm
by sjaehn
jmuller wrote: Wed Oct 20, 2021 11:34 am LOL. I watched the latest video "How LV2 plugins work". How many Easter eggs did you placed in there? :lol:
At least two and a half ;-).

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Wed Oct 20, 2021 7:00 pm
by khz
Thank you - and everyone else - for that and everything else.
Just to complete: Programming LV2 Plugins From Scratch https://github.com/sjaehn/lv2tutorial.

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Sat Dec 04, 2021 1:59 pm
by milkii
The playlist is up to 10 tutorial videos now, and very insightfully done.

Video 5 in the playlist is where the coding begins in C, and video 6 moves to C++, and later videos use C++11, but the videos dovetail together and watching the full playlist (at whatever speed) is worth it imo.

Re: Programming LV2 Music Production Plugins Tutorial Series Announce

Posted: Fri Mar 03, 2023 1:22 pm
by milkii