rename all Evoral source from .(hpp|cpp)$ to .(h|cc)
[ardour.git] / libs / ardour / ardour / vca_manager.h
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-03-01 Robin GareusAdd a signal to indicate VCA creation
2018-03-15 Robin GareusVCA API-change: return created VCAs (handy for Lua...
2017-08-18 Robin GareusAdd Lua binding to un/assign VCAs
2017-08-17 Robin GareusNO-OP: whitespace
2016-07-08 Paul Davissigned VCA numbers
2016-06-01 John EmmasClass 'VCAManager' needs to be visible from outside...
2016-05-31 Paul Davisadd ::n_vcas() method to VCAManager
2016-05-31 Paul DavisAPI and implementation tweaks for destroying VCAs
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Daviscorrectly restore VCA-VCA slave/master relationships...
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-31 Paul Davisadd a bit of state to VCAManager
2016-05-31 Paul Davisexpand and improve VCA API
2016-05-31 Paul Davisfirst pass at making the GUI for a VCA visible
2016-05-31 Paul Davisinitial implementation of a VCA Manager object