mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Show x-run count in source-list
This commit is contained in:
parent
f4f9d76e53
commit
887f8a70bc
2 changed files with 24 additions and 12 deletions
|
|
@ -70,6 +70,7 @@ private:
|
|||
add (color_);
|
||||
add (region);
|
||||
add (natural_s);
|
||||
add (captd_xruns);
|
||||
}
|
||||
|
||||
Gtk::TreeModelColumn<std::string> name;
|
||||
|
|
@ -82,6 +83,7 @@ private:
|
|||
Gtk::TreeModelColumn<std::string> path;
|
||||
Gtk::TreeModelColumn<std::string> take_id;
|
||||
Gtk::TreeModelColumn<samplepos_t> natural_s;
|
||||
Gtk::TreeModelColumn<size_t> captd_xruns;
|
||||
};
|
||||
|
||||
Columns _columns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue