- Fix process callbakc handling during export
authorSakari Bergen <sakari.bergen@beatwaves.net>
Sun, 27 Dec 2009 22:09:40 +0000 (22:09 +0000)
committerSakari Bergen <sakari.bergen@beatwaves.net>
Sun, 27 Dec 2009 22:09:40 +0000 (22:09 +0000)
commit8da27200d18fe4c471a759dde8e10d85ff29d277
tree8a68123da7cb8539a9818704363e3fd98da4d385
parentdde0848a984e06cbc1d4117d9cffa75c191f3b39
- Fix process callbakc handling during export
- Fix filename handling when exporting multiple files
- Some updates to audiographer

git-svn-id: svn://localhost/ardour2/branches/3.0@6402 d708f5d6-7413-0410-9779-e7cbd77b26cf
22 files changed:
libs/ardour/ardour/export_graph_builder.h
libs/ardour/ardour/export_handler.h
libs/ardour/ardour/session.h
libs/ardour/export_graph_builder.cc
libs/ardour/export_handler.cc
libs/ardour/session_export.cc
libs/ardour/session_state.cc
libs/audiographer/audiographer/debug_utils.h [new file with mode: 0644]
libs/audiographer/audiographer/debuggable.h [new file with mode: 0644]
libs/audiographer/audiographer/exception.h
libs/audiographer/audiographer/process_context.h
libs/audiographer/audiographer/sndfile_base.h
libs/audiographer/audiographer/sr_converter.h
libs/audiographer/audiographer/threader.h
libs/audiographer/audiographer/throwing.h [new file with mode: 0644]
libs/audiographer/audiographer/type_utils.h [new file with mode: 0644]
libs/audiographer/audiographer/types.h
libs/audiographer/src/sndfile_reader.cc
libs/audiographer/src/sndfile_writer.cc
libs/audiographer/src/sr_converter.cc
libs/audiographer/tests/sr_converter_test.cc
libs/audiographer/tests/utils.h