Missed
This commit is contained in:
parent
7922c98c7f
commit
c393d9eedd
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ public:
|
||||||
int getNumFrames() const noexcept { return numFrames; }
|
int getNumFrames() const noexcept { return numFrames; }
|
||||||
int getNumChannels() const noexcept { return NumChannels; }
|
int getNumChannels() const noexcept { return NumChannels; }
|
||||||
bool empty() const noexcept { return numFrames == 0; }
|
bool empty() const noexcept { return numFrames == 0; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int numFrames { 0 };
|
int numFrames { 0 };
|
||||||
std::array<Buffer<Type, Alignment>, NumChannels> buffers;
|
std::array<Buffer<Type, Alignment>, NumChannels> buffers;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue