Silence some more clangd warnings

This commit is contained in:
Robbert van der Helm
2021-07-14 17:11:27 +02:00
parent a58005252a
commit f292158889
6 changed files with 8 additions and 2 deletions
+1
View File
@@ -615,6 +615,7 @@ intptr_t Vst2PluginBridge::dispatch(AEffect* /*plugin*/,
}
template <typename T, bool replacing>
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
void Vst2PluginBridge::do_process(T** inputs, T** outputs, int sample_frames) {
// During audio processing we'll write the inputs to shared memory buffers,
// and we'll then send this request alongside it with additional information