Allocate shared memory audio buffers for CLAP

This commit is contained in:
Robbert van der Helm
2022-09-15 18:39:59 +02:00
parent 7f07d5f29f
commit e26025f7c6
5 changed files with 141 additions and 160 deletions
+1 -1
View File
@@ -1419,7 +1419,7 @@ std::optional<AudioShmBuffer::Config> Vst3Bridge::setup_shared_audio_buffers(
};
// Creating the audio buffer offsets for every channel in every bus will
// advacne `current_offset` to keep pointing to the starting position for
// advance `current_offset` to keep pointing to the starting position for
// the next channel
const auto input_bus_offsets = create_bus_offsets(Steinberg::Vst::kInput);
const auto output_bus_offsets = create_bus_offsets(Steinberg::Vst::kOutput);