Prepare to eventually drop Automatable::value_as_string()
authorRobin Gareus <robin@gareus.org>
Fri, 9 Jun 2017 11:41:04 +0000 (13:41 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 9 Jun 2017 14:54:21 +0000 (16:54 +0200)
commit17fb5bfb499108b72d2993201b6b78d2fa9009ba
tree4c02ebfab938b355499de400f7a969c93f69803b
parentb0f68a0f5c8ee0cba1c9c2b2319c3369d5650a87
Prepare to eventually drop Automatable::value_as_string()

Probably due to historical reasons, there are two APIs to format a
control's value. In all both variants end up calling either
ARDOUR::value_as_string() or the Controllable's formatting function
(except for panners).
libs/ardour/ardour/automation_control.h
libs/ardour/automation_control.cc
libs/ardour/pannable.cc