DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::harmony::Chord Struct Reference

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.
 

Detailed Description

A chord "recipe" defining the required intervals relative to its root.

Definition at line 393 of file HarmonyConstants.h.

Member Data Documentation

◆ intervals

std::array<int, 7> dspark::harmony::Chord::intervals

Intervals in semitones from root. -1 = not present.

Definition at line 396 of file HarmonyConstants.h.

◆ name

std::string_view dspark::harmony::Chord::name

Definition at line 395 of file HarmonyConstants.h.


The documentation for this struct was generated from the following file: