On 2/18/23 6:10 AM, Will Godfrey wrote:
Our LV2 implementation is somewhat basic. Andrew did
the actual port, but it's a
long time since we've heard from him. We've patched it up a few times, but none
of us currently working on the code have a full grasp of LV2.
Andrew did LV2 for MusE.
I and others have patched it significantly since then with new features etc.
Without his efforts I probably would have been lost to even begin adding it.
Incredible for him to come to an unfamiliar large code base and do that.
LV2 can be difficult to understand.
A few days ago I added LV2 units (dB, Hz, ms etc.)
I found it confusing how to obtain these units from just reading the API.
I had to read a code snippet in Ardour for help!