|
using | NoteArray = std::array<NoteState, kMaxNumActiveNotes> |
|
NoteArray::iterator | begin () |
NoteArray::iterator | end () |
NoteArray::const_iterator | begin () const |
NoteArray::const_iterator | end () const |
NoteArray::size_type | enableNote (uint8_t note, uint8_t velocity, bool generatedNote=false, int16_t *mpeValues=nullptr) |
constexpr bool | noteEnabled (uint8_t note) const |
|
std::bitset< kHighestKeyboardNote > | states |
NoteArray | notes |
uint8_t | count = 0 |
The documentation for this struct was generated from the following file: