summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/selection.h
AgeCommit message (Collapse)Author
2017-08-06Emit SelectionChange when VCA is removedRobin Gareus
chicken/egg: Stripable d'tor which calls remove_stripable_by_id() will only be called when the Stripable is destroyed. But as long as the GUI selection holds a shared-ptr reference to the Stripable, it won't be destroyed.
2017-05-08allow Session to call Session::remove_stripable_by_id()Paul Davis
2017-05-06The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets ↵John Emmas
used outside of libardour)
2017-05-05add missing files from selection development branch(es)Paul Davis