Console1: Add plugin interface

This commit is contained in:
Hoger Dehnhardt 2023-05-12 23:17:09 +02:00 committed by Paul Davis
parent f1bb18ae53
commit 835598c802
6 changed files with 405 additions and 6 deletions

View file

@ -18,6 +18,7 @@ def build(bld):
console1_interface.cc
console1.cc
c1_operations.cc
c1_plugin_operations.cc
c1_gui.cc
'''
obj.defines = [ 'PACKAGE="ardour_console1"' ]