Abstract base class for ArdourFader

This allows derivative projects to use other fader
render implementations.
This commit is contained in:
Robin Gareus
2024-05-14 20:40:12 +02:00
parent dad32d8b11
commit a0e27495c6
7 changed files with 365 additions and 260 deletions

View File

@@ -29,6 +29,7 @@ widgets_sources = [
'binding_proxy.cc',
'eventboxext.cc',
'choice.cc',
'fader_widget.cc',
'fastmeter.cc',
'frame.cc',
'focus_entry.cc',