3 #ifndef SEGMENT_CHORD_H
4 #define SEGMENT_CHORD_H
31 [[nodiscard]]
unsigned long long hashCode()
const;
38 static std::set<std::string>
getNames(
const std::set<const SegmentChord *> &segmentChords);
Definition: SegmentChord.h:13
static std::set< std::string > getNames(const std::set< const SegmentChord * > &segmentChords)
Definition: SegmentChord.cpp:24
bool equals(const SegmentChord &segmentChord) const
Definition: SegmentChord.cpp:8
unsigned long long hashCode() const
Definition: SegmentChord.cpp:16
std::string name
Definition: SegmentChord.h:18
float position
Definition: SegmentChord.h:17
Definition: SegmentEntity.h:15
Definition: ActiveAudio.h:11