[Linuxsampler-devel] Understanding LV2 Plugin Sourcecode

2015-01-15 Thread Nils Tonnätt
Hi, because of bug #235 I'm trying to understand how the LV2 Plugin works. I'm a wannabe programmer but maybe I have found two things. 1. The function LV2_State_Status Restore() has the parameter flags in PluginLv2.h but rflags in .cpp. I think that's a typo?! Why is there actually a flags para

Re: [Linuxsampler-devel] Understanding LV2 Plugin Sourcecode

2015-01-15 Thread Christian Schoenebeck
On Friday 16 January 2015 00:13:02 Nils Tonnätt wrote: > because of bug #235 I'm trying to understand how the LV2 Plugin works. > I'm a wannabe programmer but maybe I have found two things. Disclaimer: I did not write the LV2 plugin, Andreas wrote it. And I am not into the details of the LV2 API