Stack-allocated container for chord MIDI pitches.
More...
#include <src/dsp/chord_descriptor.h>
|
| std::array< std::uint8_t, kMaxPitches > | data {} |
| size_t | count = 0 |
Stack-allocated container for chord MIDI pitches.
Large enough for any chord (triad + accent + bass).
Definition at line 267 of file chord_descriptor.h.
◆ begin()
| auto zrythm::dsp::ChordDescriptor::ChordPitches::begin |
( |
| ) |
const |
|
inline |
◆ empty()
| bool zrythm::dsp::ChordDescriptor::ChordPitches::empty |
( |
| ) |
const |
|
inline |
◆ end()
| auto zrythm::dsp::ChordDescriptor::ChordPitches::end |
( |
| ) |
const |
|
inline |
◆ operator[]()
| std::uint8_t zrythm::dsp::ChordDescriptor::ChordPitches::operator[] |
( |
size_t | i | ) |
const |
|
inline |
◆ size()
| size_t zrythm::dsp::ChordDescriptor::ChordPitches::size |
( |
| ) |
const |
|
inline |
◆ count
| size_t zrythm::dsp::ChordDescriptor::ChordPitches::count = 0 |
◆ data
| std::array<std::uint8_t, kMaxPitches> zrythm::dsp::ChordDescriptor::ChordPitches::data {} |
◆ kMaxPitches
| size_t zrythm::dsp::ChordDescriptor::ChordPitches::kMaxPitches = 8 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: