summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-09-15 18:54:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-09-15 18:54:04 +0000
commit084dda86a7c4391aba4e9f37f752af4846ded15d (patch)
tree067abd6a4ad767958bc3a391c96f5486f8e3462f /gtk2_ardour/wscript
parent7eea9fac9d23cdb2a6b39c2fbd4b680fafb40a5c (diff)
when there is a chord at the beginning of a note selection, play the whole chord during drags, not just the first note. seems to be able to send a bank swap message - probably an existingbug
git-svn-id: svn://localhost/ardour2/branches/3.0@7784 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index f4cf401d5a..bd5ef56690 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -146,6 +146,7 @@ gtk2_ardour_sources = [
'mixer_ui.cc',
'monitor_section.cc',
'nag.cc',
+ 'note_player.cc',
'option_editor.cc',
'opts.cc',
'panner.cc',