|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|
A candidate chord with metadata about how it was generated. More...
#include <src/dsp/chord_suggestion.h>

Data Fields | |
| ChordKey | chord_key {} |
| CandidateType | type = CandidateType::DiatonicTriad |
| int | scale_degree = -1 |
| std::optional< int > | secondary_dominant_target_degree {} |
A candidate chord with metadata about how it was generated.
Definition at line 97 of file chord_suggestion.h.
| ChordKey zrythm::dsp::chords::CandidateChord::chord_key {} |
Definition at line 99 of file chord_suggestion.h.
| int zrythm::dsp::chords::CandidateChord::scale_degree = -1 |
Definition at line 101 of file chord_suggestion.h.
| std::optional<int> zrythm::dsp::chords::CandidateChord::secondary_dominant_target_degree {} |
Definition at line 102 of file chord_suggestion.h.
| CandidateType zrythm::dsp::chords::CandidateChord::type = CandidateType::DiatonicTriad |
Definition at line 100 of file chord_suggestion.h.