mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
give Sources a container of CueMarkers (empty by default)
This commit is contained in:
parent
6f91e1e641
commit
b3d9c9d655
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue