From 8c944c08eacf8372fc714c9c00257ec13a263ae8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 18 Jul 2016 17:31:50 +0200 Subject: Normalize API rename part 2 --- libs/ardour/ardour/export_graph_builder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/export_graph_builder.h') 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 (); -- cgit v1.2.3