summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_export_audio.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-10-13 15:07:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-10-13 15:07:50 +0000
commit2b90eeade92f750e85408f25b2d34af3e695f1cf (patch)
tree0057ef49e6c3692f2933bfffc22ec5db4ae402e4 /gtk2_ardour/editor_export_audio.cc
parent1f2c5ba533d1e257e35c042feb79561757e03f4b (diff)
session export starts from session start marker; add tooltips for rude solo + audition; start work on control protocol feedback control (unfinished but compiles and runs
git-svn-id: svn://localhost/ardour2/trunk@985 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_export_audio.cc')
-rw-r--r--gtk2_ardour/editor_export_audio.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_export_audio.cc b/gtk2_ardour/editor_export_audio.cc
index 7ea87a2969..fd40b9cae0 100644
--- a/gtk2_ardour/editor_export_audio.cc
+++ b/gtk2_ardour/editor_export_audio.cc
@@ -55,7 +55,7 @@ void
Editor::export_session()
{
if (session) {
- export_range (0, session->current_end_frame());
+ export_range (session->current_start_frame(), session->current_end_frame());
}
}