|
|
|
@@ -259,7 +259,6 @@ void lv2_generate_ttl(const char* const basename) |
|
|
|
pluginString += " opts:supportedOption <" LV2_BUF_SIZE__nominalBlockLength "> ,\n"; |
|
|
|
pluginString += " <" LV2_BUF_SIZE__maxBlockLength "> ,\n"; |
|
|
|
pluginString += " <" LV2_PARAMETERS__sampleRate "> ,\n"; |
|
|
|
pluginString += " <" LV2_CORE__sampleRate "> ;\n"; |
|
|
|
pluginString += "\n"; |
|
|
|
|
|
|
|
// UI |
|
|
|
@@ -614,8 +613,7 @@ void lv2_generate_ttl(const char* const basename) |
|
|
|
uiString += " lv2:requiredFeature <" LV2_OPTIONS__options "> ,\n"; |
|
|
|
uiString += " <" LV2_URID__map "> ;\n"; |
|
|
|
|
|
|
|
uiString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> ,\n"; |
|
|
|
uiString += " opts:supportedOption <" LV2_CORE__sampleRate "> ."; |
|
|
|
uiString += " opts:supportedOption <" LV2_PARAMETERS__sampleRate "> .\n"; |
|
|
|
uiString += "\n\n"; |
|
|
|
|
|
|
|
uiFile << uiString << std::endl; |
|
|
|
|