summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-01 20:11:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-01 20:11:57 +0000
commit2d015c06104186af6711f6040a82448723971481 (patch)
tree07f334d17d543b924c7ae78bbdbb090ece8a8d5c /gtk2_ardour/editor.h
parente39e6196c69adb51cab9283aac08777edf4698de (diff)
MIDI event list editor improvements, mostly to do with nagivation, but also edits are now applied across all selected notes. getting close to calling this done for 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@11418 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 7147b6378d..a654a83b9f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2091,6 +2091,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
_join_object_range_state == JOIN_OBJECT_RANGE_OBJECT;
}
+ void toggle_sound_midi_notes ();
+
friend class Drag;
friend class RegionDrag;
friend class RegionMoveDrag;