summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-19 22:10:27 +0000
committerDavid Robillard <d@drobilla.net>2008-02-19 22:10:27 +0000
commita2a6cc0404757f445bd753d69f34d8bc2c0e87a9 (patch)
tree5d42f3dc23fa38679de1946d76ff0aa98845bc39 /libs/ardour/ardour/region.h
parent4cbd7f0eabfb9221444776bc6ea2dfe3a53cf873 (diff)
Merge with 2.0-ongoing R3082.
Superficial generification of export stuff. git-svn-id: svn://localhost/ardour2/branches/3.0@3088 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index d793e8ca23..4196aac886 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -37,6 +37,7 @@ namespace ARDOUR {
class Playlist;
class Filter;
+class ExportSpecification;
enum RegionEditState {
EditChangesNothing = 0,
@@ -222,6 +223,8 @@ class Region : public Automatable, public boost::enable_shared_from_this<Region>
virtual bool is_dependent() const { return false; }
virtual bool depends_on (boost::shared_ptr<Region> other) const { return false; }
+ virtual int exportme (ARDOUR::Session&, ARDOUR::ExportSpecification&) = 0;
+
virtual int get_transients (AnalysisFeatureList&, bool force_new = false) {
// no transients, but its OK
return 0;