From fa61fc99549264810e17fcd35abffe9e8ddab5b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jun 2015 13:17:37 +0100 Subject: Various work on audio mapping. Fix everything up so that the audio mapping view in the audio panel reflects the processor (or lack of). --- src/lib/mid_side_decoder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/mid_side_decoder.h') diff --git a/src/lib/mid_side_decoder.h b/src/lib/mid_side_decoder.h index dac6cb7d9..197c7b33b 100644 --- a/src/lib/mid_side_decoder.h +++ b/src/lib/mid_side_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,9 +25,9 @@ public: std::string name () const; std::string id () const; ChannelCount in_channels () const; - int out_channels (int) const; + int out_channels () const; boost::shared_ptr clone (int) const; boost::shared_ptr run (boost::shared_ptr); + void make_audio_mapping_default (AudioMapping& mapping) const; + std::vector input_names () const; }; - - -- cgit v1.2.3