new files from sakari, missed last time
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 17 Sep 2008 12:58:33 +0000 (12:58 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 17 Sep 2008 12:58:33 +0000 (12:58 +0000)
commitf2b007195cd75b195e38a4cd7757debac73e7792
tree90474413776806f02794602bbb495663e07a81ea
parent6ba5125e991e08a9d117b39a4c337cf453fd015d
new files from sakari, missed last time

git-svn-id: svn://localhost/ardour2/branches/3.0@3740 d708f5d6-7413-0410-9779-e7cbd77b26cf
37 files changed:
libs/ardour/ardour/audiofile_tagger.h [new file with mode: 0644]
libs/ardour/ardour/broadcast_info.h [new file with mode: 0644]
libs/ardour/ardour/export_channel_configuration.h [new file with mode: 0644]
libs/ardour/ardour/export_failed.h [new file with mode: 0644]
libs/ardour/ardour/export_file_io.h [new file with mode: 0644]
libs/ardour/ardour/export_filename.h [new file with mode: 0644]
libs/ardour/ardour/export_format_base.h [new file with mode: 0644]
libs/ardour/ardour/export_format_compatibility.h [new file with mode: 0644]
libs/ardour/ardour/export_format_manager.h [new file with mode: 0644]
libs/ardour/ardour/export_format_specification.h [new file with mode: 0644]
libs/ardour/ardour/export_formats.h [new file with mode: 0644]
libs/ardour/ardour/export_handler.h [new file with mode: 0644]
libs/ardour/ardour/export_multiplication.h [new file with mode: 0644]
libs/ardour/ardour/export_processor.h [new file with mode: 0644]
libs/ardour/ardour/export_profile_manager.h [new file with mode: 0644]
libs/ardour/ardour/export_status.h [new file with mode: 0644]
libs/ardour/ardour/export_timespan.h [new file with mode: 0644]
libs/ardour/ardour/export_utilities.h [new file with mode: 0644]
libs/ardour/ardour/graph.h [new file with mode: 0644]
libs/ardour/ardour/session_metadata.h [new file with mode: 0644]
libs/ardour/audiofile_tagger.cc [new file with mode: 0644]
libs/ardour/broadcast_info.cc [new file with mode: 0644]
libs/ardour/export_channel_configuration.cc [new file with mode: 0644]
libs/ardour/export_file_io.cc [new file with mode: 0644]
libs/ardour/export_filename.cc [new file with mode: 0644]
libs/ardour/export_format_base.cc [new file with mode: 0644]
libs/ardour/export_format_manager.cc [new file with mode: 0644]
libs/ardour/export_format_specification.cc [new file with mode: 0644]
libs/ardour/export_formats.cc [new file with mode: 0644]
libs/ardour/export_handler.cc [new file with mode: 0644]
libs/ardour/export_multiplication.cc [new file with mode: 0644]
libs/ardour/export_processor.cc [new file with mode: 0644]
libs/ardour/export_profile_manager.cc [new file with mode: 0644]
libs/ardour/export_status.cc [new file with mode: 0644]
libs/ardour/export_timespan.cc [new file with mode: 0644]
libs/ardour/export_utilities.cc [new file with mode: 0644]
libs/ardour/session_metadata.cc [new file with mode: 0644]