From 158896e0986fa6eb2942b9443f9d3384d0806de5 Mon Sep 17 00:00:00 2001 From: Petr Gladkikh Date: Tue, 30 Jan 2024 18:45:29 +0100 Subject: [PATCH] Cleanup --- src/midi_vst.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/midi_vst.rs b/src/midi_vst.rs index 1afe888..bb0d4c6 100644 --- a/src/midi_vst.rs +++ b/src/midi_vst.rs @@ -132,6 +132,7 @@ impl OutputSource { } } +// Produces audio output PCM samples from VST. impl Iterator for OutputSource { type Item = f32;