Speak to your host developer.LV2 UIs can get the sample-rate using the options extension. Hosts will set the appropriate option lv2param:sampleRate which the UI can get on initialization.I tried that but without success. I'm using the LVTK library to develop this plugin. My approach is to: - use the get_supplied_options() method to access the host supplied options - iterate until I find SampleRate problem is get_supplied_options() returns 0 options when called from the UI. Any advice?