Browse Source

Fix latency value for lv2

tags/1.9.4
falkTX 10 years ago
parent
commit
0a22703539
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      source/backend/plugin/Lv2Plugin.cpp

+ 0
- 1
source/backend/plugin/Lv2Plugin.cpp View File

@@ -3380,7 +3380,6 @@ public:
else
bufValue = fAudioInBuffers[isMono ? 0 : i][k];

bufValue = fAudioInBuffers[(pData->audioIn.count == 1) ? 0 : i][k];
fAudioOutBuffers[i][k] = (fAudioOutBuffers[i][k] * pData->postProc.dryWet) + (bufValue * (1.0f - pData->postProc.dryWet));
}
}


Loading…
Cancel
Save