give Sources a container of CueMarkers (empty by default)
This commit is contained in:
parent
6f91e1e641
commit
b3d9c9d655
@ -149,6 +149,7 @@ public:
|
|||||||
std::string _ancestor_name;
|
std::string _ancestor_name;
|
||||||
std::string _captured_for;
|
std::string _captured_for;
|
||||||
XrunPositions _xruns;
|
XrunPositions _xruns;
|
||||||
|
CueMarkers _cue_markers;
|
||||||
|
|
||||||
mutable Glib::Threads::Mutex _lock;
|
mutable Glib::Threads::Mutex _lock;
|
||||||
mutable Glib::Threads::Mutex _analysis_lock;
|
mutable Glib::Threads::Mutex _analysis_lock;
|
||||||
|
Loading…
Reference in New Issue
Block a user