formatting

This commit is contained in:
Christopher Herb
2023-07-10 18:11:42 +02:00
parent 7c1bd1c982
commit d0fcc225a1
4 changed files with 32 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
#pragma once
#include <memory>
#include <vector>
#include "ivoice.h"
#include "midi_event.h"
#include "voice_allocator.h"
#include <memory>
#include <vector>
namespace trnr {
@@ -69,7 +69,7 @@ public:
}
}
}
void add_event(midi_event event)
{
if (event.type == midi_event_type::note_on)