various fixes for exporting, including correct handling of errors during export which...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 6 Dec 2012 19:56:33 +0000 (19:56 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 6 Dec 2012 19:56:33 +0000 (19:56 +0000)
commit9884773eea9764b6dacd3ade6a1d49cf389fe398
treeb46b3e936a09bf40954c6b3f00ebc7f59f632723
parent27bfb0f9e2db321d9596912ed95ccb6bcd00bc57
various fixes for exporting, including correct handling of errors during export which previously would hang when using jack1 because jack_set_freewheel() was called from inside a process() callback; use shared_ptr<Route> in parts of export code that weren't using them before; fix up generation of export filenames so that Glib::build_filename() is used and non-existent folders are ignored

git-svn-id: svn://localhost/ardour2/branches/3.0@13610 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 files changed:
gtk2_ardour/export_channel_selector.cc
gtk2_ardour/export_channel_selector.h
gtk2_ardour/export_dialog.cc
gtk2_ardour/export_dialog.h
libs/ardour/ardour/export_channel.h
libs/ardour/ardour/export_status.h
libs/ardour/ardour/session.h
libs/ardour/audioengine.cc
libs/ardour/export_channel.cc
libs/ardour/export_filename.cc
libs/ardour/export_status.cc
libs/ardour/session_export.cc