summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_graph_builder.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-18 17:31:50 +0200
committerRobin Gareus <robin@gareus.org>2016-07-18 17:37:13 +0200
commit8c944c08eacf8372fc714c9c00257ec13a263ae8 (patch)
tree12a63721f31c54985a329037bf62359ad3432c2e /libs/ardour/ardour/export_graph_builder.h
parentb64dcac17ec6ab503198d933ef893760fb02ae22 (diff)
Normalize API rename part 2
Diffstat (limited to 'libs/ardour/ardour/export_graph_builder.h')
-rw-r--r--libs/ardour/ardour/export_graph_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/export_graph_builder.h b/libs/ardour/ardour/export_graph_builder.h
index 8b6f6ceb79..c9671d729b 100644
--- a/libs/ardour/ardour/export_graph_builder.h
+++ b/libs/ardour/ardour/export_graph_builder.h
@@ -71,7 +71,7 @@ class LIBARDOUR_API ExportGraphBuilder
bool post_process (); // returns true when finished
bool need_postprocessing () const { return !intermediates.empty(); }
bool realtime() const { return _realtime; }
- unsigned get_normalize_cycle_count() const;
+ unsigned get_postprocessing_cycle_count() const;
void reset ();
void cleanup (bool remove_out_files = false);
@@ -155,7 +155,7 @@ class LIBARDOUR_API ExportGraphBuilder
void remove_children (bool remove_out_files);
bool operator== (FileSpec const & other_config) const;
- unsigned get_normalize_cycle_count() const;
+ unsigned get_postprocessing_cycle_count() const;
/// Returns true when finished
bool process ();