@@ -0,0 +1,16 @@
#pragma once
#include <cstdint>
#include <vector>
//typedef uint16_t[4][64] Pattern;
class Song {
public:
Song();
uint16_t GetCurrentNote(const int channel);
private:
std::vector<uint16_t[4][64]> patterns;
};
The note is not visible to the blocked user.