summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-11-06 17:59:03 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-11-06 17:59:03 +0000
commitd4eacffb26a3198a278ed92a0fa556fe1a31d757 (patch)
treec0477837f51b1ffdc93fd6c4fc6b25cef34ee046 /gtk2_ardour/editor.h
parent4f5af6d062255f7fd21e2550655294c8f04d5a50 (diff)
Two patches from Brian Ahr. Thanks!
*Fixed zooming on edit cursor. *Fixed play-from-edit-cursor. git-svn-id: svn://localhost/ardour2/trunk@1078 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 0117d364f1..10747735b5 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -893,6 +893,7 @@ class Editor : public PublicEditor
void rename_region_finished (bool);
void play_from_start ();
+ void play_from_edit_cursor ();
void play_selected_region ();
void audition_selected_region ();
void loop_selected_region ();