Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::structure::arrangement::EditorObject Concept Reference

Concept definition

template<typename T>
concept EditorObject =
std::is_same_v<T, MidiControlEvent> || std::is_same_v<T, MidiNote>
|| std::is_same_v<T, AutomationPoint> || std::is_same_v<T, ChordObject>

Detailed Description

Definition at line 51 of file arranger_object_fwd.h.