X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fwscript;h=5a5c99f22c95db6802d3bde29e1ea3bccbc06e4d;hb=9bf40bde3aed831791108bfccc4b1e10b071afdc;hp=f5d30f147bdaa04287b7c7adc4d759cc68b7d15d;hpb=fba0fce4416578de29b7701cf4d400399d44ceff;p=ardour.git diff --git a/libs/ardour/wscript b/libs/ardour/wscript index f5d30f147b..5a5c99f22c 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -168,6 +168,7 @@ libardour_sources = [ 'plugin.cc', 'plugin_insert.cc', 'plugin_manager.cc', + 'polarity_processor.cc', 'port.cc', 'port_insert.cc', 'port_manager.cc', @@ -179,6 +180,7 @@ libardour_sources = [ 'quantize.cc', 'rc_configuration.cc', 'readonly_control.cc', + 'raw_midi_parser.cc', 'recent_sessions.cc', 'record_enable_control.cc', 'record_safe_control.cc', @@ -522,7 +524,6 @@ def build(bld): create_ardour_test_program(bld, obj.includes, 'automation_list_property_test', 'test_automation_list_property', ['test/automation_list_property_test.cc']) create_ardour_test_program(bld, obj.includes, 'bbt', 'test_bbt', ['test/bbt_test.cc']) create_ardour_test_program(bld, obj.includes, 'tempo', 'test_tempo', ['test/tempo_test.cc']) - create_ardour_test_program(bld, obj.includes, 'interpolation', 'test_interpolation', ['test/interpolation_test.cc']) create_ardour_test_program(bld, obj.includes, 'lua_script', 'test_lua_script', ['test/lua_script_test.cc']) create_ardour_test_program(bld, obj.includes, 'midi_clock_slave', 'test_midi_clock_slave', ['test/midi_clock_slave_test.cc']) create_ardour_test_program(bld, obj.includes, 'resampled_source', 'test_resampled_source', ['test/resampled_source_test.cc']) @@ -544,7 +545,6 @@ def build(bld): test/bbt_test.cc test/dsp_load_calculator_test.cc test/tempo_test.cc - test/interpolation_test.cc test/lua_script_test.cc test/midi_clock_slave_test.cc test/resampled_source_test.cc