Get rid of old todos

This commit is contained in:
Robbert van der Helm
2020-03-11 14:32:47 +01:00
parent 6fd878ed33
commit c86ad23703
4 changed files with 3 additions and 12 deletions
+3 -3
View File
@@ -87,9 +87,9 @@ class alignas(16) DynamicVstEvents {
*/
VstEvents& as_c_events();
// XXX: The original `VstEvents` stuct hasonly one C-style array of
// `VstEvent`s, but I've seen some implementation that have two. Is
// this only for alignment or does this have an actual use?
/**
* Midi events are sent in batches.
*/
std::vector<VstEvent> events;
private: