summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_player.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-01 21:30:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-01 21:30:00 +0000
commit87f6aeaae3c55c145876ce1ceb5233ab9680b08e (patch)
tree11d6eb8b5860c1af7ceb2350dfab7b1ab58a302e /gtk2_ardour/note_player.cc
parent2d015c06104186af6711f6040a82448723971481 (diff)
provide full scroll-based editing in MIDI list editor
git-svn-id: svn://localhost/ardour2/branches/3.0@11419 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/note_player.cc')
-rw-r--r--gtk2_ardour/note_player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/note_player.cc b/gtk2_ardour/note_player.cc
index 6355cc522b..c9c9f9de0e 100644
--- a/gtk2_ardour/note_player.cc
+++ b/gtk2_ardour/note_player.cc
@@ -55,7 +55,7 @@ NotePlayer::play ()
/* note: if there is more than 1 note, we will silence them all at the same time
*/
- const uint32_t note_length_ms = 350;
+ const uint32_t note_length_ms = 100;
Glib::signal_timeout().connect (sigc::bind (sigc::ptr_fun (&NotePlayer::_off), this),
note_length_ms, G_PRIORITY_DEFAULT);