Skip to content

Commit e56edd3

Browse files
committed
Cleanup
1 parent 5870da0 commit e56edd3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

include/zing/audio/audio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ inline bool operator==(const SpectrumPartitionSettings& a, const SpectrumPartiti
9898
return ((a.limit == b.limit) && (a.n == b.n) && (a.sharpness == b.sharpness));
9999
}
100100

101+
// Channel_In/Out/?, count
101102
using ChannelId = std::pair<uint32_t, uint32_t>;
102103

103104
struct AudioAnalysis

src/audio/midi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <zing/pch.h>
22
#include <zest/file/file.h>
3+
#include <zest/logger/logger.h>
34

45
#include <libremidi/libremidi.hpp>
56
#include <libremidi/reader.hpp>

0 commit comments

Comments
 (0)