mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Remove unused lambda capture
This commit is contained in:
@@ -846,8 +846,7 @@ std::optional<AudioShmBuffer::Config> ClapBridge::setup_shared_audio_buffers(
|
|||||||
// `ClapProcess::reconstruct()` before passing the reconstructed process
|
// `ClapProcess::reconstruct()` before passing the reconstructed process
|
||||||
// data to `clap_plugin::process()`.
|
// data to `clap_plugin::process()`.
|
||||||
auto set_port_pointers =
|
auto set_port_pointers =
|
||||||
[&, &process_buffers =
|
[&]<std::invocable<uint32_t, uint32_t> F>(
|
||||||
instance.process_buffers]<std::invocable<uint32_t, uint32_t> F>(
|
|
||||||
std::vector<std::vector<void*>>& port_pointers,
|
std::vector<std::vector<void*>>& port_pointers,
|
||||||
const std::vector<std::vector<uint32_t>>& offsets,
|
const std::vector<std::vector<uint32_t>>& offsets,
|
||||||
F&& get_channel_pointer) {
|
F&& get_channel_pointer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user