|
Zrythm v2.0.0-alpha.1+31.4967fd053471
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 90 of file chord_suggestion.h.
| ChordKey zrythm::dsp::chords::CandidateChord::chord_key {} |
Definition at line 92 of file chord_suggestion.h.
| int zrythm::dsp::chords::CandidateChord::scale_degree = -1 |
Definition at line 94 of file chord_suggestion.h.
| std::optional<int> zrythm::dsp::chords::CandidateChord::secondary_dominant_target_degree {} |
Definition at line 95 of file chord_suggestion.h.
| CandidateType zrythm::dsp::chords::CandidateChord::type = CandidateType::DiatonicTriad |
Definition at line 93 of file chord_suggestion.h.