remove Track::hidden(); replace with Stripable::is_private_route()
[ardour.git] / libs / ardour / ardour / stripable.h
2017-09-18 Paul Davisremove Track::hidden(); replace with Stripable::is_priv...
2017-06-18 John Emmas'ARDOUR::Stripable::Sorter()' needs to be exportable...
2017-06-17 Robin GareusMove implementation out of header file
2017-06-17 Robin GareusMove StripableSorter into libardour
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-12 Ben LoftisMCP: Mixbus32C: Restore missing filter controls to...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-04-12 Robin GareusProperly expose "well known" comp_redux output.
2017-03-12 Robin GareusPreparations to keep track of stripable color-dialogs.
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2016-08-15 Robin GareusExpose Stripable Color & Ordering API to Lua
2016-07-28 David RobillardFix whitespace
2016-07-12 Paul Davisremove pointless version of Stripable::set_presentation...
2016-06-10 Paul DavisVarious changes to PresentationInfo and a small consoli...
2016-06-08 Paul Davismove gui_changed() signal from Route to Stripable
2016-06-05 Paul Davisextensive changes to PresentationInfo API
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisadd MonitorProcessor accessor to Stripable API
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to Stripable
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...