mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Silence some more clangd warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user