Fix a tiny memory-leak when calling vfork
[ardour.git] / libs / ardour / slavable_automation_control.cc
2018-09-21 Robin GareusFix --no-nls (4/5), i18n include order in libs/*
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-16 Robin GareusFix merging boolean automation + mute disconnect.
2017-07-16 Robin GareusAdd API to run automation only (emit Changed signal).
2017-06-23 Robin GareusImplement undo for merging VCA-master automation/value...
2017-06-22 Robin GareusUpdate Slavable API
2017-06-14 Robin GareusSpecial-case VCA at 0 (-inf dB), force gain slaves...
2017-06-14 Robin GareusMerge event control lists when disconnecting a master...
2017-06-13 Robin GareusApply master-value to automation on disconnect.
2017-06-13 Robin GareusWrite inverse master automation.
2017-06-13 Robin GareusFix another thinko in 9581cb26 + 02b087c5 (VCA gain...
2017-06-12 Robin GareusFix nasty duplicate XML node
2017-06-12 Tim MayberryRemove unnecessary temporary variables in MasterRecord...
2017-06-12 Robin GareusVCA/SlavableAutomationCtrl re-design:
2017-06-11 Robin GareusFix thinko in 9581cb26 - scratch-buffer can't be used...
2017-06-10 Robin GareusImplement slaved boolean automation and update mute...
2017-06-10 Robin Gareusamend a1b4f9b8ab - handle disconnecting from all masters
2017-06-09 Robin GareusFix deletion of VCA with slaved controls.
2017-06-03 Robin GareusAdd infrastructure for evaluating VCA automation curves
2017-06-03 Robin Gareusamend 67f9f6fd: no recursive ReaderLock
2017-05-30 Robin GareusPrepare for automation control master
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::SlavableAu...
2017-02-24 Paul Davisno-op: move method order in file
2017-02-23 Paul Davisfix solo + mute controls when slaved
2017-02-23 Robin GareusConstrain VCA slave value to controllable range
2017-02-22 Paul Davisfix deadlock when assigning a VCA master
2017-02-22 Paul Davisif a slave's masters are at zero, lock slave to zero...
2017-02-21 Paul Davisfix thinko/typo which failed to notify when a VCA is...
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-06 Paul Davissave/restore VCA master state inside slaves, so that...
2017-01-21 Paul DavisSlavableAutomationControl::get_value(), if doing automa...
2016-10-14 Paul Davismuch simpler implementation of fix originally in c104c9...
2016-10-14 Paul DavisRevert "change return type of AutomationControl::actual...
2016-10-12 Paul Davischange return type of AutomationControl::actually_set_v...
2016-09-21 Paul Davisgain controls are supposed to be "gain-like"
2016-06-01 Paul Davisfix crash during session deletion while removing VCA...
2016-05-31 Paul Davisno-op: explanatory comments
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 ever close to working master/slave logic, this...
2016-05-31 Paul Davisfix return type of SlavableAutomationControl::get_boole...
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 Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisadd new files to source tree