virtualize the way that AutomationController gets strings to display values, so that...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 27 Jan 2011 18:48:33 +0000 (18:48 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 27 Jan 2011 18:48:33 +0000 (18:48 +0000)
commitd116af22db3c0e0cf6aeff6194a689d8bfad7c8c
treec3d9888d5020d8e6bf02532ea06adc388d9033f5
parent85e8be3fa4f4910907d731a4591bf5e7d5135ca6
virtualize the way that AutomationController gets strings to display values, so that we can callback through the owner of an AutomationControl, not just rely on the value from the AutomationControl; make pan automation tracks use this to display more audio-centric values

git-svn-id: svn://localhost/ardour2/branches/3.0@8590 d708f5d6-7413-0410-9779-e7cbd77b26cf
16 files changed:
gtk2_ardour/automation_controller.cc
gtk2_ardour/automation_controller.h
gtk2_ardour/automation_time_axis.cc
libs/ardour/ardour/automatable.h
libs/ardour/ardour/pannable.h
libs/ardour/ardour/panner.h
libs/ardour/automatable.cc
libs/ardour/pannable.cc
libs/ardour/panner.cc
libs/gtkmm2ext/gtkmm2ext/barcontroller.h
libs/panners/1in2out/panner_1in2out.cc
libs/panners/1in2out/panner_1in2out.h
libs/panners/2in2out/panner_2in2out.cc
libs/panners/2in2out/panner_2in2out.h
libs/panners/vbap/vbap.cc
libs/panners/vbap/vbap.h