mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Remove old todo
This commit is contained in:
@@ -204,9 +204,6 @@ size_t YaEventList::num_events() const noexcept {
|
||||
|
||||
void YaEventList::write_back_outputs(
|
||||
Steinberg::Vst::IEventList& output_events) const {
|
||||
// TODO: I assume the host is responsible for directly copying heap data
|
||||
// (e.g. text) in these events and they're not supposed to stay
|
||||
// around, right? If not, then we'll find out very quickly.
|
||||
for (auto& event : events) {
|
||||
Steinberg::Vst::Event reconstructed_event = event.get();
|
||||
output_events.addEvent(reconstructed_event);
|
||||
|
||||
Reference in New Issue
Block a user