mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Separate ArdourKnob core functionality into abstract base class
This commit is contained in:
parent
5834728e2f
commit
52f12cac8b
3 changed files with 525 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ top = '.'
|
|||
out = 'build'
|
||||
|
||||
widgets_sources = [
|
||||
'ardour_ctrl_base.cc',
|
||||
'ardour_button.cc',
|
||||
'ardour_display.cc',
|
||||
'ardour_dropdown.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue