#include <MIDI_Constants/Chords/Chords.hpp>
template<uint8_t N>
class Chord< N >
Definition at line 16 of file Chords.hpp.
◆ Chord()
◆ begin()
template<uint8_t N>
const int8_t * begin |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ end()
template<uint8_t N>
const int8_t * end |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator+() [1/2]
template<uint8_t N>
template<uint8_t M>
Chord< N+M > operator+ |
( |
const Chord< M > & | rhs | ) |
const |
|
inline |
◆ operator+() [2/2]
template<uint8_t N>
Chord< N+1 > operator+ |
( |
int8_t | rhs | ) |
const |
|
inline |
◆ getOffsets()
template<uint8_t N>
const Array< int8_t, N > getOffsets |
( |
| ) |
const |
|
inline |
◆ offsets
The documentation for this class was generated from the following file: