ardour.git
2016-05-31 Paul Davisuse correct types in arguments to Session::get_remote_n...
2016-05-31 Paul Davisremove no-effect handling of route active-status change...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisremove any reference to Route in Generic MIDI support...
2016-05-31 Paul Davisimprove/extend Session::controllable_by_descriptor()
2016-05-31 Paul Davisfix implementation of Session::get_remote_nth_stripable()
2016-05-31 Paul Davisadd required MuteControl method
2016-05-31 Paul Davisexpand and correct accepted syntax for ControllableDesc...
2016-05-31 Paul Davisfix thinko in use of sizeof() for bitshifting
2016-05-31 Paul Davisconvert faderport to use Stripable instead of Route
2016-05-31 Paul Davismake ::muted_by_others_soloing() part of the Muteable API
2016-05-31 Paul Davisadd MonitorProcessor accessor to Stripable API
2016-05-31 Paul Davisfix crash in mackie code caused by assumption that...
2016-05-31 Paul Davisfix an issue with the add bus/track dialog name templat...
2016-05-31 Paul Davisclean up debug output for OrderKeys
2016-05-31 Paul Davisimprove debug output
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisuse Session::notify_presentation_info_changed() rather...
2016-05-31 Paul Davismissing initialization
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davismanually fix rebase/merge issues for Mackie Control...
2016-05-31 Paul Davistemporarily remove Session::new_midi_track from lua api
2016-05-31 Paul Davismake mackie surfaces aware of VCAs
2016-05-31 Paul Davisconvert Mackie Control Surface support to use Stripable...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to Stripable
2016-05-31 Paul Davismore const value_as_string fixes
2016-05-31 Paul Davisfix check for order max in PresentationInfo::parse...
2016-05-31 Paul Davisadd Session::get_stripables()
2016-05-31 Paul Davisimplementation side of Controllable::get_user_string...
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to VCA
2016-05-31 Paul Davisadd Stripable analogs for Route signals and methods...
2016-05-31 Paul Davisfwd declaration of Stripable and associated lists
2016-05-31 Paul DavisAdd PanControllable::get_user_string() (provide indirec...
2016-05-31 Paul Davisremove irrelevant, out of date and incorrect comment
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfix dialog message shown when a backup of an old sessio...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davismake VCA delete button work
2016-05-31 Paul DavisAPI and implementation tweaks for destroying VCAs
2016-05-31 Paul Davisshow/hide VCA assign buttons depending on VCA existence
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davisgeneralize VCA assign/unassign code.
2016-05-31 Paul Davisadd rec-enable and monitor controls to VCAs
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisuse Slavable API in GUI
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisuse setlocale() in preference to gtk_set_locale()
2016-05-31 Paul Davisnew files
2016-05-31 Paul Davisimprove clean-up of GUI VCA-related objects
2016-05-31 Paul Davisimprove cleanup of VCA related objects
2016-05-31 Paul Davisfix compiler issues with pair<T1,T2> construction
2016-05-31 Paul Davisfix chaining of masters for boolean controls
2016-05-31 Paul Davisrestore right-click in track/bus scroller to drive...
2016-05-31 Paul Davischange API for ARDOUR_UI::add_route() to no longer...
2016-05-31 Paul Davisuse new paned-sizing strategy in editor
2016-05-31 Paul Davisno-op: comment
2016-05-31 Paul Davismove new fractional pane utility functions into libs...
2016-05-31 Paul Davisa big fat comment
2016-05-31 Paul Davisredesign pane-sizing mechanism for mixer
2016-05-31 Paul Davisfix solo isolate controls
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Davisget VCA status correct in strips on first load
2016-05-31 Paul Davisfix implicit active display in VCA strips for solo
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davisfix backend logic for PFL/AFL when mastered
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisremove more debug output
2016-05-31 Paul Davisfix return type of SlavableAutomationControl::get_boole...
2016-05-31 Paul Davisfix solo control to use VCA logic as worked out for...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisfix call to base class
2016-05-31 Paul Davisdesign changes to various SlavableAutomationControls...
2016-05-31 Paul Davismove SlavableAutomationControl into its own header
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisdo not route AutomationControl changes to an RT thread...
2016-05-31 Paul Davisadd Session::loading() to allow easy detection of ...
2016-05-31 Paul Davisremove some debug output
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisstop crash caused by missing conditional
2016-05-31 Paul Davisfix logic for Session::solo_control_mode_changed()
2016-05-31 Paul Davisfix logic for removing an AutomationControl from a...
2016-05-31 Paul Davissome tweaks for solo logic to get things working as...
2016-05-31 Paul Davisadd back some amount of XML save/restore for route...
2016-05-31 Paul Davisadd new enums
2016-05-31 Paul Davisextend function of Automatable::control_factory() ...
2016-05-31 Paul Davisadd track controls to its Automatable self
2016-05-31 Paul Davisdo not non-automable controls to an Automatable's list...
2016-05-31 Paul Davisadd a new Controllable::NotAutomable flag
2016-05-31 Paul Davisdirect connect monitoring changes to the real RouteUI...
2016-05-31 Paul Davisadd new files to source tree
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisshow VCA master mute state in RouteUI, even if Config...
2016-05-31 Paul Davisadd implicit mute state to MuteMaster and use when...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisuse route automation control Changed() signals for...
2016-05-31 Paul Davisfix faderport and mackie to use route AutomationControl...
2016-05-31 Paul Davisnew API for route solo/mute state mgmt
next