API and implementation tweaks for destroying VCAs
[ardour.git] / libs /
2016-05-31 Paul DavisAPI and implementation tweaks for destroying VCAs
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 Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisnew files
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 Davismove new fractional pane utility functions into libs...
2016-05-31 Paul Davisfix solo isolate controls
2016-05-31 Paul Davisclear all solo state should affect VCAs too
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 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 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 Davisadd new files to source tree
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
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 Davisfix faderport and mackie to use route AutomationControl...
2016-05-31 Paul Davisnew API for route solo/mute state mgmt
2016-05-31 Paul Davisrearrange AutomationControl and RouteAutomationControl...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
2016-05-31 Paul Davischange master records in GainControl to use AutomationC...
2016-05-31 Paul DavisSession API changes to enable VCAs to set soloed-by...
2016-05-31 Paul Davismove vca assignment up to the Route level (from GainCon...
2016-05-31 Paul Davismove VCA assignment up to Route level
2016-05-31 Paul Davisdon't increment actual VCA counter when saving session...
2016-05-31 Paul Davisadd required header
2016-05-31 Paul Davissave+restore VCA counter value across instances
2016-05-31 Paul DavisVCA solo and mute controls need to call AutomationContr...
2016-05-31 Paul Davisuse redesigned Route and VCA object architecture/API
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Daviscorrectly restore VCA-VCA slave/master relationships...
2016-05-31 Paul Davisfix deadlock caused by VCA=>VCA slaving and set_state()
2016-05-31 Paul Davisfix ambiguity in VCA constructors
2016-05-31 Paul Davisadd solo/mute logic to VCA masters
2016-05-31 Paul Davisensure that GainControl::get_value() never returns...
2016-05-31 Paul Davischange master-record management to use std::map to...
2016-05-31 Paul Davisprobably get the design of VCAs basically correct:...
2016-05-31 Paul Davisadd GainControl::slaved() predicate
2016-05-31 Paul Davisforward-propagate Changed signals through VCA master...
2016-05-31 Paul Davisadd VCAStatusChange message to GainControl
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davisadd VCA debug bit
2016-05-31 Paul Davisfix VCA name/number
2016-05-31 Paul Davisstart shaping up VCA assign process
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-31 Paul Davissave/restore VCAManager state
2016-05-31 Paul Davisreorder destruction of VCAManager and Routes
2016-05-31 Paul Davisadd a bit of state to VCAManager
2016-05-31 Paul Davisadd a bit of state to VCAs
2016-05-31 Paul Davisexpand and improve VCA API
2016-05-31 Paul Davisvca design: gain controls cannot silently "merge" the...
2016-05-31 Paul Davischange VCA model to facilitate Harrison *and* SSL designs
2016-05-31 Paul Davisdon't force size allocation to recompute pixfader patte...
2016-05-31 Paul Davisfirst pass at making the GUI for a VCA visible
2016-05-31 Paul DavisSession HAS-A VCAManager
2016-05-31 Paul Davisinitial implementation of a VCA Manager object
2016-05-31 Paul Davisadd name() method to VCA
2016-05-31 Paul Davismost of the changes required to add a new master faders...
2016-05-31 Paul Davisinitially pass at libardour VCA implementation
2016-05-30 nick_mMake TempoMap::framepos_plus_beats() & TempoMap::framep...
2016-05-29 Robin Gareusprototype lua midi generators & filters and port event...
2016-05-29 Robin Gareusbump max number of possible ALSA backend channels
2016-05-29 nick_mMake TempoMap::framewalk_to_beats () more correct.
2016-05-28 nick_mFix bbt dragging wrt audio-locked tempos.
2016-05-28 nick_mHopefully finally fix tempo curve flickering.
2016-05-28 John EmmasEmulate 'log1p()' and 'expm1()' using 'log()' and ...
2016-05-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-27 nick_mAllow non-musical snap when dragging bbt ruler.
2016-05-27 nick_mIfdef out some debugging-related code.
2016-05-27 Robin Gareusfix some false-positive compiler warnings
2016-05-27 Robin GareusAU tempo API updates
2016-05-27 nick_mTempo ramps - fix missing rt call.
2016-05-27 nick_mTempo ramps - fix merge conflicts, add bbt_at_frame_rt().
2016-05-27 nick_mTempo ramps - more comment fixes.
next