Merge pull request #115 from mikeoliphant/oversample

Oversampling support
This commit is contained in:
Mike Oliphant
2026-06-14 09:32:40 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -45,6 +45,8 @@ namespace NAM {
{ {
this->sampleRate = sampleRate; this->sampleRate = sampleRate;
loader.SetExternalSampleRate((int)sampleRate);
// for fetching initial options, can be null // for fetching initial options, can be null
LV2_Options_Option* options = nullptr; LV2_Options_Option* options = nullptr;