|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
A chord "recipe" defining the required intervals relative to its root. More...
#include <HarmonyConstants.h>
Public Attributes | |
| std::string_view | name |
| std::array< int, 7 > | intervals |
| Intervals in semitones from root. -1 = not present. | |
A chord "recipe" defining the required intervals relative to its root.
Definition at line 393 of file HarmonyConstants.h.
| std::array<int, 7> dspark::harmony::Chord::intervals |
Intervals in semitones from root. -1 = not present.
Definition at line 396 of file HarmonyConstants.h.
| std::string_view dspark::harmony::Chord::name |
Definition at line 395 of file HarmonyConstants.h.