summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-06 23:42:11 -0500
committerDavid Robillard <d@drobilla.net>2014-12-06 23:42:11 -0500
commitbfbb0f61782d7b79a8e67e66d8b483c00675a118 (patch)
treecb651a48d8f401083cead765646ef51cf8dc4a24 /libs/ardour/wscript
parentf4a30e1f607c285064daeea280dca209624be167 (diff)
Add legatize and remove overlap MIDI operations.
We're going to need the ability to apply MIDI edit operations to a note/control selection soon...
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index f8ec4ff507..d19f66c0f6 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -105,6 +105,7 @@ libardour_sources = [
'io_processor.cc',
'kmeterdsp.cc',
'ladspa_plugin.cc',
+ 'legatize.cc',
'location.cc',
'location_importer.cc',
'ltc_slave.cc',